我遇到这个问题,有人能帮助我吗?
警告: require_once(/customers/4/7/0/jetpackprint.co.uk/httpd.www/wp-admin/includes/class-wp-list-table.php): 无法打开流:没有这样的文件或目录 第2170行/customers/4/7/0/jetpackprint.co.uk/httpd.www/wp-content/themes/xstore/framework/thirdparty/tgm-plugin-activation/class-tgm-plugin-activation.php < / p>
致命错误:require_once():无法打开所需的错误 &#39; /customers/4/7/0/jetpackprint.co.uk/httpd.www/wp-admin/includes/class-wp-list-table.php' (include_path =&#39;。:/ usr / share / php&#39;)in /customers/4/7/0/jetpackprint.co.uk/httpd.www/wp-content/themes/xstore/framework/thirdparty/tgm-plugin-activation/class-tgm-plugin-activation.php 在2170号线上
答案 0 :(得分:0)
错误表明文件class-wp-list-tables.php
不存在。检查磁盘中是否存在该文件,否则这可能是权限错误(文件的所有者与php下运行的不一样),但在大多数情况下,如果是权限错误,则您有一个& #34;许可被拒绝&#34;错误。在某些情况下,您可以使用#34;没有这样的文件或目录&#34;对于权限错误。检查文件是否存在。