Hi, after a rebuild & repair of my SugarCRM I cannot access anymore the site

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

Parents
  • 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);

Reply
  • 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);

Children