Mark.G.
Ensign
- Registriert
- Okt. 2008
- Beiträge
- 249
Ich möchte gerne lokal das CMS XOOPS (2.4.4) testen, bekomme bei der Installation leider jede menge "Strict Standards" Fehler, die Installation bleibt dann auf der Seite 11/14 stehen.
System:
Linux (Ubuntu 10.04)
xampp (lampp 1.7.3a)
Vorgang:
Installiere Xampp (laut Anleitung):
keine Probleme
Ändere Passwörter (/opt/lampp/lampp security):
laut Xampp Homepage ist jetzt die MySQL Datenbank deaktiviert (obwohl sie gestartet wurde), sie lässt sich jedoch ohne Probleme aufrufen
Ändere Rechte des htdocs Ordners auf 777:
keine Probleme
Kopiere den Inhalt von XOOPS htdocs in den htdocs Ordner von Xampp:
keine Probleme
Ändere Rechte des htdocs Ordners auf 777(damit auch die neuen Files nicht nur root sind):
keine Probleme
rufe localhost auf:
XOOPS installation wizard wird Angezeigt jedoch sind folgende Fehler über der Seite
Nach der "Configuration save" (Seite 7) kommen folgende Fehler hinzu:
Nach den "Initial settings" (Seite 9) kommen folgende Fehler hinzu:
Nach der "Data Insertion" (Seite 10) kommen ganz neue Fehler und die alten sind weg:
Ab da passiert dann nix mehr. Jemand eine Ahnung was da los sein kann?
System:
Linux (Ubuntu 10.04)
xampp (lampp 1.7.3a)
Vorgang:
Installiere Xampp (laut Anleitung):
keine Probleme
Ändere Passwörter (/opt/lampp/lampp security):
laut Xampp Homepage ist jetzt die MySQL Datenbank deaktiviert (obwohl sie gestartet wurde), sie lässt sich jedoch ohne Probleme aufrufen
Ändere Rechte des htdocs Ordners auf 777:
keine Probleme
Kopiere den Inhalt von XOOPS htdocs in den htdocs Ordner von Xampp:
keine Probleme
Ändere Rechte des htdocs Ordners auf 777(damit auch die neuen Files nicht nur root sind):
keine Probleme
rufe localhost auf:
XOOPS installation wizard wird Angezeigt jedoch sind folgende Fehler über der Seite
Code:
Strict Standards: Redefining already defined constructor for class MyTextSanitizerExtension in /opt/lampp/htdocs/class/module.textsanitizer.php on line 56
Strict Standards: Redefining already defined constructor for class MyTextSanitizer in /opt/lampp/htdocs/class/module.textsanitizer.php on line 197
Nach der "Configuration save" (Seite 7) kommen folgende Fehler hinzu:
Code:
Strict Standards: Redefining already defined constructor for class XoopsLogger in /opt/lampp/htdocs/class/logger/xoopslogger.php on line 70
Strict Standards: Non-static method XoopsDatabaseFactory::getDatabase() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/install/class/dbmanager.php on line 47
Strict Standards: Non-static method XoopsLogger::getInstance() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/install/class/dbmanager.php on line 49
Nach den "Initial settings" (Seite 9) kommen folgende Fehler hinzu:
Code:
Strict Standards: Non-static method XoopsLogger::getInstance() should not be called statically in /opt/lampp/htdocs/class/logger/xoopslogger.php on line 371
Strict Standards: Non-static method XoopsLogger::getInstance() should not be called statically in /opt/lampp/htdocs/class/logger/xoopslogger.php on line 371
Nach der "Data Insertion" (Seite 10) kommen ganz neue Fehler und die alten sind weg:
Code:
Strict Standards: Non-static method XoopsLoad::load() should not be called statically in /opt/lampp/htdocs/include/common.php on line 43
Strict Standards: Non-static method XoopsLoad::loadCore() should not be called statically in /opt/lampp/htdocs/class/xoopsload.php on line 90
Strict Standards: Non-static method XoopsLoad::loadCoreConfig() should not be called statically in /opt/lampp/htdocs/class/xoopsload.php on line 110
Strict Standards: Non-static method XoopsLoad::load() should not be called statically in /opt/lampp/htdocs/class/preload.php on line 26
Strict Standards: Non-static method XoopsLoad::loadCore() should not be called statically in /opt/lampp/htdocs/class/xoopsload.php on line 90
Strict Standards: Non-static method XoopsLoad::load() should not be called statically in /opt/lampp/htdocs/class/preload.php on line 27
Strict Standards: Non-static method XoopsLoad::loadCore() should not be called statically in /opt/lampp/htdocs/class/xoopsload.php on line 90
Strict Standards: Non-static method XoopsPreload::getInstance() should not be called statically in /opt/lampp/htdocs/include/common.php on line 44
Strict Standards: Non-static method XoopsCache::read() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/class/preload.php on line 83
Strict Standards: Non-static method XoopsCache::getInstance() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/class/cache/xoopscache.php on line 266
Strict Standards: Declaration of XoopsCacheFile::write() should be compatible with that of XoopsCacheEngine::write() in /opt/lampp/htdocs/class/cache/file.php on line 311
Strict Standards: Non-static method XoopsLoad::load() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/class/cache/file.php on line 113
Strict Standards: Non-static method XoopsLoad::loadCore() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/class/xoopsload.php on line 90
Strict Standards: Redefining already defined constructor for class XoopsFile in /opt/lampp/htdocs/class/file/xoopsfile.php on line 46
Strict Standards: Non-static method XoopsFile::getHandler() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/class/cache/file.php on line 114
Strict Standards: Non-static method XoopsFile::load() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/class/file/xoopsfile.php on line 113
Strict Standards: Redefining already defined constructor for class XoopsFileHandler in /opt/lampp/htdocs/class/file/file.php on line 131
Strict Standards: Non-static method XoopsLoad::load() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/class/file/file.php on line 108
Strict Standards: Non-static method XoopsFile::getHandler() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/class/file/file.php on line 109
Strict Standards: Non-static method XoopsFile::load() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/class/file/xoopsfile.php on line 113
Strict Standards: Redefining already defined constructor for class XoopsFolderHandler in /opt/lampp/htdocs/class/file/folder.php on line 139
Strict Standards: Non-static method XoopsLoad::load() should not be called statically in /opt/lampp/htdocs/include/common.php on line 51
Strict Standards: Non-static method XoopsLoad::loadCore() should not be called statically in /opt/lampp/htdocs/class/xoopsload.php on line 90
Strict Standards: Non-static method XoopsLoad::load() should not be called statically in /opt/lampp/htdocs/include/common.php on line 59
Strict Standards: Non-static method XoopsLoad::loadCore() should not be called statically in /opt/lampp/htdocs/class/xoopsload.php on line 90
Strict Standards: Non-static method XoopsLoad::load() should not be called statically in /opt/lampp/htdocs/include/common.php on line 66
Strict Standards: Non-static method XoopsLoad::loadCore() should not be called statically in /opt/lampp/htdocs/class/xoopsload.php on line 90
Strict Standards: Redefining already defined constructor for class XoopsLogger in /opt/lampp/htdocs/class/logger/xoopslogger.php on line 70
Strict Standards: Non-static method XoopsLogger::getInstance() should not be called statically in /opt/lampp/htdocs/include/common.php on line 67
Ab da passiert dann nix mehr. Jemand eine Ahnung was da los sein kann?