[plug] phpMyAdmin
Kirk Turner
mlist at wagoonline.com
Mon Dec 2 09:48:56 WST 2002
Just looking at my config.inc.php3 (for SuSE 8.0 - phpMyAdmin version is
2.2.0). The offending line reads
$cfgPmaAbsoluteUri = '';
not
$cfg['PmaAbsoluteUri']http://gateway.domain.com.au/phpMyAdmin/
Anyway that change seems to match the given error.
Hope that helps
Kirk
On Sun, 2002-12-01 at 10:08, Jon Miller wrote:
<snip code>
>> $cfg['PmaAbsoluteUri']http://gateway.domain.com.au/phpMyAdmin/
>
>
This line looks wrong. There is no ='s in the variable assignment, or
''s to indicate a string, and most importantly, doesn't seem to be
delimited by a ;
Check out the mentioned Documentation.html for more info.
<snip code>
Davyd 'proXy' Madeley wrote:
>On Sun, 2002-12-01 at 19:04, Davyd 'proXy' Madeley wrote:
>
>I left out my last paragraph;
>my guess is the line should be:
>$cfg['PmaAbsoluteUri'] = 'http://your.hostname.here/phpMyAdmin/';
>
>
>
More information about the plug
mailing list