spawns Posted November 5, 2008 Share Posted November 5, 2008 Slt à tous,je suis nouveau dans le monde Prestashop et je tente donc d'installer ce code afin de le tester un peu.Je suis chez Nuxit en mutu et je n'arrive pas a passer le "register_globals = On".Normalement chez cet hebergeur en mutu il suffit de creer un fichier php.in avec à l'interieur, juste la ligne register_globals = On.Mais la cela ne fonctionne pas. J'ai essayé de l'integrer don dans mon fichier .htaccess mais meme résultat..htaccess # URL rewriting module activation RewriteEngine on # URL rewriting rules RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ product.php?id_product=$1$3 [L,E] RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ category.php?id_category=$1 [QSA,L,E] RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*)(.*)$ supplier.php?id_supplier=$1$3 [QSA,L,E] RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*)(.*)$ manufacturer.php?id_manufacturer=$1$3 [QSA,L,E] # Catch 404 errors ErrorDocument 404 /404.php AddHandler x-httpd-php5 .php AddType application/x-httpd-php5 .php /RewriteBase register_globals = On Quelque'un aurait une idée ??? Link to comment Share on other sites More sharing options...
Patric Posted November 5, 2008 Share Posted November 5, 2008 L'installer de PS recommande de mettre le register_globals à OffC'est d'ailleurs une recommandation générale.Je crois même que PHP 6 ne permettra plus d'activer register_globals... Link to comment Share on other sites More sharing options...
spawns Posted November 5, 2008 Author Share Posted November 5, 2008 Autant pour moi, c'est l'inversechez cette hebergeur c'est par defaut en On et pour le passer en Off il faut creer un fichier php.ini en ajoutant cette ligne dans le fichierregister_globals = OffCela ne fonctionne pas . Pas plus si le le met dans le .htacccess Link to comment Share on other sites More sharing options...
kriboy Posted November 5, 2008 Share Posted November 5, 2008 Alors pour nuxit :Dans le répertoire www, crées un dossier "config" contenant le fichier "php.ini" register_globals = off display_errors = on ensuite rajoutes cela dans ton .htaccess : AddHandler x-httpd-php5 .php AddType application/x-httpd-php5 .php SetEnv PHPRC "/home6/t/tonnomde comptenuxit/www/config" En espérant avoir pu t'aider Link to comment Share on other sites More sharing options...
spawns Posted November 5, 2008 Author Share Posted November 5, 2008 Ok nikel ca marrche impecGrand merci à toi @+ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now