[SOLVED] prob with using phpmyadmin

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bugthefixer
Forum Contributor
Posts: 118
Joined: Mon Mar 22, 2004 2:35 am

prob with using phpmyadmin

Post by bugthefixer »

i get this error

The $cfgPmaAbsoluteUri directive MUST be set in your configuration file!


i didnt find anything like $cfgPmaAbsoluteUri in my php.ini file.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

the configuration file for phpMyAdmin isn't php.ini. It's config.php, I think, in your phpMyAdmin folder.
bugthefixer
Forum Contributor
Posts: 118
Joined: Mon Mar 22, 2004 2:35 am

Post by bugthefixer »

thanx feyd i got it
Post Reply