IDzUp/pH2Date

Site problems admin panel

Closed this issue · 2 comments

Website works fine so far everything works other then when i go to localhost/admin/ it is just a blank white page no error?
image

pH-7 commented

You probably have an internal error.

Can you please first update your root index.php file to this changes 92ec2cd

Then, still in the index.php (located in the root folder), please change

define('ENVIRONMENT', 'production');

to

define('ENVIRONMENT', 'development');

And save the file and reload the page to see the any errors.

Hopefully this will help 💪

pH-7 commented

For your information, it has been fixed in #3, patch 1a4c61c

Hope it helps! Good luck!