MyBB Community Forums

Full Version: Merge MyBB database error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Mybb to mybb error Huh

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes) in /home/admin/web/public_html/inc/db_mysqli.php on line 460
You need to increase memory_limit in your PHP configuration file.
what value?
see memory_limit
looks like below in php configuration file (php.ini)
Quote:memory_limit = 128M
i got this error now


Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes) in /home/admin/web/public_html/inc/db_mysqli.php on line 460
^ it is same as earlier error. looks like memory_limit has not increased.
perhaps its better to setup MyBB forum on localhost server (eg. XAMPP) and try the merge.
I think i need to restart apache, how can i do it?
Thx.
^ depends on your web server setup. please use search engine or contact the web host
If you are on shared host then you cant edit php.ini.

Do as .m. told, i.e merge in localhost then upload merged system on your host
I use vps not shared webhosting

Merged database is too high 1,5 GB...

Just restarted apache and got this error now Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6 bytes)

So i need to change to another value again?
hmm
Pages: 1 2