PHP server qustion
PHP server qustion
- Started
- Last post
- 4 Responses
- czrock
Hey, I just put all the phpmyadmin files on a directory on my server, it's giving me this message "The $cfg['PmaAbsoluteUri'] directive MUST be set in your configuration file!"
I'm sure I just have to put something in the config file, i'm not sure what to put on that line though...
- czrock0
and i suck at spelling
- enobrev0
there should be a readme file in the directorey t oexplain what you need t ochange...
basically, look for $cfg['PmaAbsoluteUri'] in the config file, and i think you put the url to your phpmyadmin install there (if i remember correctly).
- chl0
You have to put the full URL for your phpmyadmin installation. so something like
http://www.yourserver.com/phpmya…
with the full http:// bit at the beginning.
- czrock0
thanks a lot guys