Fehler nach Versuch eine Testumgebung einzurichten

Thema wurde von manfred-a, 8. Oktober 2016 erstellt.

  1. manfred-a

    manfred-a Neues Mitglied

    Registriert seit:
    29. April 2013
    Beiträge:
    2
    Danke erhalten:
    0
    Guten Tag,

    wir versuchen gerade eine Testumgebung mit einer Subdomain (dev.meinedomain.com) einzurichten, damit wir Updates etc. vorher testen können bevor wir es auf das Livesystem schalten. Sind dazu wie folgt vorgegangen:

    1.) vollständiges backup von files und db erstellt
    2.) eigenes verzeichnis für dev shop erstellt und subdomain darauf geleitet
    3.) Shop files in das Verzeichnis geladen, eigene Datenbank erstellt und MySQL Dump importiert
    4.) configure Dateien angepasst
    5.) Nach Aufrufen des Shops wird dieser im Frontend soweit korrekt angezeigt. In den Admin Bereich sind wir nach leeren des Cache auch gekommen. Allerdings werden wir dort mit einer ganzen Reihe von Fehlermeldungen überrascht:

    Code:
    Warning: LogEvent::init_class_properties(): Property access is not allowed yet in /home/am001ec6/www/home/ostienet_dev/system/core/logging/LogEvent.inc.php on line 370
    
    Warning: LogEvent::init_class_properties(): Property access is not allowed yet in /home/am001ec6/www/home/ostienet_dev/system/core/logging/LogEvent.inc.php on line 370
    
    Warning: LogEvent::init_class_properties(): Property access is not allowed yet in /home/am001ec6/www/home/ostienet_dev/system/core/logging/LogEvent.inc.php on line 370
    
    Warning: LogEvent::init_class_properties(): Property access is not allowed yet in /home/am001ec6/www/home/ostienet_dev/system/core/logging/LogEvent.inc.php on line 370
    
    Warning: LogEvent::init_class_properties(): Property access is not allowed yet in /home/am001ec6/www/home/ostienet_dev/system/core/logging/LogEvent.inc.php on line 370
    
    Warning: LogEvent::init_class_properties(): Property access is not allowed yet in /home/am001ec6/www/home/ostienet_dev/system/core/logging/LogEvent.inc.php on line 370
    
    Warning: LogEvent::init_class_properties(): Property access is not allowed yet in /home/am001ec6/www/home/ostienet_dev/system/core/logging/LogEvent.inc.php on line 370
    
    Warning: LogEvent::init_class_properties(): Property access is not allowed yet in /home/am001ec6/www/home/ostienet_dev/system/core/logging/LogEvent.inc.php on line 370
    
    Warning: LogEvent::init_class_properties(): Property access is not allowed yet in /home/am001ec6/www/home/ostienet_dev/system/core/logging/LogEvent.inc.php on line 370
    
    Warning: LogEvent::init_class_properties(): Property access is not allowed yet in /home/am001ec6/www/home/ostienet_dev/system/core/logging/LogEvent.inc.php on line 370
    
    Warning: LogEvent::init_class_properties(): Property access is not allowed yet in /home/am001ec6/www/home/ostienet_dev/system/core/logging/LogEvent.inc.php on line 370
    
    Warning: LogEvent::init_class_properties(): Property access is not allowed yet in /home/am001ec6/www/home/ostienet_dev/system/core/logging/LogEvent.inc.php on line 370
    
    WARNING(2): "mysqli::real_connect(): (HY000/2000): mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD('your_existing_password'). This will store a new, and more secure, hash value in mysql.user. If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file"
    
    USER ERROR(256): "SQL Error"
    
    WARNING(2): "LogEvent::init_class_properties(): Property access is not allowed yet"
    
    WARNING(2): "LogEvent::init_class_properties(): Property access is not allowed yet"
    --

    wenn wir gambio_updater versuchen aufzurufen ebenfalls:

    Code:
    WARNING(2): "mysqli::mysqli(): (HY000/2000): mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD('your_existing_password'). This will store a new, and more secure, hash value in mysql.user. If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file"
    
    WARNING(2): "RequirementsTesting::testMySQLVersion(): Couldn't fetch mysqli"
    
    WARNING(2): "mysqli::close(): Couldn't fetch mysqli"
    
    WARNING(2): "mysqli::mysqli(): (HY000/2000): mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD('your_existing_password'). This will store a new, and more secure, hash value in mysql.user. If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file"
    
    WARNING(2): "DatabaseModel::__construct(): Couldn't fetch mysqli"
    
    WARNING(2): "mysqli::query(): Couldn't fetch mysqli"
    
    WARNING(2): "DatabaseModel::query(): Couldn't fetch mysqli"
    
    WARNING(2): "DatabaseModel::query(): Couldn't fetch mysqli"
    
    WARNING(2): "mysqli::set_charset(): Couldn't fetch mysqli"
    
    WARNING(2): "mysqli::query(): Couldn't fetch mysqli"
    
    WARNING(2): "DatabaseModel::query(): Couldn't fetch mysqli"
    
    WARNING(2): "DatabaseModel::query(): Couldn't fetch mysqli"
    
    WARNING(2): "mysqli::query(): Couldn't fetch mysqli"
    
    WARNING(2): "DatabaseModel::query(): Couldn't fetch mysqli"
    
    WARNING(2): "DatabaseModel::query(): Couldn't fetch mysqli"
    
    WARNING(2): "mysqli::query(): Couldn't fetch mysqli"
    
    WARNING(2): "DatabaseModel::query(): Couldn't fetch mysqli"
    
    WARNING(2): "DatabaseModel::query(): Couldn't fetch mysqli"
    
    WARNING(2): "mysqli::query(): Couldn't fetch mysqli"
    
    WARNING(2): "DatabaseModel::query(): Couldn't fetch mysqli"
    
    WARNING(2): "DatabaseModel::query(): Couldn't fetch mysqli"
    
    WARNING(2): "mysqli::query(): Couldn't fetch mysqli"
    
    WARNING(2): "DatabaseModel::query(): Couldn't fetch mysqli"
    
    WARNING(2): "DatabaseModel::query(): Couldn't fetch mysqli"
    
    WARNING(2): "mysqli::query(): Couldn't fetch mysqli"
    
    WARNING(2): "DatabaseModel::query(): Couldn't fetch mysqli"
    
    WARNING(2): "DatabaseModel::query(): Couldn't fetch mysqli"
    
    WARNING(2): "mysqli::query(): Couldn't fetch mysqli"
    
    WARNING(2): "DatabaseModel::query(): Couldn't fetch mysqli"
    
    WARNING(2): "DatabaseModel::query(): Couldn't fetch mysqli"
    
    WARNING(2): "mysqli::set_charset(): Couldn't fetch mysqli"
    
    WARNING(2): "mysqli::query(): Couldn't fetch mysqli"
    
    WARNING(2): "DatabaseModel::query(): Couldn't fetch mysqli"
    
    WARNING(2): "DatabaseModel::query(): Couldn't fetch mysqli"
    
    WARNING(2): "mysqli::query(): Couldn't fetch mysqli"
    
    WARNING(2): "DatabaseModel::query(): Couldn't fetch mysqli"
    
    WARNING(2): "DatabaseModel::query(): Couldn't fetch mysqli"
    
    
    Fatal error: Call to a member function fetch_assoc() on boolean in /home/am001ec6/www/home/ostienet_dev/gambio_updater/classes/GambioUpdateModel.inc.php on line 824
    
    FATAL ERROR(1): "Call to a member function fetch_assoc() on boolean"
    --

    Kann uns jemand weiterhelfen? Installiert ist aktuell v2.5.3.0.

    Vielen Dank.
     
  2. Dennis (MotivMonster.de)

    Dennis (MotivMonster.de) G-WARD 2013/14/15/16

    Registriert seit:
    22. September 2011
    Beiträge:
    30.948
    Danke erhalten:
    6.089
    Danke vergeben:
    1.078
    Beruf:
    Mann für alles :)
    Ort:
    Weilburg
    habt ihr auf der subdomain evtl. ne andere PHP Version laufen?
     
  3. manfred-a

    manfred-a Neues Mitglied

    Registriert seit:
    29. April 2013
    Beiträge:
    2
    Danke erhalten:
    0
    hmm tatsächlich ... im Livesystem läuft PHP Version 5.3.29 und in der Testumgebung lief PHP Version 5.6.19 ... hab ich geändert jetzt läufts auch in der Testumgebung :) Danke für den Tipp Dennis :)
     
  4. roger.luescher@pocketwallet.ch

    Registriert seit:
    23. Januar 2015
    Beiträge:
    1
    Danke erhalten:
    0
    Hallo manfred-a
    Ich möchte auf die selbe Art und Weise eine Testumgebung aufbauen wie du. In Punkt 4.) schreibst du von den den Anpassungen der configure Dateien. Hast du noch weitere Paramter angepasst ausser die der Test-DB? Musstest du noch Pfadangaben korrgieren? In diesem Punkt bin ich mir nicht sicher.
    Vielen Dank!
    LG Roger