Welcome Guest, Not a member yet? Register   Sign In
debugging "No Script access allowed"! weird
#17

(This post was last modified: 11-14-2020, 05:39 AM by gelson.)

(11-13-2020, 01:02 PM)InsiteFX Wrote: Do not leave these in the files on a live server, take them out when you are finished.

index.php - at the top add these:

PHP Code:
ini_set('display_errors''1');
ini_set('display_startup_errors''1');
error_reporting(E_ALL); 

In the same place add this to the .htaccess file.

Code:
php_flag display_errors 1

That will allow you to see the errors. Remember to take those all out when finished.



Nice!!! I didn't know that... however where will i catch the error logs ? can i presume to be in the browser "Inspect" console? cause I didnt find any changes in the log files within the default directory of the project



This is what i get in the Inspect console from the chrome browser
"ERR_CONTENT_DECODING_FAILED"
Reply


Messages In This Thread
RE: debugging "No Script access allowed"! weird - by gelson - 11-14-2020, 04:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB