-1

I uploaded a project to my host and after editing php codes with File Manager or File Zila with Notepad ++ they are no longer running, although there are no errors when loading, what do I do?

1 Answers1

1

It is maybe possible since you have edited it in file manager, you have some errors. You are claiming you do not see errors, maybe your server have error_reporting/displayin_errors off. Check it in your PHP.ini.

For more info how to enable it: How to get useful error messages in PHP?

E3Im
  • 342
  • 2
  • 17
  • TKS ! Mike, but when uploading file with File Zila I got message " All files have been succesfuly transfered "... and even so my code not runing ...error_reporting/display_errors is off and I can not set it on of at my host – Leon SENIOR Sep 08 '18 at 08:57
  • You can enable it in .htaccess https://stackoverflow.com/questions/6127980/enabling-error-display-in-php-via-htaccess-only – E3Im Sep 17 '18 at 09:01