Hey Guys, I found this fix, figured I would pass it along. Works fine.
-- Trev Posted By: lem9 Date: 2004-11-23 00:42 Summary: Running 2.6.0-pl3 on non-standard HTTP port If your web server is running on a port different than 80 or 443, and you have not defined $cfg['PmaAbsoluteUri'], a small fix is needed. In libraries/common.lib.php, line 1044 $cfg['PmaAbsoluteUri'] .= $url['port']; becomes: $cfg['PmaAbsoluteUri'] .= ':' . $url['port']; > Hey guys, > > Debian Sarge > Running apache2 on port 8080 > > Used phpmyadmin as recently as earlier this week with no errors. > > I've done upgrades via apt-get upgrade this week. > > Currently if I try to goto my website http://websiteurl/phpmyadmin I am > brought to login screen, I login and error out > "192.168.255.1108080 could not be found, please check name and try again" > > I can see the error here easily, NO COLON. This should be > 192.168.255.110:8080 .. > > Where can I make this adjustment ? > > > -- > Trevor Thorpe > [EMAIL PROTECTED] > > > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]