我有多个WordPress网站。很长一段时间以来,他们都过得很好。但突然间,我的WP网站出现了一个错误:
此页面不工作
当我调查这个问题时,我在错误日志中发现了这一点:
"Uncaught Error: Call to undefined function wp() in /home/nc136xrqx05i/public_html/wp-blog-header.php:16"
and the wp-load.php file is 0.
然后我重新命名插件文件。然后网站运行,但是如果我试图从dashbaord的插件文件夹安装一个插件,wp加载文件将再次变为空,站点就会关闭。
我的软件中心停止更新我的软件,我得到了以下信息:
The following packages have unmet dependencies:
linux-headers-generic : Depends: linux-headers-3.2.0-57-generic but it is not installed
linux-headers-generic-pae : Depends: linux-headers-3.2.0-57-generic-pae but it is not installed
因此,我尝试了apt和-f安装,但没有收到以下消息:
(Reading databas
我使用android-sdk-r12m-r17m-linux.zip和android-ndk-r8-linux-x86.tar.bz2编译我的android apk。
我的编译步骤是:
android update project -p . --target 2
ndk-build APP_ABI=mips
ant debug
输出apk在我的mips平台上运行良好。然而,在我尝试ndk-gdb之后,我得到了以下错误。
ERROR: The device does not support the application's targetted CPU ABIs!