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:
Quote:
|
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