Insatlation Phpetition

Petit nouveau ! | 6 Messages

10 févr. 2010, 10:44

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 : 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 ! :oops: ou je me plante ? :oops:
Merci pour toute aide !!!!!!!

ViPHP
ViPHP | 5462 Messages

10 févr. 2010, 12:28

ton apache accepte les htaccess ? les module auth (basic + db) sont activé ?
sinon PHP3 fait 10 ans que c'est finis, donc trouve un autre truc

Petit nouveau ! | 6 Messages

10 févr. 2010, 14:26

Yes,
Mon apache est ok
Par contre si tu me dis que php3 est out, je vais essayer de trouver un autre script.

Merci pour ta réponse.