Jump to content

Message d'erreur


Recommended Posts

Salut,

je viens de mettre en ligne ma boutique Prestatshop et au lieu d'avoir la page d'accueil, voici ce qui s'affiche :
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /homepages/2/d244747896/htdocs/production/index.php on line 28

pourtant je n'ai pas touché les fichiers sources.
Quelqu'un pourrait-il m'éclairer s'il vous plaît ?

Merci d'avance

Link to comment
Share on other sites

Je me retrouve donc avec ceci dans le fichier .htaccess :
 

SetEnv PHP_VER 5

# ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again
# .htaccess automaticaly generated by PrestaShop e-commerce open-source solution
# http://www.prestashop.com - http://www.prestashop.com/forums

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_HOST} ^localhost$
RewriteRule . - [E=REWRITEBASE:/aed_electricite/]
RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]

</IfModule>

#If rewrite mod isn't enabled
ErrorDocument 404 /aed_electricite/index.php?controller=404

# ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again



Je reste avec toujours le même message d'erreur

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...