by mj » Wed Aug 05, 2009 3:49 pm
Hi Enrique,
What version of WAMP (and the respective Apache, PHP) are you running? Lemon8-XML is based on the CakePHP framework, which requires PHP 5.1 or greater, and mod_rewrite enabled in Apache in order to run correctly. I'd strongly suspect that the "requested address" error you're seeing is related to mod_rewrite not being enabled. The E_NONE notice may be a PHP4/PHP5 issue -- I'd try setting it to E_ERROR and see if that resolves it.
Hope this helps,
MJ