Page 1 of 1
How do I include phpMyadmin
Posted: Tue 23. May 2006, 14:12
by crenshawdesignz
I have set phpMyadmin in my config file to show in the site backend, but when I use the link this is what I see.
There is no phpMyAdmin available at the moment.
You can download it as separate file at:
http://www.phpwcms.de
http://www.sourceforge.net
What am I missing? I have phpMyadmin with my webhosting. If I need to link it to that can someone give me instructions or a location of instructions that I may read and attempt?
Thanks.
Posted: Tue 23. May 2006, 14:59
by rushclub
place phpmyadmin in include/inc_ext/phpmyadmin
rush
Is that all.
Posted: Tue 23. May 2006, 15:21
by crenshawdesignz
I need to download phpMyAdmin and unarchive it into the folder you recommend.
WOW! Talk about efficiency in action.
Thanks.
Posted: Tue 23. May 2006, 19:26
by DeXXus
I'm sorry... I ~guess~ you missed this in my earlier post:
http://www.phpwcms.de/forum/viewtopic.php?t=11306
DeXXus wrote:crenshawdesignz wrote:Your help is appreciated.
While I was working with my config file I enabled gt_Mod and phpmyadmin on the backend.
Man I love this forum.
You will have to install and configure phpMyAdmin to the correct directory (/include/inc_ext/phpMyAdmin) in order for that feature (admin link to phpMyAdmin) to work!
Or modify source code of "/phpwcms.php" to point link to ~your~ installation:
Code: Select all
if($phpwcms["phpmyadmin"]) {
$subnav .= subnavtextext('phpMyAdmin', 'include/inc_ext/phpMyAdmin/', '_blank', 0);
Thanks again
Posted: Tue 23. May 2006, 22:15
by crenshawdesignz
It works fine.
I did assume that I needed to get the phpMyAdmin files and I followed your lead, read what I could get from the SourceForge site and voila it works.
This support forum needs to have a rating system. It would be high honors.
Marc