NZ_Kiwis;10996092 wrote:No offense but these replies are not helpful.
None taken - your explanations have been equally unhelpful.
NZ_Kiwis;10996092 wrote:I have limited access to my server, i didn't set it up I only have access to selected folders hense i'm looking for another option.
Are you using Apache? Do you have the ability to upload .htaccess files?
If so, you can change the error_log value supplied in the php.ini by using the 'php_value' directive in a .htaccess file (e.g. at the root of your site, so that it applies to all subfolders... or you could selectively redirect certain parts of the site depending upon where you place the .htaccess file).
Derokorian;10996104 wrote:preferably you would set this in your php.ini file
... or anywhere else outside of each individual script (such as in a .htaccess file).