Page 1 of 1

Phpmyadmin - Style sheets

PostPosted: 28. June 2006 11:16
by Hebbs
Hi,

Have just installed the latest XAMPP package and all works fine, as expected :)

Except....

I have absolutely no CSS effects within phpmyadmin.

The styles are there, but even if I change between them none are displayed, it appears that there may be a problem with the path to the CSS.

Any ideas?

Regards

hebbs

PostPosted: 22. August 2006 14:11
by patachnouk
Hi!

I have the same "problem" as you...

Have you found any solution?

Best regards

PostPosted: 22. August 2006 18:59
by Dave_L
If you view the HTML source for the page, does the .css URL look correct? Can you browse the .css file using that URL?

PostPosted: 22. August 2006 20:33
by patachnouk
Actually the URL looks kind of weird :
Code: Select all
<link rel="stylesheet" type="text/css" href="./css/phpmyadmin.css.php?token=72766895cb7b1484140353cdba256d12&amp;js_frame=right" />


What do the numbers mean after the tocken= ?


Thanks for the help

PostPosted: 22. August 2006 20:57
by Dave_L
Mine looks like this:

Code: Select all
<link rel="stylesheet" type="text/css" href="./css/phpmyadmin.css.php?&amp;js_frame=right" />


You didn't say whether you can browse the .css file using that URL.

PostPosted: 22. August 2006 21:04
by patachnouk
No I can't. I'have this warning message

Code: Select all
Warning: require_once(./libraries/common.lib.php) [function.require-once]: failed to open stream: No such file or directory in C:\Program Files\xampp\phpMyAdmin\css\phpmyadmin.css.php on line 7

Fatal error: require_once() [function.require]: Failed opening required './libraries/common.lib.php' (include_path='.;C:\Program Files\xampp\php\pear\') in C:\Program Files\xampp\phpMyAdmin\css\phpmyadmin.css.php on line 7


Do you know where I can fix the url?
I'm using the latest version of xampp 1.5.3a and I've tried in Firefox and in IE.