v1.3.8a,
admin/includes/application_top.php
find
error_reporting(E_ALL & ~E_NOTICE);
and modify it to
@ini_set('display_errors', '1');
error_reporting(E_ALL);
I have done this ,why still canot see the content of error in the backend,
but blank when clicking edit of a category or product.


Reply With Quote

