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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -