Jump to content

pb installation


Recommended Posts

bonjour , voila je viens de telecharger prestashop je l'ai mis sur mon hebergement free.

et quand je vais sur mon site j'ai un message :

 

"Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /mnt/156/sdb/8/c/cedamel/classes/Tools.php on line 23 "

 

je dois faire quoi pour résoudre le probleme.

 

merci pour vos réponses

Link to comment
Share on other sites

  1.

      # URL rewriting module activation

  2.

      RewriteEngine on

  3.

     

  4.

      # URL rewriting rules

  5.

      RewriteRule ^([0-9]+)-([a-zA-Z0-9-]*).html(.*)$ product.php?id_product=$1$3 [L,E]

  6.

      RewriteRule ^([0-9]+)-([a-zA-Z0-9-]*)(.*)$ category.php?id_category=$1$3 [L,E]

  7.

     

  8.

      # Catch 404 errors

  9.

      ErrorDocument 404 /404.php

  10.

     

  11.

      php1

 

 

 

 

 

voila.. ;D

Link to comment
Share on other sites

j'ai mis php 1 ;D

je l'ouvre avec un bloc note

 

".htaccess.txt" :

# 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$3 [L,E]

 

# Catch 404 errors

ErrorDocument 404 /404.php

 

php 1

Link to comment
Share on other sites

# 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$3 [L,E]

 

# Catch 404 errors

ErrorDocument 404 /404.php

 

php 1

 

Tu enregistre ton fichier en htaccess.txt et pas .htaccess.txt  :o

 

j'ai mis php 1 ;D

je l'ouvre avec un bloc note

 

".htaccess.txt" :

 

Tu envoi ce fichier sur ton FTP et une fois sur ton serveur tu le renomme en [glow=red,2,300].htaccess[/glow]

 

bon j'espère que tu as compris  8)

 

Link to comment
Share on other sites

à mon avis tu débute et il y a un truc que tu n'as pas compris (et tu as beaucoup de chose à comprendre), je pense avoir été assez patient avec toi et je t'ai expliqué le plus simplement que je pouvais mais là désolé je jette l'éponge (j'ai pas que ça à faire)

 

Trouve une âme charitable sur ce forum qui pourra t'aider mieux que moi !

 

Bon courrage  ;)

 

 

 

Link to comment
Share on other sites

Je ne sais pas si cedamel fait la bonne manip....

Je te conseillerai de faire ton fichier sous windows puis de l'uploader via ftp sur ton serveur. Une fois sur ton serveur tu renommes ton fichier en .htaccess. C'est à dire que ton fichier que tu as crée précédemment qui devrait se nommer htaccess.txt se transforme en .htaccess ^^

 

Mick

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...