PDA

View Full Version : Move Topic 500 Internal server error


misbah
01-25-2017, 10:44 AM
500 internal server error is occurring when we try to move topic. Error Logs show "Allowed memory size exhausted" error.

We have PHP memory_limit set to 512MB. Increasing it to 1GB didn't help. It happens with every topic even if it has very few posts.

noypiscripter
01-25-2017, 05:49 PM
How did you increase memory limit? When you check phpinfo or in AdminCP main page, do you see the updated memory limit? Depending on how you changed it, you may need to restart the web server.

misbah
01-26-2017, 01:58 AM
How did you increase memory limit? When you check phpinfo or in AdminCP main page, do you see the updated memory limit? Depending on how you changed it, you may need to restart the web server.

It was increased in php.ini and web server restarted.

misbah
01-27-2017, 02:28 AM
Can anyone confirm if this issue is occurring with their installations?

wysockiw
07-17-2017, 01:01 PM
Can anyone confirm if this issue is occurring with their installations?

I have the same issue on mine boards site (vBulletin 5.3) - tried to increase memory_limit but it doesn't resolve problem - did you fix that on your site ?

Thanks
Wes

--------------- Added 1500305621 at 1500305621 ---------------

I have the same issue on mine boards site (vBulletin 5.3) - tried to increase memory_limit but it doesn't resolve problem - did you fix that on your site ?

Thanks
Wes

OK I was able fix that on my end - first I tried to increase memory_limit in my php.ini file and I changed that from 512M to 2G and it doesn't help but when I changed that to memory_limit = 2048M - BUM ! works !

I hope someone will find it helpful

Thanks
Wes