Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/joomla/2.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 Joomla 3.1.5和;extplorer 2.1.3安装问题_Php_Joomla_Joomla3.0 - Fatal编程技术网

Php Joomla 3.1.5和;extplorer 2.1.3安装问题

Php Joomla 3.1.5和;extplorer 2.1.3安装问题,php,joomla,joomla3.0,Php,Joomla,Joomla3.0,在使用Joomla安装时,我遇到以下错误!版本,3.1.5。我不确定这是兼容性问题还是软件缺陷。有没有其他人看到过这件事,或者没有,我怎样才能避开这件事 Strict Standards: Non-static method ext_Lang::detect_lang() should not be called statically in D:\Coral\UniServer\www\Joomla\administrator\components\com_extplorer\include\i

在使用Joomla安装时,我遇到以下错误!版本,3.1.5。我不确定这是兼容性问题还是软件缺陷。有没有其他人看到过这件事,或者没有,我怎样才能避开这件事

Strict Standards: Non-static method ext_Lang::detect_lang() should not be called statically in D:\Coral\UniServer\www\Joomla\administrator\components\com_extplorer\include\init.php on line 103

Strict Standards: Non-static method ext_Result::init() should not be called statically in D:\Coral\UniServer\www\Joomla\administrator\components\com_extplorer\admin.extplorer.php on line 97

Strict Standards: Non-static method ext_Result::empty_errors() should not be called statically in D:\Coral\UniServer\www\Joomla\administrator\components\com_extplorer\include\result.class.php on line 40

Strict Standards: Non-static method ext_Result::empty_messages() should not be called statically in D:\Coral\UniServer\www\Joomla\administrator\components\com_extplorer\include\result.class.php on line 41

Strict Standards: Declaration of ext_List::execAction() should be compatible with ext_Action::execAction($dir, $item) in D:\Coral\UniServer\www\Joomla\administrator\components\com_extplorer\include\list.php on line 387

Back to Joomla! eXtplorer Logo Current mode: extplorer [Logout]. You could switch to ftp mode.

Strict Standards: Non-static method extHTML::loadExtJS() should not be called statically, assuming $this from incompatible context in D:\Coral\UniServer\www\Joomla\administrator\components\com_extplorer\include\list.php on line 374

您应该在php.ini中关闭严格的错误报告

查找以下内容:

error_reporting = ... 
并改为:

error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT

我认为Joomla还没有为PHP5.4做好准备

您可以尝试检查php.ini值是否存在
error\u reporting
,并向其中添加
~E\u STRICT
,以停止它报告这些问题 在php代码中使用
错误报告(E_ALL^E_STRICT)

第二种方法
在php.ini中,将
error\u reporting=E\u ALL
更改为
error\u reporting=E\u ALL&~E\u STRICT
。请确保在对php.ini进行更改后重新启动Apache服务器

您使用的是什么版本的Apache,更重要的是,您使用的是什么版本的php Pache 2.4.6 VC10-OpenSSl 1_0_1e MySQL 5.5.32-community php 5.4.17 OpenSSl 1_0_1e Intl 50 phpMyAdmin 4.0.4.1I添加您的更改并停止和启动服务器,我仍然会收到相同的错误看起来这个==error_reporting=E_ALL&~E_NOTICE | E_strict就PHP%.4而言,这似乎是我在开始工作时遇到问题的唯一扩展。Joomla 3.x与PHP5.4配合得很好,然而,最好是严格的错误报告off@SteveM-转到您的全局配置,确保错误报告是在标准配置上,而不是在什么情况下的开发全局配置上?我在PHP中看不到这一点。对不起,我应该说得更清楚。全局配置位于Joomla后端;)在服务器设置下的Joomla中,错误报告设置为“系统默认值”,否则您知道向Joomla添加FTP的方法吗?我有一个网页,但它的一部分是ASP。