Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/268.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/17.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警告-无法初始化模块_Php_Module_Warnings - Fatal编程技术网

PHP警告-无法初始化模块

PHP警告-无法初始化模块,php,module,warnings,Php,Module,Warnings,我的网页运行非常慢,我想检查错误日志,它已充满此错误- [11-Dec-2012 09:52:54 Europe/Helsinki] PHP Warning: PHP Startup: rar: Unable to initialize module Module compiled with module API=20060613 PHP compiled with module API=20090626 These options need to match in Unknown on

我的网页运行非常慢,我想检查错误日志,它已充满此错误-

[11-Dec-2012 09:52:54 Europe/Helsinki] PHP Warning:  PHP Startup: rar: Unable to initialize module
Module compiled with module API=20060613
PHP    compiled with module API=20090626
These options need to match
in Unknown on line 0

这是什么?有人知道怎么修吗?我的网站正在运行Joomla。

这表明您更新了PHP版本,但没有更新扩展。从

下载扩展看起来您还没有升级PHP模块,它们不兼容。检查php.ini中的extension_dir指令是否可能重复感谢您的回答。有可能知道它是哪个分机吗@Osiris@iKaspars只要在CLI上运行
php--version
,您就会得到一个有此问题的所有模块的列表。问候语。