Page Auto reload on "Something Went Wrong"

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

Quote · 2 Oct 2021

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
Quote · 2 Oct 2021

So please tell me how to turn on error reporting.

I am on infinityfree. How can I take server log

Quote · 3 Oct 2021

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
Quote · 5 Oct 2021

 

infinityfree


You can't auto reload on errors.

Are you using one of their free hosting accounts? Did you install dolphin using softaculous?

If so, your site is most likely tripping their database connection limit. The error.log file in your sites tmp folder would show that.

If that is the issue, then there is no way around that problem. Infinityfree's free hosting accounts will not run Dolphin properly without constant site errors.

https://www.deanbassett.com
Quote · 6 Oct 2021
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.