60.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

02-20-2018, 03:35 PM
Post: #1
REQ: All-in-One WP Migration
Anyone know how to null to unlimited All-in-One WP Migration https://wordpress org/plugins/all-in-one-wp-migration free version 512mb only
07-25-2018, 04:22 AM (This post was last modified: 07-25-2018 04:24 AM by MUZIK.)
Post: #2
RE: REQ: All-in-One WP Migration
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 Happydance
09-06-2018, 12:42 AM
Post: #3
RE: REQ: All-in-One WP Migration
(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 Happydance

Thanks Def help most users :)
01-23-2019, 10:10 PM
Post: #4
RE: REQ: All-in-One WP Migration
(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 Happydance

Hiya tried this.. doesn't seem to be working. maybe they patched it?




50.gif