Error

Newbie Spellweaver
Joined
Jul 13, 2009
Messages
43
Reaction score
1
Guys. i am developing a new webserver
and i need some help.

i installt Wamp Server.
and now i am trying to start my files.

so i enter my localhost addres.
go to the adminpanel so i can edit the pages 1by1.
once i click the admin panel i get a error.

i enter this 127.0.0.1 because my local host doesnt work. this is my error.

phpMyAdmin was unable to read your configuration file!
This might happen if PHP finds a parse error in it or PHP cannot find the file.
Please call the configuration file directly using the link below and read the PHP error message(s) that you receive. In most cases a quote or a semicolon is missing somewhere.
If you receive a blank page, everything is fine.

so i press the button to go next page then it says this.

Starting to parse config file...
Parse error: parse error in C:\wamp\apps\phpmyadmin3.2.0.1\config.inc.php on line 17

thats my error.



i shall give you my config for any extra info

<?php

/* Servers configuration */
$i = 0;

/* Server: localhost [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = 'localhost';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['password'] = setup true;

/* End of servers configuration */

$cfg['DefaultLang'] = 'en-utf-8';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';

?>


plz post me the right config
 
Last edited:
the error say you have a prob on a specific line in config.php...line 17 wich is this $cfg['Servers'][$i]['password'] = setup true;
Now...you have some prob in the setup i think or you can try to set "setup false" until you finde the prob to see if that works
 
Upvote 0
i got all probs fix only this is left.

parse error expecting t_string in c/wamp/www/mywikipedia/mediawiki/-1.5.8/includes/namescpace.php online 52
 
Last edited:
Upvote 0
Back