IE display an empty page when I type the site address. Could you please let me know how to fix it? thank you and best regards
IE display an empty page when I type the site address. Could you please let me know how to fix it? thank you and best regards
Please always specify your sugar version with hosted or on-premise for quicker help.
If you are using on-premise or self-hosted Sugar, you need to check your sugarcrm.log and apache error log.
The quickest way to do that to edit index.php and put these 2 magical lines on top where actual PHP code starts and then refresh your page.
ini_set('display_errors',1);
error_reporting(E_ALL);
If you are using version 8.x or higher, try deleting the cache folder entirely. It tends to fix this issue when it occurs to me. (That is, if you are sure you didn't implement a fatal error in your last change to the codebase)
If you are using version 8.x or higher, try deleting the cache folder entirely. It tends to fix this issue when it occurs to me. (That is, if you are sure you didn't implement a fatal error in your last change to the codebase)