Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 1920

Migrating and Upgrading to Joomla! 5.x • Re: HTTP 500 Whoops

$
0
0
The stack trace is not really helping. You really need to be able to step through the code to see what is going on. That is not easy if the site is on-line. Do have a desktop/laptop development environment? If not you could try adding a couple of lines to plugins/content/joomla/src/Extension/Joomla.php to bracket line 331:

Code:

\file_put_contents(JPATH_ADMINISTRATOR . '/logs/bugtest.php', $view  . "\n", FILE_APPEND);                $articleIds = ArrayHelper::getColumn($articles, 'id');\file_put_contents(JPATH_ADMINISTRATOR . '/logs/bugtest.php', $view  . " worked!\n", FILE_APPEND);
Then look in administrator/logs/bugtest.php - it should show which views are fetching lists of articles and whether they worked. So we look for one that did not work and the next step is to find out why not.

Statistics: Posted by ceford — Sun Apr 14, 2024 9:15 am



Viewing all articles
Browse latest Browse all 1920

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>