Fatal error in integrating a 1.7 database (Technics)

by Marco, Wednesday, January 21, 2009, 23:41 (5564 days ago)

I backed up my database from 1.7 v and I tried to installed it in the 2v of MLF, through the admin panel of the forum.

Unfortunately I got this message:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6949 bytes) in /home/anoruik/public_html/forum/includes/functions.inc.php on line 1568

:confused: :crying: :confused:

locked
5570 views

Fatal error in integrating a 1.7 database

by Auge, Thursday, January 22, 2009, 14:58 (5563 days ago) @ Marco

Hello

Unfortunately I got this message:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 6949 bytes) in /home/anoruik/public_html/forum/includes/functions.inc.php on line 1568

PHP gets not enough memory from your webserver. You get exactly 32Mb for your PHP scripts (33554432 bytes) and your database (and script together) seems to be to large ("Allowed memory size ... exhausted"). Maybe you have to split the databse for the import to v2. Maybe someone else has a better idea.

Tschö, Auge

locked
5311 views

Fatal error in integrating a 1.7 database

by davwat, Monday, January 26, 2009, 12:58 (5559 days ago) @ Auge

I had the same problem in the past so I did a little searching for a solution. The reason why a memory limit is set is to not to overload the server and bring it down. I did however manage to increase the memory limit by using one of the suggestions I found and it did not have any adverse effects.

Create a .htaccess file in your home directory if you do not already have one and add the following:

php_value memory_limit 64M

locked
5198 views

RSS Feed of thread