zend framework - Uncaught exception 'Zend_Config_Exception' with message 'Comments starting with '#' are deprecated -
I have developed a web application and posted it under php version 5.2.13, but when I use the same server But the PHP version 5.3.6 started to give me an error
Remarks starting with 'Zend_Config_Exception' with the 'unwanted exception' message has been deprecated in '#'. ..
Please suggest any workaround to run it without downgrading the php version.
Clue Error You can no longer comment out lines in an ini file using a hash, instead use a semi-colon if you forget it in any file, then you should complain about this error . Edit: Because an error is coming from Zend_Config I assume that this is an ini file that is complaining about if it is a PHP script, instead of excluding the line
/ / .
Comments
Post a Comment