I've been using Joomla! for some years now and never had any problems. Unfortunately this changed day before yesterday when I did the update from 3.9.24 to 3.9.25 from within the backend.
After that update I got a white page when starting either the front or the backend. I was able to trace the error in the frontend to this message:
Code: Select all
Warning: Use of undefined constant JDEBUG - assumed 'JDEBUG' (this will throw an Error in a future version of PHP) in /hp/as/ab/fg/www/mike-on-tour/index.php on line 41
Fatal error: Uncaught Error: Class 'JProfiler' not found in /hp/as/ab/fg/www/mike-on-tour/index.php:41 Stack trace: #0 {main} thrown in /hp/as/ab/fg/www/mike-on-tour/index.php on line 41
Code: Select all
Fatal error: Uncaught Error: Class 'JFactory' not found in /hp/as/ab/fg/www/mike-on-tour/index.php:44 Stack trace: #0 {main} thrown in /hp/as/ab/fg/www/mike-on-tour/index.php on line 44
Can somebody please point me in the right direction to solve this issue?