【发布时间】:2022-03-24 18:03:30
【问题描述】:
我已经将文件上传到demo 文件夹内的服务器,但是当我访问时,我得到了空白页。当我访问somedomain.com/demo 时,我得到了空白页。谁能帮助我。我的文件夹目录以 demo 开头。在demofolder 我有app,bootstrap,config 等文件夹。
当我查看存储/日志文件时,我得到了
[2015-09-20 06:38:00] local.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Call to undefined method Illuminate\Foundation\Application::getCachedCompilePath()' in C:\xampp\htdocs\sidinsu\project\vendor\laravel\framework\src\Illuminate\Foundation\Console\ClearCompiledCommand.php:28
Stack trace:
#0 {main}
[2015-09-20 06:52:16] local.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Call to undefined method Illuminate\Foundation\Application::getCachedCompilePath()' in C:\xampp\htdocs\sidinsu\project\vendor\laravel\framework\src\Illuminate\Foundation\Console\ClearCompiledCommand.php:28
Stack trace:
#0 {main}
[2015-09-20 06:53:23] local.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Call to undefined method Illuminate\Foundation\Application::getCachedCompilePath()' in C:\xampp\htdocs\sidinsu\project\vendor\laravel\framework\src\Illuminate\Foundation\Console\ClearCompiledCommand.php:28
Stack trace:
#0 {main}
[2015-09-20 06:58:28] local.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Call to undefined method Illuminate\Foundation\Application::getCachedCompilePath()' in C:\xampp\htdocs\sidinsu\project\vendor\laravel\framework\src\Illuminate\Foundation\Console\ClearCompiledCommand.php:28
Stack trace:
#0 {main}
【问题讨论】:
-
请阅读您的错误...您调用了未定义的方法 -> 修复它。
-
我已经将 php 版本升级到 5.5 以上,现在出现错误致命错误:require(): Failed opening required '/home/womenactorg/public_html/siddhartha/project/app/Http/helpers/Backend/ helpers.php' (include_path='/home/womenactorg/public_html/siddhartha/project/vendor/phpunit/php-text-template:/home/womenactorg/public_html/siddhartha/project/vendor/phpunit/php-timer:.: /usr/lib/php:/usr/local/lib/php') 在 /home/womenactorg/public_html/siddhartha/project/vendor/composer/autoload_real.php 第 59 行
-
@RanjeetKarki,你的问题解决了吗?
-
是的问题解决了