我正在开发一个网站,在网站的每一页上都发现了这个错误:
Warning: spl_autoload() [function.spl-autoload]: Unable to access k35r0vc.class.php in /home/stopecom/public_html/wp-content/plugins/term-menu-order/term-menu-order.php on line 42
Warning: spl_autoload() [function.spl-autoload]: Unable to access k35r0vc.class.php in /home/stopecom/public_html/wp-content/plugins/term-menu-order/term-menu-order.php on line 42
Warning: spl_autoload() [function.spl-autoload]: Unable to access k35r0vc.class.php in /home/stopecom/public_html/wp-content/plugins/term-menu-order/term-menu-order.php on line 42
Warning: spl_autoload() [function.spl-autoload]: Unable to access k35r0vc.class.php in /home/stopecom/public_html/wp-content/plugins/term-menu-order/term-menu-order.php on line 42
Warning: spl_autoload() [function.spl-autoload]: Unable to access videopress.class.php in /home/stopecom/public_html/wp-content/plugins/term-menu-order/term-menu-order.php on line 42
Warning: spl_autoload() [function.spl-autoload]: Unable to access polldaddyshortcode.class.php in /home/stopecom/public_html/wp-content/plugins/term-menu-order/term-menu-order.php on line 42
Warning: spl_autoload() [function.spl-autoload]: Unable to access vaultpress.class.php in /home/stopecom/public_html/wp-content/plugins/term-menu-order/term-menu-order.php on line 42
Warning: spl_autoload() [function.spl-autoload]: Unable to access k35r0vc.class.php in /home/stopecom/public_html/wp-content/plugins/term-menu-order/term-menu-order.php on line 42
Warning: spl_autoload() [function.spl-autoload]: Unable to access k35r0vc.class.php in /home/stopecom/public_html/wp-content/plugins/term-menu-order/term-menu-order.php on line 42
Warning: spl_autoload() [function.spl-autoload]: Unable to access wp_user_search.class.php in /home/stopecom/public_html/wp-content/plugins/term-menu-order/term-menu-order.php on line 42不过,这种情况只发生在实时服务器上。当我在本地主机上试用时,没有问题。
我意识到这是一个由插件术语菜单顺序引起的问题。我一直试图寻找更多关于spl_autoload的信息,我也尝试通过支持论坛咨询作者。然而,我几乎无法从我的搜索结果中扣除任何东西,而且由于作者的上一次答复几乎是在一年前,我开始变得悲观起来。
为什么它只发生在实时服务器上,有什么方法可以解决这个问题吗?
发布于 2012-12-25 20:07:25
我想说的是,如果插件的作者在一年内没有响应支持,你应该放弃插件,引发问题,并找到其他的东西。你将来一定会遇到更多的问题。而且,是的,s_ha_dum是对的,它可能与服务器上那些文件的权限有关。
https://wordpress.stackexchange.com/questions/77240
复制相似问题