简体   繁体   English

作曲家autoload.php无法打开流:没有此类文件或目录

[英]composer autoload.php failed to open stream: no such file or directory

I am having problem with this error, I don't have Idea how to fix this. 我对此错误有疑问,但我不知道如何解决此问题。

Warning: require_once( DIR /composer/autoload_real.php) [function.require-once]: failed to open stream: No such file or directory in /home/a2946484/public_html/vendor/autoload.php on line 5 警告:require_once( DIR /composer/autoload_real.php)[function.require-once]:无法打开流:第5行/home/a2946484/public_html/vendor/autoload.php中没有此类文件或目录

what does it mean ? 这是什么意思 ?

Here is my autoload.php 这是我的autoload.php

// autoload.php @generated by Composer

require_once __DIR__ . '/composer' . '/autoload_real.php';

return ComposerAutoloaderInitad1b46addec8855e522daae36df0556f::getLoader();

Thank you in advance. 先感谢您。

我建议删除项目的“供应商”文件夹,然后在命令行中在项目文件夹中运行“ composer install”,再次创建它。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 /autoload.php):无法打开流: - /autoload.php): failed to open stream: No such file or directory in 要求(供应商/autoload.php):无法打开 stream:没有这样的文件或目录 - require(vendor/autoload.php): failed to open stream: No such file or directory autoload.php问题:无法打开流:没有这样的文件或目录 - autoload.php issue: failed to open stream: no such file or directory 警告:require_once(Composer/PHPMailer/vendor/phpmailer/phpmailer/src/autoload.php):无法打开流:没有这样的文件或目录 - Warning: require_once(Composer/PHPMailer/vendor/phpmailer/phpmailer/src/autoload.php): failed to open stream: No such file or directory 警告:无法打开流:第17行的C:\\ wamp \\ www \\ laravel \\ bootstrap \\ autoload.php中没有此类文件或目录 - Warning: failed to open stream: No such file or directory in C:\wamp\www\laravel\bootstrap\autoload.php on line 17 要求(项目/供应商/predis/predis/autoload.php):无法打开stream:没有这样的文件或目录 - require(project/vendor/predis/predis/autoload.php): Failed to open stream: No such file or directory Laravel 4 bootstrap / autoload.php无法打开流 - Laravel 4 bootstrap/autoload.php failed to open stream 无法打开流autoload.php Facebook SDK v4 - Failed to open stream autoload.php Facebook SDK v4 Google Calendar API vendor / autoload.php:打开流失败 - Google Calendar API vendor/autoload.php: failed to open stream phpunit 和 yii - (PHPUnit/Autoload.php):无法打开 stream: - phpunit and yii - (PHPUnit/Autoload.php): failed to open stream:
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM