Hi Please Tell Me how to make pages auto reload on something went wrong error on dolphin 7.2. Because the solution of this problem is reloading
Hi Please Tell Me how to make pages auto reload on something went wrong error on dolphin 7.2. Because the solution of this problem is reloading |
Something went wrong means there is a database or php error. You can go into the /inc/header.inc.php file and turn on full error reporting; you may still need to look at the error logs for your server. Geeks, making the world a better place |
So please tell me how to turn on error reporting. I am on infinityfree. How can I take server log |
Look in /inc/header.inc.php Find $site['fullError'] = false; change to: $site['fullError'] = true; also look in your /tmp folder under the Dolphin site and look at the error.log there. Geeks, making the world a better place |
infinityfree
https://www.deanbassett.com |