PHP errors are not displaying on the page you are developing. You only have SFTP Access to change files. How do you display the errors? -
PHP errors are not showing on the page that you are developing. You only have to change the SFTP access How do you display errors?
Try to enable error reporting on the script:
Ini_set ('display_errors' is true); Error_reporting (E_ALL);
Comments
Post a Comment