Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 23549432 bytes) in ......../inc/classes/BxDolDb.php on line 480
I get that error. i think i have had it before, my php.ini is set to 128.
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 23549432 bytes) in ......../inc/classes/BxDolDb.php on line 480 I get that error. i think i have had it before, my php.ini is set to 128. |
I run my memory setting in php.ini at 512M https://www.deanbassett.com |
I have now set it to 512, and restartet, but id dosnt change anything. |
I have now set it to 512, and restartet, but id dosnt change anything. https://www.deanbassett.com |
i have disabled all suhosin and checked the php.ini and it were 512M |
you can see it here. |
Oh. You said it did not change anything. But it did. The error is now 536870912 https://www.deanbassett.com |
it happened a little while after i restored a backup from last night. and it had worked all fine before, could this have caused anything ? |
and by backup i mean backuo of entire server. |
Yup. It could have. Something may have gone wrong with the restore. https://www.deanbassett.com |
I once had an allowed memory limit on a Dolphin test site on Arvixe hosting. They kept increasing the memory limit and I had done nothing to the site before the error. It finally went away on its own. My opinion is that Arvixe changed something that was causing the problem and eventually corrected it. You might want to contact your host. Geeks, making the world a better place |
there is one thing i did change after the backup, i changed the server hostname, |
memory leaks is very common with php scripts ... I was going to suggest trying to override the default PHP memory limit but this is not really a good solution. DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |
this is from my second dolphin site. and this is from -----> host tool
|
I checked on database now, and found this. 145 - Table './homepage/Profiles' is marked as crashed and should be repaired but how can i repair it ? |
From phpMyAdmin. https://www.deanbassett.com |
i only have this at table maintainence |
Then go to the SQL tab instead and put this into the Run SQL query box and click Go. https://www.deanbassett.com |
awesome :D that worked. thanks for premium help. |