38.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")

07-02-2017, 03:26 PM
Post: #21
RE: (GET) All in One WP Migration - (My first null :)
This works, although the line # is now 249 and there is no *8, just put *30)

(12-14-2015 11:17 AM)fire2000 Wrote:  
(12-14-2015 10:48 AM)chicercatrova Wrote:  There is a new version of the plugin. Can You have the new version 4.14?

https://downloads.wordpress.org/plugin/a...n.4.14.zip


Edit (constants.php) and go to line 206


Code:
define( 'AI1WM_MAX_FILE_SIZE', 536870912*8 );

change it to


Code:
define( 'AI1WM_MAX_FILE_SIZE', 536870912*30 );

this will increase the max size to 15GB
For those who believe, no explanation is necessary; for those who do not, no explanation is possible.
07-02-2017, 03:32 PM
Post: #22
RE: (GET) All in One WP Migration - (My first null :)
Thanks a lot !!
"EGO is inversely proportional to KNOWLEDGE !"
08-01-2017, 06:09 AM
Post: #23
RE: (GET) All in One WP Migration - (My first null :)
(12-10-2015 12:13 AM)fire2000 Wrote:  Thank you bro good job


(12-09-2015 10:21 PM)GreenPeace Wrote:  How to increase the bro ? My site is pretty big sized. around 8-10 GB


Edit (constants.php) and go to line 206

Code:
define( 'AI1WM_MAX_FILE_SIZE', 536870912*8 );

change it to

Code:
define( 'AI1WM_MAX_FILE_SIZE', 536870912*30 );

this will increase the max size to 15GB

WHAT A GREAT HACK! THANK YOU!!!
08-10-2017, 05:03 PM
Post: #24
RE: (GET) All in One WP Migration - (My first null :)
(08-01-2017 06:09 AM)angel4profit Wrote:  
(12-10-2015 12:13 AM)fire2000 Wrote:  Thank you bro good job


(12-09-2015 10:21 PM)GreenPeace Wrote:  How to increase the bro ? My site is pretty big sized. around 8-10 GB


Edit (constants.php) and go to line 206

Code:
define( 'AI1WM_MAX_FILE_SIZE', 536870912*8 );

change it to

Code:
define( 'AI1WM_MAX_FILE_SIZE', 536870912*30 );

this will increase the max size to 15GB

WHAT A GREAT HACK! THANK YOU!!!

Hi. What I did here instead of:
Code:
define( 'AI1WM_MAX_FILE_SIZE', 536870912*30 );
I changed it to:
Code:
define( 'AI1WM_MAX_FILE_SIZE', 536870912*0 );
And I think it works like unlimited clone.
Please confirm if this is true but it works for me. I just cloned 2GB site.
Aniway, Great null bro. Thanks for this
08-24-2017, 11:56 PM
Post: #25
RE: (GET) All in One WP Migration - (My first null :)
Thanks so much for this! What a FANTASTIC hack! Saved $69USD. :)
76.gif
09-14-2017, 02:21 AM
Post: #26
RE: (GET) All in One WP Migration - (My first null :)
Thanks a lot, Saved my site !!




34.gif