-
It's had something to do with the config.inc.php file. I finially started with a very short config.inc.php file (no comment line or anything but this) of:
$i = 0;
$i++;
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['connect_type'] = 'tcp';...
2008-05-03 00:32:58 UTC in phpMyAdmin
-
Forgot to say the file in question is libraries/common.inc.php.
2008-05-02 22:17:28 UTC in phpMyAdmin
-
I have to verify this problem have done the following:
Tested with virgin installs of 2.11.4, 2.11.5, 2.11.5.1, 2.11.5.2, and 2.11.6 to ensure no upgrade issue is present. I have also installed each into it's own sub-domain (yes, I made 60 sub-domains) to ensure no cookie issue or cross contamination is present. I have done these tests on 3 different servers to ensure server related issue are...
2008-05-02 22:05:28 UTC in phpMyAdmin
-
In 2.11.5.1 and 2.5.11.2 you changed:
if (empty($_SESSION['PMA_Config'])) {
/**
* We really need this one!
*/
if (! function_exists('preg_replace')) {
PMA_fatalError('strCantLoad', 'pcre');
}
/**
* @global PMA_Config $_SESSION['PMA_Config']
*/
$_SESSION['PMA_Config'] = new PMA_Config('./config.inc.php');
} elseif...
2008-04-23 03:51:29 UTC in phpMyAdmin
-
Forgot to mention, this theme is built off of DarkBlue/Orange and works with PMA 2.11 . I also used it on a PMA 2.10 install without issue. Only credit I get is that I changed the colors all others work comes from the orginial theme.
2008-02-10 20:37:14 UTC in phpMyAdmin
-
Forgot to mention, this theme is built off of DarkBlue/Orange and works with PMA 2.11 . I also used it on a PMA 2.10 install without issue. Only credit I get is that I changed the colors all others work comes from the orginial theme.
2008-02-10 20:36:58 UTC in phpMyAdmin
-
Forgot to mention, this theme is built off of DarkBlue/Orange and works with PMA 2.11 . I also used it on a PMA 2.10 install without issue. Only credit I get is that I changed the colors all others work comes from the orginial theme.
2008-02-10 20:36:48 UTC in phpMyAdmin
-
I manage several sql databases on various sites so I wanted different colors of the DarkBlue/Orange theme to tell where I'm at. Then I felt I should provide these as a way of saying thanks for phpMyAdmin.
This is the DarkRed/Orange.
2008-02-10 20:29:45 UTC in phpMyAdmin
-
I manage several sql databases on various sites so I wanted different colors of the DarkBlue/Orange theme to tell where I'm at. Then I felt I should provide these as a way of saying thanks for phpMyAdmin.
This is the DarkPurple/Orange.
2008-02-10 20:29:01 UTC in phpMyAdmin
-
I manage several sql databases on various sites so I wanted different colors of the DarkBlue/Orange theme to tell where I'm at. Then I felt I should provide these as a way of saying thanks for phpMyAdmin.
This is the DarkGreen/Orange.
2008-02-10 20:28:32 UTC in phpMyAdmin