We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 25857
    • 23 Posts
    hi,
    I try to install Modx-revolution alpha, so the installation is good but when I want to go to manager page I got this warning

    Strict Standards: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/michael/modx-2.0.0-alpha-3/core/model/modx/modx.class.php on line 417
    
    Strict Standards: Redefining already defined constructor for class xPDO in /opt/lampp/htdocs/michael/modx-2.0.0-alpha-3/core/xpdo/xpdo.class.php on line 354
    
    Strict Standards: Redefining already defined constructor for class xPDOCriteria in /opt/lampp/htdocs/michael/modx-2.0.0-alpha-3/core/xpdo/xpdo.class.php on line 1843
    
    Strict Standards: Declaration of modX::getCacheManager() should be compatible with that of xPDO::getCacheManager() in /opt/lampp/htdocs/michael/modx-2.0.0-alpha-3/core/model/modx/modx.class.php on line 49
    
    Strict Standards: Redefining already defined constructor for class xPDOObject_mysql in /opt/lampp/htdocs/michael/modx-2.0.0-alpha-3/core/xpdo/om/mysql/xpdoobject.class.php on line 53
    
    Strict Standards: Redefining already defined constructor for class xPDOSimpleObject_mysql in /opt/lampp/htdocs/michael/modx-2.0.0-alpha-3/core/xpdo/om/mysql/xpdoobject.class.php on line 84
    
    Strict Standards: Redefining already defined constructor for class xPDOObject in /opt/lampp/htdocs/michael/modx-2.0.0-alpha-3/core/xpdo/om/xpdoobject.class.php on line 544
    
    Strict Standards: Redefining already defined constructor for class xPDOSimpleObject in /opt/lampp/htdocs/michael/modx-2.0.0-alpha-3/core/xpdo/om/xpdoobject.class.php on line 2081
    
    Strict Standards: is_a(): Deprecated. Please use the instanceof operator in /opt/lampp/htdocs/michael/modx-2.0.0-alpha-3/manager/index.php on line 59
    
    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /opt/lampp/htdocs/michael/modx-2.0.0-alpha-3/core/model/modx/modx.class.php:257) in /opt/lampp/htdocs/michael/modx-2.0.0-alpha-3/core/model/modx/modx.class.php on line 2454
    
    Warning: Cannot modify header information - headers already sent by (output started at /opt/lampp/htdocs/michael/modx-2.0.0-alpha-3/core/model/modx/modx.class.php:257) in /opt/lampp/htdocs/michael/modx-2.0.0-alpha-3/core/model/modx/modx.class.php on line 2463


    My config is Fedora 5, PHP 5.2, Mysql 5.027

    Thanks
    • How much RAM do you have allocated to PHP? In it’s alpha incarnation, the installer needs about 32MB to complete successfully. (This is being addressed)
        Ryan Thrash, MODX Co-Founder
        Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
        • 28215
        • 4,149 Posts
        Turn E_STRICT error level to E_NOTICE in PHP. You really shouldn’t run PHP at E_STRICT.
          shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
        • Quote from: splittingred at Jul 29, 2008, 02:18 PM

          Turn E_STRICT error level to E_NOTICE in PHP. You really shouldn’t run PHP at E_STRICT.
          Not with Revolution anyway; it is specifically not E_STRICT so it still works back to PHP 4.3.3.
            • 25857
            • 23 Posts
            How much RAM do you have allocated to PHP? In it’s alpha incarnation, the installer needs about 32MB to complete successfully. (This is being addressed)

            I had 16MB and I allocated 32MB and it work now thanks.