Post by naturesfinest » Wed Aug 24, 2022 7:07 pm

PHP version 8.0
Opencart 4.0.1.0
Browser: MS Edge Version 104.0.1293.63
New db and clean folder for deployment

I can login to the admin section and see the menu, all other menu options work aside from getting to the general settings page, this results in a blank page.
Nothing is written to the error log
Nothing appears on the console using developer tools in the web browser

Any suggestions?

Newbie

Posts

Joined
Wed Aug 24, 2022 6:59 pm

Post by Johnathan » Wed Aug 24, 2022 9:45 pm

It's probably an internal server error. Check out your server's PHP error log for the relevant error. Or if you want to output it, you can try using this edit:

Code: Select all

IN:
/admin/index.php

AFTER:
<?php

ADD:
error_reporting(E_ALL);
ini_set('display_errors', 'on');

That should output the real error causing the page not to load.

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am

Who is online

Users browsing this forum: No registered users and 2 guests