View Single Post
Old March 15th, 2006, 4:21 AM   #2 (permalink)
mr_fern
All Ur Base R Belong 2 Us
Excelling Contributor
 
mr_fern's Avatar
 
Joined in Feb 2005
Lives in Vegas & New York
824 posts
Gave thanks: 2
Thanked 6 times
Well regarding the error_log, it's just a file that reports PHP errors the same way apache's error logs. Depending on the settings in php.ini, that file may or may not be created. But apparently the Zend Optimizer they have on the server is not compatible with the version of PHP. Quickest thing they can do is remove that extension from the main php.ini

Doesn't really need to be there anyway, it's only there for apps encoded by Zend's Encoder, of which most scripts people have are not.
__________________
Nobody doing nothing
mr_fern is offline   Reply With Quote