We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 22366
    • 2 Posts
    I tried to install Beta 4 on my linux box, running XAMPP 1.7.2 (= Apache 2.2.12, MySQL 5.1.37, PHP 5.3.0), but pressing the "continue" button to end the install does nothing. No error displayed by the installer.

    After that, going to manager show the folowing errors on top of the page. Any clue of a way to fix this ?

    Great thanks for the (r)evo, BTW


    Renaud


    Strict Standards: Redefining already defined constructor for class modX in /home/renaud/www/revo/core/model/modx/modx.class.php on line 283
    
    Strict Standards: Redefining already defined constructor for class xPDO in /home/renaud/www/revo/core/xpdo/xpdo.class.php on line 375
    
    Strict Standards: Redefining already defined constructor for class xPDOCriteria in /home/renaud/www/revo/core/xpdo/xpdo.class.php on line 2115
    
    Strict Standards: Declaration of modX::getCacheManager() should be compatible with that of xPDO::getCacheManager() in /home/renaud/www/revo/core/model/modx/modx.class.php on line 54
    
    Strict Standards: Redefining already defined constructor for class xPDOObject_mysql in /home/renaud/www/revo/core/xpdo/om/mysql/xpdoobject.class.php on line 69
    
    Strict Standards: Redefining already defined constructor for class xPDOSimpleObject_mysql in /home/renaud/www/revo/core/xpdo/om/mysql/xpdoobject.class.php on line 100
    
    Strict Standards: Redefining already defined constructor for class xPDOObject in /home/renaud/www/revo/core/xpdo/om/xpdoobject.class.php on line 605
    
    Strict Standards: Redefining already defined constructor for class xPDOSimpleObject in /home/renaud/www/revo/core/xpdo/om/xpdoobject.class.php on line 2209
    
    Warning: PDO::__construct() [pdo.--construct]: [2002] Argument invalide (trying to connect via unix://) in /home/renaud/www/revo/core/xpdo/xpdo.connect.inc.php on line 29
    
      • 22303 MODX Staff
      • 10,725 Posts
      Turn off E_STRICT for now; beta5 will be E_STRICT compliant but beta4 is not. That will avoid all the Strict errors. But this one is a problem:
      Quote from: Ormente at Nov 07, 2009, 07:53 AM

      Warning: PDO::__construct() [pdo.--construct]: [2002] Argument invalide (trying to connect via unix://) in /home/renaud/www/revo/core/xpdo/xpdo.connect.inc.php on line 29
      

      Something is wrong in your database connection, MySQL setup, or PDO configuration, but I’m not at all certain what it could be exactly without additional details.
        • 22366
        • 2 Posts
        Great thanks for your answer, Jason...

        Have disabled E_STRICT, then looked in my.cnf to identify the mySQL socket and reported this in php.ini... now there’s no more error. I go back to my testing...