作曲家更新问题laravel 4.2

时间:2014-10-13 08:40:28

标签: laravel laravel-4 centos composer-php centos7

昨晚更新作曲家我的代码在xampp本地电脑上完美运行,但是当我在服务器centos 7上传时,只出现空白页并记录错误。代码在服务器centos 7上更新作曲家更新之前完美地工作。请提出任何建议。

[Mon Oct 13 04:34:00.611556 2014] [:error] [pid 26259] [client 125.209.84.194:2710] PHP Warning:  require(/home/test/public_html/vendor/laravel/framework/src/Illuminate/Support/helpers.php): failed to open stream: No such file or directory in /home/test/public_html/vendor/composer/autoload_real.php on line 58

[Mon Oct 13 04:34:00.611746 2014] [:error] [pid 26259] [client 125.209.84.194:2710] PHP Fatal error:  require(): Failed opening required '/home/test/public_html/vendor/laravel/framework/src/Illuminate/Support/helpers.php' (include_path='/home/test/public_html/vendor/phpseclib/phpseclib/phpseclib:.:/usr/share/pear:/usr/share/php') in /home/test/public_html/vendor/composer/autoload_real.php on line 58

1 个答案:

答案 0 :(得分:0)

删除供应商文件夹和composer.lock文件

现在运行composer install并在服务器上上传完整代码

相关问题