
Originally Posted by
carlwhat
zean, where did you add this code?
I added that non-syntactical garbage (adfgffdfhf erewererer) to the same file to see if I could get it to produce the myDEBUG-xxxxx-yyyyyy.log file which as I mentioned previously it did. I just did that to confirm I was looking in the right place for the error report which I was.

Originally Posted by
carlwhat
i tried adding the SESSION_TIMEOUT_CATALOG to my test system and it worked fine
Well that's baffling.

Originally Posted by
carlwhat
which means the error is still getting logged to the system PHP logs. do you have access to those logs on your server?
The problem does not get reported in the cpanel>statistics>Error Logs>PHP error_log

Originally Posted by
carlwhat
have you tried adding echo statements in the suspect file before the include and right after the include?
I tried removing the define statement and it sill bombs out with just this . . .
I even tried adding removing everything from the added file . . . just an empty file and it produced this message in the firefox browser . . .
Code:
Content Encoding Error
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
Please contact the website owners to inform them of this problem.
and this in IE browser . . .
Code:
This page can’t be displayed
•Make sure the web address http://www.mydomain.com is correct.
•Look for the page with your search engine.
•Refresh the page in a few minutes.
Fix connection problems
And, I tried just this code in the added file . . .
Code:
<?php echo "Hello" ;
Which produced the same result as the empty file.
Bookmarks