#1 2003-02-18 09:18:48

Roger
Guest

Please Help, I have hit a snag on gallery 1.2 to 1.3

after it says the parameters are correct, i copy the text in blue into the 
"include/mysql.inc.php" refreshed it checked it, no other charaters corrupting it, then when i hit the continue button i get

Warning: Unexpected character in input: '' (ASCII=92) state=1 in /home/jnaterac/public_html/thegallery/include/mysql.inc.php on line 2

Parse error: parse error, unexpected T_STRING in /home/jnaterac/public_html/thegallery/include/mysql.inc.php on line 2
erreur de connexion a la base de donnees

any help out there
thanks roger
rogergresham@hotmail.com

 

#2 2003-02-18 11:10:31

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
14068

Re: Please Help, I have hit a snag on gallery 1.2 to 1.3

as said, there is a special character on your line 2. Please show me your mysql.inc.php file (simply replace the password with stars)

Offline

 

#3 2003-02-18 19:47:17

roger
Guest

Re: Please Help, I have hit a snag on gallery 1.2 to 1.3

this is the code that was generated (password changed to stars as requested)

Code:

<?php 
$cfgBase = 'jnaterac_one'; 
$cfgUser = 'jnaterac'; 
$cfgPassword = 'stars'; 
$cfgHote = 'localhost'; 
$prefixeTable = 'phpwebgallery_'; 
?>
 

#4 2003-02-18 19:52:34

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
14068

Re: Please Help, I have hit a snag on gallery 1.2 to 1.3

I don't understant, it seems perfectly correct

Offline

 

Board footer

Powered by FluxBB