How to solve this CakePHP problem on Mac?

2
Warning: require(/Applications/XAMPP/xamppfiles/htdocs/cake-teste/bookmarker/vendor/autoload.php): failed to open stream: No such file or directory in /Applications/XAMPP/xamppfiles/htdocs/cake-teste/bookmarker/config/bootstrap.php on line 23

Fatal error: require(): Failed opening required '/Applications/XAMPP/xamppfiles/htdocs/cake-teste/bookmarker/vendor/autoload.php' (include_path='.:/Applications/XAMPP/xamppfiles/lib/php') in /Applications/XAMPP/xamppfiles/htdocs/cake-teste/bookmarker/config/bootstrap.php on line 23

I'm using the Mac and it does not have wamp for Mac.

    
asked by anonymous 18.07.2015 / 19:10

1 answer

1

Have you tried to see if there is anything related to permission?

I could also try with MAMP instead of xampp, I already had several problems with that face there.

link

    
18.07.2015 / 21:08