CakePHP 3.0 fatal error

2014-08-04 Thread Jipson Thomas
Hi Team, After a composer update command on my cakephp 3.0 I am getting a fatal error as following. *Warning*: require(/Applications/XAMPP/xamppfiles/htdocs/prms.panovus.com/public_html/vendor/cakephp/cakephp/src/bootstrap.php): failed to open stream: No such file or directory in

Re: CakePHP 3.0 fatal error

2014-08-04 Thread José Lorenzo
The config folder was moved out of src, it should be placed on the root folder with the name config: https://github.com/cakephp/app/tree/master/config On Monday, August 4, 2014 12:24:06 PM UTC+2, Jipson Thomas wrote: Hi Team, After a composer update command on my cakephp 3.0 I am getting a

Re: CakePHP 3.0 fatal error

2014-08-04 Thread Jipson Thomas
Thank you Jose Lorenzo. I moved all my code to a fresh installation and it is working now. Regards, Jipson On Monday, 4 August 2014 11:54:54 UTC+1, José Lorenzo wrote: The config folder was moved out of src, it should be placed on the root folder with the name config: