Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/wordpress/12.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 在Wordpress中激活WPGraphQL for Advanced Custom Fields插件时出现致命错误_Php_Wordpress_Graphql - Fatal编程技术网

Php 在Wordpress中激活WPGraphQL for Advanced Custom Fields插件时出现致命错误

Php 在Wordpress中激活WPGraphQL for Advanced Custom Fields插件时出现致命错误,php,wordpress,graphql,Php,Wordpress,Graphql,我已经输入了wpgraphql、wpgraphiql和高级自定义字段,但是当我尝试为高级自定义字段激活wpgraphql时,下一条消息出现在wordpress中: Warning: require(/Applications/MAMP/htdocs/wordpress/wp-content/plugins/wp-graphql-acf-develop/vendor/composer/../phpstan/phpstan/bootstrap.php): failed to open stream:

我已经输入了wpgraphql、wpgraphiql和高级自定义字段,但是当我尝试为高级自定义字段激活wpgraphql时,下一条消息出现在wordpress中:

Warning: require(/Applications/MAMP/htdocs/wordpress/wp-content/plugins/wp-graphql-acf-develop/vendor/composer/../phpstan/phpstan/bootstrap.php): failed to open stream: No such file or directory in /Applications/MAMP/htdocs/wordpress/wp-content/plugins/wp-graphql-acf-develop/vendor/composer/autoload_real.php on line 69

Fatal error: require(): Failed opening required '/Applications/MAMP/htdocs/wordpress/wp-content/plugins/wp-graphql-acf-develop/vendor/composer/../phpstan/phpstan/bootstrap.php' (include_path='.:/Applications/MAMP/bin/php/php7.4.12/lib/php') in /Applications/MAMP/htdocs/wordpress/wp-content/plugins/wp-graphql-acf-develop/vendor/composer/autoload_real.php on line 69

我遇到了相同的问题,请尝试删除、上载并重试

请参阅存储库以了解相同的问题:

根据建议,您当前可以使用此处找到的插件的旧版本:


最新版本的plugin

composer运行时的用户/文件权限与web/php服务器不同,这似乎是个问题?使供应商中的文件可供所有人访问。不幸的是,删除和重新安装没有帮助