How do I include phpMyadmin

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
crenshawdesignz
Posts: 38
Joined: Tue 7. Mar 2006, 20:23
Location: Chicago
Contact:

How do I include phpMyadmin

Post 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.
rushclub
Posts: 915
Joined: Tue 17. Feb 2004, 18:52

Post by rushclub »

place phpmyadmin in include/inc_ext/phpmyadmin

rush
3 (!) Jahre warten reichen mir. Ich bin erst mal weg.
crenshawdesignz
Posts: 38
Joined: Tue 7. Mar 2006, 20:23
Location: Chicago
Contact:

Is that all.

Post by crenshawdesignz »

I need to download phpMyAdmin and unarchive it into the folder you recommend.

WOW! Talk about efficiency in action.

Thanks.
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post 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! :wink:

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);
crenshawdesignz
Posts: 38
Joined: Tue 7. Mar 2006, 20:23
Location: Chicago
Contact:

Thanks again

Post 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
Post Reply