热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

PHPFatalerror:UncaughtError:Class‘ComposerAutoloaderInit08413adddf6b96d8ed9759212c9c6248’

解决办法1在命令行下输入下面的命令:sudo find . -type d -exec chmod 770 {} + && sudo find . -type f -exec chmod 660 {



解决办法1

在命令行下输入下面的命令:

sudo find . -type d -exec chmod 770 {} + && sudo find . -type f -exec chmod 660 {} + && sudo chmod u+x bin/magento

有时候需要去掉 sudo.


解决办法2

先删除下面路径的文件

/vendor/autoloader.php

然后出现下面界面

执行 下面命令:

composer install

下面是操作流程

lollicup@DESKTOP-4M99Q31 MINGW64 /d/www/20191018store2magento2/magento2Store2 (storex)
$ composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Package operations: 1 install, 0 updates, 0 removals
- Installing g1a/composer-test-scenarios (2.2.0): Loading from cache
Generating autoload files

操作结果图


推荐阅读
author-avatar
钢铁年代2502883227
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有