02-20-2018, 03:35 PM
07-25-2018, 04:22 AM
Here you go.
Edit:
define( 'AI1WM_MAX_FILE_SIZE', 2 << 28 );
In
/wp-content/plugins/all-in-one-wp-migration/constants.php
And change it to:
define( 'AI1WM_MAX_FILE_SIZE', 2 << 50 ); or define( 'AI1WM_MAX_FILE_SIZE', 536870912*0 );
You edit only the last number.
Enjoy
Edit:
define( 'AI1WM_MAX_FILE_SIZE', 2 << 28 );
In
/wp-content/plugins/all-in-one-wp-migration/constants.php
And change it to:
define( 'AI1WM_MAX_FILE_SIZE', 2 << 50 ); or define( 'AI1WM_MAX_FILE_SIZE', 536870912*0 );
You edit only the last number.
Enjoy
09-06-2018, 12:42 AM
(07-25-2018 04:22 AM)MUZIK Wrote: [ -> ]Here you go.
Edit:
define( 'AI1WM_MAX_FILE_SIZE', 2 << 28 );
In
/wp-content/plugins/all-in-one-wp-migration/constants.php
And change it to:
define( 'AI1WM_MAX_FILE_SIZE', 2 << 50 ); or define( 'AI1WM_MAX_FILE_SIZE', 536870912*0 );
You edit only the last number.
Enjoy
Def help most users :)
01-23-2019, 10:10 PM
(07-25-2018 04:22 AM)MUZIK Wrote: [ -> ]Here you go.
Edit:
define( 'AI1WM_MAX_FILE_SIZE', 2 << 28 );
In
/wp-content/plugins/all-in-one-wp-migration/constants.php
And change it to:
define( 'AI1WM_MAX_FILE_SIZE', 2 << 50 ); or define( 'AI1WM_MAX_FILE_SIZE', 536870912*0 );
You edit only the last number.
Enjoy
Hiya tried this.. doesn't seem to be working. maybe they patched it?