Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/237.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php Laravel 5/PyroCMS';没有为[流]定义提示路径。';_Php_Laravel_Pyrocms - Fatal编程技术网

Php Laravel 5/PyroCMS';没有为[流]定义提示路径。';

Php Laravel 5/PyroCMS';没有为[流]定义提示路径。';,php,laravel,pyrocms,Php,Laravel,Pyrocms,我不知道我在做什么了,我已经在好几个地方搜索过了,到目前为止没有人帮过我 发生的情况是,我在本地主机上安装了PyroCMS,在传输到服务器时出现了此错误,是否缺少某些配置?可能是什么 [10-Nov-2016 15:25:18 UTC] PHP Fatal error: Uncaught exception 'InvalidArgumentException' with message 'No hint path defined for [streams].' in /home/sppraia

我不知道我在做什么了,我已经在好几个地方搜索过了,到目前为止没有人帮过我

发生的情况是,我在本地主机上安装了PyroCMS,在传输到服务器时出现了此错误,是否缺少某些配置?可能是什么

[10-Nov-2016 15:25:18 UTC] PHP Fatal error:  Uncaught exception 'InvalidArgumentException' with message 'No hint path defined for [streams].' in /home/sppraiascom/vendor/laravel/framework/src/Illuminate/View/FileViewFinder.php:112
Stack trace:
#0 /home/sppraiascom/vendor/laravel/framework/src/Illuminate/View/FileViewFinder.php(90): Illuminate\View\FileViewFinder->getNamespaceSegments('streams::errors...')
#1 /home/sppraiascom/vendor/laravel/framework/src/Illuminate/View/FileViewFinder.php(76): Illuminate\View\FileViewFinder->findNamedPathView('streams::errors...')
#2 /home/sppraiascom/vendor/laravel/framework/src/Illuminate/View/Factory.php(174): Illuminate\View\FileViewFinder->find('streams::errors...')
#3 /home/sppraiascom/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(69): Illuminate\View\Factory->make('streams::errors...', Array)
#4 /home/sppraiascom/vendor/anomaly/streams-platform/src/Exception/ExceptionHandler.php(41): Illuminate\Routing\ResponseFactory->view('streams::errors...', Array, 500)
#5 /home/sppraiascom/vendor/larave in /home/sppraiascom/vendor/laravel/framework/src/Illuminate/View/FileViewFinder.php on line 112

我也有同样的问题。对我有效的是使用一个MySQL用户帐户,该帐户在MySQL中使用localhost作为用户的主机username@localhost'而不是'username@%')