Problem with folderlist and phpmyadmin
Posted by: kaldorn (---.81-167-32.customer.lyse.net)
Date: July 27, 2006 12:41PM

Hi!

I have installed wamp on windows XP w/ SP2. All servers are up and running. The problem is that the folderlist under "Your Projects" on the Wamp5 Homepage is showing the folders in the apache2 folder. Also I dont get any styles attached to phpmyadmin. SQLite is functioning correctly. I have tested wamp on another computer and its working 100%. I have compared values in the config files and they are the same. I can change the foldername to "../www" in the index file to show the correct folders but I still dont get styles in phpmyadmin.

I'm clueless.... Anyone?



Post Edited (07-27-06 13:38)

Options: ReplyQuote
Re: Problem with folderlist and phpmyadmin
Posted by: ludvig (---.81-167-32.customer.lyse.net)
Date: July 27, 2006 02:46PM

Hi there

I got the same problem, i think. It seems like nomather what folder I put my files in, it seems to think that "." is the Apache2 folder. Thus i get the folder list from Apache2 folder listed as my Projects. This is probably the problem with phpmyadmin as it refers to the css with "./" and so on. It starts looking searching in the Apache2 folder for the css file.

I'm sorry that I can't give you an answer to how to solve this issue since i struggle with the same issue.

If anyone got an idea on how to solve this problem, please give a hint smiling smiley



Post Edited (07-27-06 14:51)

Options: ReplyQuote
Re: Problem with folderlist and phpmyadmin
Posted by: CyberSpatium (67.170.181.---)
Date: July 27, 2006 08:17PM

open you phpmyadmin conf file, config.ini.php

find
$cfg['PmaAbsoluteUri'] = '';

change to
$cfg['PmaAbsoluteUri'] = 'http://localhost/phpmyadmin/';

Options: ReplyQuote
Re: Problem with folderlist and phpmyadmin
Posted by: zombi (---.21.11.vie.surfer.at)
Date: September 16, 2006 10:04AM

Hi,
i have same problem,phpmyadmin doesn't load stylesheets.
I've changed $cfg['PmaAbsoluteUri'] = ''; into
$cfg['PmaAbsoluteUri'] = 'http://localhost/phpmyadmin/';

but without any result.

This is how links to stylesheets looks like:
<link rel="stylesheet" type="text/css" href="./css/phpmyadmin.css.php?lang=en-utf-8&amp;convcharset=iso-8859-1&amp;collation_connection=utf8_unicode_ci&amp;token=92e2b88325782f9e6a42b32a810c0e00&amp;js_frame=right" />
<link rel="stylesheet" type="text/css" href="./css/print.css?lang=en-utf-8&amp;convcharset=iso-8859-1&amp;collation_connection=utf8_unicode_ci&amp;token=92e2b88325782f9e6a42b32a810c0e00" media="print" />

Anybody who can help me?

PS.Latest version installed on Win Xp sp2,clean install.Everything else is working just fine.

Tnx



Post Edited (09-16-06 10:12)

Options: ReplyQuote
Re: Problem with folderlist and phpmyadmin
Posted by: zombi (---.21.11.vie.surfer.at)
Date: September 19, 2006 03:06PM

Anybody?

Options: ReplyQuote


Sorry, only registered users may post in this forum.