Skip to main content

1.Open your Magento installation directory. Locate and open index.php file.

2.Search for error_reporting(E_ALL | E_STRICT); code.

3.Comment it out like that:

/*error_reporting(E_ALL | E_STRICT);*/ 
  1. And use the following code instead:

     error_reporting(E_ALL); 

    $_SERVER['MAGE_IS_DEVELOPER_MODE'] = true;

  2. Uncomment it by removing the # sign, so it looks like that:

    ini_set('display_errors', 1);

6.Save this file and upload to the server. Reload your website page to see errors.

  1. Open your Magento installation directory. Locate and open index.php file.

  2. Search for error_reporting(E_ALL | E_STRICT); code.

  3. Comment it out like that:

    /*error_reporting(E_ALL | E_STRICT);*/

  4. And use the following code instead:

    error_reporting(E_ALL);

    $_SERVER['MAGE_IS_DEVELOPER_MODE'] = true;

  5. Uncomment it by removing the # sign, so it looks like that:

    ini_set('display_errors', 1);

  6. Save this file and upload to the server. Reload your website page to see errors.

1.Open your Magento installation directory. Locate and open index.php file.

2.Search for error_reporting(E_ALL | E_STRICT); code.

3.Comment it out like that:

/*error_reporting(E_ALL | E_STRICT);*/ 
  1. And use the following code instead:

     error_reporting(E_ALL); 

    $_SERVER['MAGE_IS_DEVELOPER_MODE'] = true;

  2. Uncomment it by removing the # sign, so it looks like that:

    ini_set('display_errors', 1);

6.Save this file and upload to the server. Reload your website page to see errors.

  1. Open your Magento installation directory. Locate and open index.php file.

  2. Search for error_reporting(E_ALL | E_STRICT); code.

  3. Comment it out like that:

    /*error_reporting(E_ALL | E_STRICT);*/

  4. And use the following code instead:

    error_reporting(E_ALL);

    $_SERVER['MAGE_IS_DEVELOPER_MODE'] = true;

  5. Uncomment it by removing the # sign, so it looks like that:

    ini_set('display_errors', 1);

  6. Save this file and upload to the server. Reload your website page to see errors.

added 8 characters in body
Source Link
Amit Bera
  • 77.8k
  • 21
  • 127
  • 240

1.Open your Magento installation directory. Locate and open index.php file.

2.Search for error_reporting(E_ALL | E_STRICT); code.

3.Comment it out like that:

/*error_reporting(E_ALL | E_STRICT);*/ 
  1. And use the following code instead:

     error_reporting(E_ALL); 

    error_reporting(E_ALL); $_SERVER['MAGE_IS_DEVELOPER_MODE']$_SERVER['MAGE_IS_DEVELOPER_MODE'] = true;

  2. Uncomment it by removing the # sign, so it looks like that:

    ini_set('display_errors', 1); ini_set('display_errors', 1);

6.Save this file and upload to the server. Reload your website page to see errors.

1.Open your Magento installation directory. Locate and open index.php file.

2.Search for error_reporting(E_ALL | E_STRICT); code.

3.Comment it out like that:

/*error_reporting(E_ALL | E_STRICT);*/ 
  1. And use the following code instead:

    error_reporting(E_ALL); $_SERVER['MAGE_IS_DEVELOPER_MODE'] = true;

  2. Uncomment it by removing the # sign, so it looks like that:

    ini_set('display_errors', 1);

6.Save this file and upload to the server. Reload your website page to see errors.

1.Open your Magento installation directory. Locate and open index.php file.

2.Search for error_reporting(E_ALL | E_STRICT); code.

3.Comment it out like that:

/*error_reporting(E_ALL | E_STRICT);*/ 
  1. And use the following code instead:

     error_reporting(E_ALL); 

    $_SERVER['MAGE_IS_DEVELOPER_MODE'] = true;

  2. Uncomment it by removing the # sign, so it looks like that:

    ini_set('display_errors', 1);

6.Save this file and upload to the server. Reload your website page to see errors.

Source Link
Randhir Yadav
  • 2.6k
  • 1
  • 22
  • 31

1.Open your Magento installation directory. Locate and open index.php file.

2.Search for error_reporting(E_ALL | E_STRICT); code.

3.Comment it out like that:

/*error_reporting(E_ALL | E_STRICT);*/ 
  1. And use the following code instead:

    error_reporting(E_ALL); $_SERVER['MAGE_IS_DEVELOPER_MODE'] = true;

  2. Uncomment it by removing the # sign, so it looks like that:

    ini_set('display_errors', 1);

6.Save this file and upload to the server. Reload your website page to see errors.