Results 1 to 3 of 3
  1. #1

    * Help installing phpmyadmin on centos with php5.1.6 apache2.2

    I downloaded the 2.8.2.4 version and unpacked under the root of apache (2.2.3). I followed the instruction from the quick install, and did run the scripts/setup.php successfully

    After saving and moving the configuration file to the root folder of phpmyadmin, I got config.inc.php with the following content:

    <?php
    /*
    * Generated configuration file
    * Generated by: phpMyAdmin 2.8.2.4 setup script by Michal Čihař <michal@cihar.com>
    * Version: $Id: setup.php,v 1.23.2.10.2.4 2006/08/22 17:36:34 lem9 Exp $
    * Date: Tue, 29 Aug 2006 19:53:18 GMT
    */

    /* Servers configuration */
    $i = 0;

    /* Server localhost (cookie) [1] */
    $i++;
    $cfg['Servers'][$i]['host'] = 'localhost';
    $cfg['Servers'][$i]['extension'] = 'mysql';
    $cfg['Servers'][$i]['connect_type'] = 'socket';
    $cfg['Servers'][$i]['compress'] = false;
    $cfg['Servers'][$i]['auth_type'] = 'cookie';

    /* End of servers configuration */

    $cfg['blowfish_secret'] = '44f49357c14507.25295817';
    ?>

    When I try to access the phpmyadmin, it gave me the error:

    PHP Fatal error: Invalid opcode 137/4/8. in /home/XXXXX/public_html/apm/libraries/Theme_Manager.class.php on line 99
    In line 99: $this->theme = new PMA_Theme;


    I have no idea what's going on. Can anyone help on this issue?

    I source installed apache and php, could this be a problem?

    Thanks

  2. #2
    For those who may have the same problem, here is the update

    The problem is that the APC from PECL conflict with phpmyadmin. If you disable APC, the phpmyadmin will work fine. Don't know whose fault though

  3. #3

    did you find a solution?

    Hello,

    I am running in to a simular problem on Debian Etch. phpmyadmin breaks when APC is running. When I try to login in to phpmyadmin i get a white page. I looked in apache logs and dont see any errors or warnings.

    Info:
    APC 3.0.15
    PHP 5.2.4-0
    phpMyAdmin-2.11.2-rc1dmin

    Any Ideas?
    Pavel

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •