Project

General

Profile

eXtplorer 2.1.2 with small fixes

eXtplorer 2.1.2 released, with small fixes for Joomla! 2.5
Added by Sören Eberhardt-Biermann over 11 years ago

eXtplorer 2.1.2 is available now, which fixes an installation problem on Joomla! 2.5.
Another small fix also hides the top and bottom bar on J! 3.0, so the application is more usable.


Comments

Added by Jürgen Vetter over 11 years ago

Hallo,
mein erster Test mit Joomla 1.7 aber PHP 5.4.9 zeigt:

eXtplorer 2.1.2 lässt sich zwar installieren, aber der Aufruf zeigt die folgenden Fehler:

Strict Standards: Non-static method ext_Lang::detect_lang() should not be called statically in /homepages/26/d13474738/htdocs/CMS17_TEST/administrator/components/com_extplorer/include/init.php on line 103

Strict Standards: Non-static method ext_Result::init() should not be called statically in /homepages/26/d13474738/htdocs/CMS17_TEST/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 /homepages/26/d13474738/htdocs/CMS17_TEST/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 /homepages/26/d13474738/htdocs/CMS17_TEST/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 /homepages/26/d13474738/htdocs/CMS17_TEST/administrator/components/com_extplorer/include/list.php on line 387
Back to Joomla! eXtplorer Logo Aktueller Modus: extplorer [Abmelden]. Modus wechseln zu: ftp.

Strict Standards: Non-static method extHTML::loadExtJS() should not be called statically, assuming $this from incompatible context in /homepages/26/d13474738/htdocs/CMS17_TEST/administrator/components/com_extplorer/include/list.php on line 374

Gibt es eine Mglichkeit dies zu umgehen ?
Gruß JVe

Added by Jürgen Vetter over 11 years ago

Hallo nochmal,
mit Unterstützung von Sören Eberhardt-Biermann wurde das Problem bei mir gelöst.
Vielen Dank für die Hilfe.

Änderung in der Datei admin.extplorer.php :

if( defined( 'E_STRICT' ) ) { // Suppress Strict Standards Warnings
error_reporting(E_ALL);
}

zu
if( defined( 'E_STRICT' ) ) { // Suppress Strict Standards Warnings
error_reporting(E_ALL & ~E_STRICT & ~E_NOTICE);
}

Gruß JVe