New on LowEndTalk? Please Register and read our Community Rules.
PHP Memory Limit Error

in Help
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 196608 bytes) in /x/y/z.php on line 534
The thing is, I know the fix is to increase memory limit, which I've done in php.ini and restarted, but that hasn't fixed anything?
Any help?
Comments
Check pho info output to make sure you updated the correct and used php.ini
Welcome to LET Helpdesk.
@AshleyUK
Memory limit seems to be default although php.ini states otherwise (after restart)
What next?
Thanks for your help.
Nevermind, all good now. Found the alternate php.ini file and corrected.
Either you edited the wrong php.ini, failed to remove the comment in front of the line in the php.ini or updated the incorrect variable in the php.ini.