Forums » eXtplorer & Joomla! »
Installing eXtplorer_2.1.3 with Joomla! version, 3.1.5.
Added by steve miske about 11 years ago
I get the following errors when installing with Joomla! version, 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
Replies (2)
RE: Installing eXtplorer_2.1.3 with Joomla! version, 3.1.5. - Added by mike skiby about 11 years ago
me too, having same issue ... even tried extplorer 2.1.4
still major errors?
RE: Installing eXtplorer_2.1.3 with Joomla! version, 3.1.5. - Added by Mark Talbot almost 11 years ago
And I am yet another user with same issue: tried eXtplorer 2.1.4
I did find this possible solve over on StaackOverflow:
"1st Method
in your php code use error_reporting(E_ALL ^ E_STRICT);
2nd Method
in your php.ini, with change error_reporting = E_ALL to error_reporting = E_ALL & ~E_STRICT. Please make sure to restart Apache server after the changes are made to php.ini:
But have not tried yet as I cannot contact my server admin right now to edit the PHP file. Ironically, if I had eXtplorer successfully installed, I could access it...