weierophinney wrote: > > -- chowming <[email protected]> wrote > (on Friday, 15 January 2010, 05:09 PM -0800): >> When I tried zf enable layout it inserted in the config file: >> >> resources.layout.layoutPath = "APPLICATION_PATH "/layouts/scripts/"" >> >> That created an error.When I change it to: >> >> resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts/" >> >> It works. >> >> My system: >> Windows 7 >> PHP 5.3 >> >> Could be a bug or my system > > Bug -- there's extra quotes being generated, evidently. > > Could you please add an issue to the tracker for this? Thanks! > > -- > Matthew Weier O'Phinney > Project Lead | [email protected] > Zend Framework | http://framework.zend.com/ > PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc > >
http://framework.zend.com/issues/browse/ZF-8840 -- View this message in context: http://n4.nabble.com/zend-tool-enable-layout-tp1015449p1015737.html Sent from the Zend Framework mailing list archive at Nabble.com.
