par
Mokmok » 10 févr. 2010, 10:44
Bonjour à tous
Je craque, 2 jours après : j'y arrive pas !!!!
J'essaye d'installer un script de pétition open source sur mon site.
Mon script phptition :
http://www.cybelius.net/transfere/petition.zip
J'ai envoyé sur le ftp la totalité des pages. J'ai mis le .htaccess en autorisation 777 (après l'avoir modifié comme suit)
j'ai exécute la BDD sur mon serveur (sans modifications).
Ce que j'ai modifié 2 fichiers : config.php3 et le admin/.htaccess
- config.php3 :
Les lignes que j'ai modifiées :
$dbhost = "rdbms.strato.de"; // MySQL server hostname
$dbuser = "U686311"; // MySQL server username
$dbpasswd = "qs8cs49u"; // MySQL server password
$db_name="DB686311"; // MySQL database name
$base_path="/mnt/web8/12/49/51965849/htdocs/om-mani/phpetition/"; // System Path
$base_url="http://www.om-mani.com/phpetition/"; // Web Path
$site_title="Petition Suremballage";
- admin/.htaccess :
AuthType Basic
/mnt/web8/12/49/51965849/htdocs/om-mani/phpetition/phpetition/.htpasswd
Auth_MySQL_DB yourDB
Auth_MYSQL on
Auth_MySQL_Encryption_Types MySQL
Auth_MySQL_Password_Table PETadminUsers
AuthName "Secutite petition"
require valid-user
order allow,deny
allow from all
Résultat en appelant la page : config.php3 : page blanche
Résultat en appelant la page : admin/index.php3 :
"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log."
Je craque !

ou je me plante ?
Merci pour toute aide !!!!!!!
Bonjour à tous :D
Je craque, 2 jours après : j'y arrive pas !!!!
J'essaye d'installer un script de pétition open source sur mon site.
Mon script phptition : [url]http://www.cybelius.net/transfere/petition.zip[/url]
J'ai envoyé sur le ftp la totalité des pages. J'ai mis le .htaccess en autorisation 777 (après l'avoir modifié comme suit)
j'ai exécute la BDD sur mon serveur (sans modifications).
Ce que j'ai modifié 2 fichiers : config.php3 et le admin/.htaccess
[b]- config.php3 :[/b]
Les lignes que j'ai modifiées :
[php]
$dbhost = "rdbms.strato.de"; // MySQL server hostname
$dbuser = "U686311"; // MySQL server username
$dbpasswd = "qs8cs49u"; // MySQL server password
$db_name="DB686311"; // MySQL database name
$base_path="/mnt/web8/12/49/51965849/htdocs/om-mani/phpetition/"; // System Path
$base_url="http://www.om-mani.com/phpetition/"; // Web Path
$site_title="Petition Suremballage";
[/php]
[b]- admin/.htaccess :[/b]
[php]
AuthType Basic
/mnt/web8/12/49/51965849/htdocs/om-mani/phpetition/phpetition/.htpasswd
Auth_MySQL_DB yourDB
Auth_MYSQL on
Auth_MySQL_Encryption_Types MySQL
Auth_MySQL_Password_Table PETadminUsers
AuthName "Secutite petition"
require valid-user
order allow,deny
allow from all
[/php]
Résultat en appelant la page : config.php3 : page blanche
Résultat en appelant la page : admin/index.php3 :
[i]"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator,
[email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log."[/i]
Je craque ! :oops: ou je me plante ? :oops:
[b]Merci pour toute aide !!!!!!![/b]