php - CakePHP - Psr classes not found -


i have following errors:

fatal error: interface 'psr\http\message\serverrequestinterface' not found in /home/www/forex-arts/vendor/cakephp/cakephp/src/http/serverrequest.php on line 37

fatal error: interface 'psr\http\message\uriinterface' not found in /home/www/forex-arts/vendor/zendframework/zend-diactoros/src/uri.php on line 25

i using cakephp. know why receiving these errors?


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -