opencart blank white page or 505 error

February 17, 2016 - By 
All ProblemsCategory: frontendopencart blank white page or 505 error
Julia Staff asked 8 years ago

Before you find solution you need to check error using . add below code in index.php after <?php

ini_set(‘display_errors’, 1);
ini_set(‘log_errors’, 1);
error_reporting(E_ALL);

After check error you can find the main issue. Note* Try to disable htaccess file .

Posted In:  
  comments