Miso
New member
While going through the built-in import, once I got half way through to Import Forums step I got stuck at a 500 Error.
So while checking error_log I found this error got generated:
[22-Dec-2016 06:04:21 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 32 bytes) in /public_html/xenforo/library/Zend/Db/Statement/Mysqli.php on line 294
My PHP memory limit is 512M, and I've tried increasing that to 1024M and more (on a dedicated server, so I can adjust things as needed), and no luck, same error.
I try to resume the import and within literally 10 seconds it gets stuck on that step with that exact same error.
What might be causing it? And more importantly, how do I get around it?
Maybe because the vB_post table that it's probably querying is quite big (2.8GB, 4.6M records)?
If so, again, how do I get around this? Anything I can tweak in the import function itself to force it through somehow?
So while checking error_log I found this error got generated:
[22-Dec-2016 06:04:21 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 32 bytes) in /public_html/xenforo/library/Zend/Db/Statement/Mysqli.php on line 294
My PHP memory limit is 512M, and I've tried increasing that to 1024M and more (on a dedicated server, so I can adjust things as needed), and no luck, same error.
I try to resume the import and within literally 10 seconds it gets stuck on that step with that exact same error.
What might be causing it? And more importantly, how do I get around it?
Maybe because the vB_post table that it's probably querying is quite big (2.8GB, 4.6M records)?
If so, again, how do I get around this? Anything I can tweak in the import function itself to force it through somehow?