probleme avec easy php

WRInaute discret
Bonjour, depuis quelques temps, j'ai un gros problème avec easy php, des que j'essaie d'aller dur mon site en local ca me fait une erreur 500 :

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@localhost 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.

j'ai essayé de le réinstaller, rien à faire, toutes les pages en php ne fonctionnent pas (celle en html par contre fonctionne)

Voyez vous d'ou peut venir le problème ?
 
WRInaute impliqué
Difficile à dire... Mais bon EasyPHP n'est pas réputé pour être très stable. Essaye peut-être une réinstallation.
 
WRInaute discret
apres avor chercher dans le forum, j'ai essyé de voir si ca venait pas du .htaccess, et en fait si, ca viens de la :wink:
 
WRInaute discret
par contre j'ai un autre problème maintenant, j'essaie de transferer ma table mysql de mon site vers le réseau local, et j'ai un erreur pour créer une table, ca ecrit :

Erreur

requête SQL :

CREATE TABLE cpg11d_pictures(

pid int( 11 ) NOT NULL AUTO_INCREMENT ,
aid int( 11 ) DEFAULT '0' NOT NULL ,
filepath varchar( 255 ) NOT NULL ,
filename varchar( 255 ) NOT NULL ,
filesize int( 11 ) DEFAULT '0' NOT NULL ,
total_filesize int( 11 ) DEFAULT '0' NOT NULL ,
pwidth smallint( 6 ) DEFAULT '0' NOT NULL ,
pheight smallint( 6 ) DEFAULT '0' NOT NULL ,
hits int( 10 ) DEFAULT '0' NOT NULL ,
mtime timestamp( 14 ) ,
ctime int( 11 ) DEFAULT '0' NOT NULL ,
owner_id int( 11 ) DEFAULT '0' NOT NULL ,
owner_name varchar( 40 ) NOT NULL ,
pic_rating int( 11 ) DEFAULT '0' NOT NULL ,
votes int( 11 ) DEFAULT '0' NOT NULL ,
title varchar( 255 ) NOT NULL ,
caption text NOT NULL ,
keywords varchar( 255 ) NOT NULL ,
approved enum( 'YES', 'NO' ) DEFAULT 'NO' NOT NULL ,
user1 varchar( 255 ) NOT NULL ,
user2 varchar( 255 ) NOT NULL ,
user3 varchar( 255 ) NOT NULL ,
user4 varchar( 255 ) NOT NULL ,
url_prefix tinyint( 4 ) DEFAULT '0' NOT NULL ,
randpos int( 11 ) DEFAULT '0' NOT NULL ,
pic_raw_ip tinytext,
pic_hdr_ip tinytext,
PRIMARY KEY ( pid ) ,
KEY pic_hits( hits ) ,
KEY pic_rate( pic_rating ) ,
KEY aid_approved( aid, approved ) ,
KEY randpos( randpos ) ,
KEY pic_aid( aid ) ,
KEY search( title, caption, keywords, filename )
)

MySQL a répondu:


#1170 - La colonne 'caption' de type BLOB est utilisée dans une définition d'index sans longueur d'index

vous voyez d'ou ca peut venir ?
 
WRInaute discret
pour le "Internal Server Error", ça peut provenir de ton fichier .htaccess. Si tu en as un, tu peux essayer de le supprimer momentanément
 
WRInaute occasionnel
Essaye WAMP - j'ai du passer en PHP5, et ils le fournissent en RC2. Tu peux le faire avec easyphp, mais c'est à toi d'installer PHP5 en lieu et place de 4. Problématique.
 
WRInaute discret
Si tu as easy php 1.7 c normal : cette version n'est pas stable du tout.

je te conseille la version easyPHP 1.6 : elle tourne nickel :wink:
 
Discussions similaires
Haut