We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 9052
    • 5 Posts
    Hi there

    dowloaded latest rc1 and installation stopped with:
    Warning: PDO::prepare(): SQLSTATE[42S02]: Base table or view not found: 1146 Table ’magentasql5.modx_2_access_actions’ doesn’t exist in /var/kunden/webs/magenta/modx2/core/xpdo/xpdo.class.php on line 1727 Fatal error: Call to a member function execute() on a non-object in /var/kunden/webs/magenta/modx2/core/xpdo/om/mysql/xpdomanager.class.php on line 135

    though all prechecks were green and database-installing gave no errors.

    php 5.26
    mysql 5

    database was not created.

    Any ideas?

    Thanks for helping.

    erpe
      • 9052
      • 5 Posts
      addition:
      installation of the modx 1.02 on the same server and database gave no errors.
      cms is running well.

      rgds

      erpe

        • 28215
        • 4,149 Posts
        Quote from: erpe at Mar 25, 2010, 09:41 AM

        dowloaded latest rc1 and installation stopped with:
        Warning: PDO::prepare(): SQLSTATE[42S02]: Base table or view not found: 1146 Table ’magentasql5.modx_2_access_actions’ doesn’t exist in /var/kunden/webs/magenta/modx2/core/xpdo/xpdo.class.php on line 1727 Fatal error: Call to a member function execute() on a non-object in /var/kunden/webs/magenta/modx2/core/xpdo/om/mysql/xpdomanager.class.php on line 135

        though all prechecks were green and database-installing gave no errors.
        php 5.26
        mysql 5

        1. Can you specify exactly what PHP and MySQL client and server versions you have?
        2. Did you read these:

        http://svn.modxcms.com/docs/display/revolution/Fresh+Installation
        http://svn.modxcms.com/docs/display/revolution/Troubleshooting+Installation

        3. Do you have pdo_mysql configured?
        4. Are you running eAccelerator or APC?
        5. Whats your memory_limit set to?
          shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
          • 9052
          • 5 Posts
          1. SQL server: 5.0.32-Debian_7etch11-log
          client: MySQL-Client-Version: 5.0.32

          PHP Version 5.2.0-8+etch15
          Fast CGI

          2. yes everything ok from this

          3. no, as far as I know

          4. no, as far as I know

          5. 128M

          I did not use the advanced package.

          Hope this helps.......

          rgds

          erpe
            • 9052
            • 5 Posts
            I added these lines to my php.ini

            eaccelerator.enable = 0;   
            eaccelerator.optimizer = 0;
            eaccelerator.debug = 0;
            mysql.default_socket=/path/to/my/mysql.sock
            mysqli.default_socket=/path/to/my/mysql.sock
            pdo_mysql.default_socket=/path/to/my/mysql.sock


            same error

            rgds

            erpe
              • 22303 MODX Staff
              • 10,725 Posts
              We are not going to support PHP Version 5.2.0-8+etch15 -- bugs in PDO in this release have been identified and fixed. Use as recent an environment as you can to run Revolution more efficiently.
                • 9052
                • 5 Posts
                OK, thanks for your effort.

                rgds

                erpe