phpMyAdmin Icon Problems

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
User avatar
Assured99
Forum Commoner
Posts: 81
Joined: Wed Jul 12, 2006 11:48 am
Location: California

phpMyAdmin Icon Problems

Post by Assured99 »

So ive been racking my brain all weekend setting up my development server. Finally i have everything working togather, PHP5, MySQL 5, and IIS5. and phpMyAdmin.

When i open phpmyadmin none of the icons show up.

I am puzzled as to why this is happening

Ive searched google and other fourms with no success so im hoping someone around here will be able to help me out

Thanks

~Snapple
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

tried viewing the source to find out if the image src location is busted?

that'd be my first step....

then look to make sure you have the images on your server.
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

btw, I had problems with some phpMyAdmin icons because adblock firefox extension was blocking them.
User avatar
Assured99
Forum Commoner
Posts: 81
Joined: Wed Jul 12, 2006 11:48 am
Location: California

Post by Assured99 »

Ok.

I pulled the index.php for phpMyAdmin into dreamweaver and i figured out the problem, it was missing the phpMyAdmin folder in the src. but my question is is it ok to change these so the images come up and just save them over the original ????
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Change what?
User avatar
Assured99
Forum Commoner
Posts: 81
Joined: Wed Jul 12, 2006 11:48 am
Location: California

Post by Assured99 »

I dunno i am so confused now, I want the Icons for phpMyAdmin , they are not there and i cant figure out why
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

do one of two things:

either fix the src's of each one (the better way)

OR

copy them to the location that phpMyAdmin thinks they should be.
User avatar
Assured99
Forum Commoner
Posts: 81
Joined: Wed Jul 12, 2006 11:48 am
Location: California

Post by Assured99 »

Ok i figured it out there was no read access in IIS for the Folder DUHHHH so i think im ok now!


Wow its been a long day
Post Reply