Click to See Complete Forum and Search --> : phpmyadmin


needhelp357
12-17-2003, 06:05 AM
The $cfgPmaAbsoluteUri directive MUST be set in your configuration file!

I get that everytime i try to go to http://localhost/phpmyadmin/index.php

I have mysql 1.3.x or something like that ;) . I have the latest php. I run my own server. oh yeah, and i have apache.

So what do i do?

AdamGundry
12-17-2003, 09:46 AM
You need to set the value of the variable $cfgPmaAbsoluteUri in config.inc.php3.

Set here the complete url (with full path) to your phpMyAdmin version.
E.g. http://www.your_web.net/path_to_your_phpMyAdmin_directory/.
Don't forget the slash at the end of your url.
Adam

needhelp357
12-17-2003, 04:05 PM
mine says config.inc.php not config.inc.php3.

Think thats the prob?

AdamGundry
12-20-2003, 06:00 AM
No, it shouldn't make any difference - it depends on the version you have. Check the value of the variable, though.

Adam

P.S. Check this out: http://www.phpmyadmin.net/documentation/#config