Quantcast
Viewing all articles
Browse latest Browse all 2361

Migrating and Upgrading to Joomla! 4.x • Re: Memory exhausted when trying to edit article

I have a error 500, so I must have a script that loop somewhere...
It could be a PHP fatal error in some third party extension and a subsequent error in the actual error handling routine.

If you can access the backend of Joomla, set 'Error Reporting' to 'Maximum', turn on the options 'Debug System' and 'Log Almost Everything'.

Otherwise, write-enable the file configuration.php in the main Joomla folder and make the following changes:

Code:

public $debug = true;public $error_reporting = 'maximum';public $log_everything = 1;
Now the error message will identify the script and line number of the error and produce the PHP call stack, which has the sequence of events leading to the error and hopefully gives us a clue about the root cause. The details are also written into the log file administrator/logs/everything.php. Copy and paste the messages and the PHP call stack here.

Statistics: Posted by toivo — Wed Jan 31, 2024 10:12 pm



Viewing all articles
Browse latest Browse all 2361

Trending Articles