Jump to content

[Résolu] Probleme Install . SUr NUXIT .?????


Recommended Posts

Bonjour j'ai un problem d'install sur mon site . quand je vais sur www.monsite.com/Site_web/install j'ai un message d'erreurs ... Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or

Pouriez vous M'aider sur ce point la
l'instalation de PHP sur mon serveur. .... merci ..... BEaucoup ............. A l'aide .................

Link to comment
Share on other sites

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

Marche pas .. voici mon fichier .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

AddHandler x-httpd-php5 .php
AddType application/x-httpd-php5 .php
SetEnv PHPRC "/home6/t/tonnomde comptenuxit/www/config"


????

Je dois modifier autre chose .????
Pour le moment le fichier presashop est la ...

????????????????????

Merci de votre reponse ...

Cordialement ..........

VLad

Link to comment
Share on other sites

1) utilise la fonction 'recherche'
2) consulte la doc/recommandation de ton hébergeur
3) voir avec le support de ton hébergeur pour plus de détails...

Link to comment
Share on other sites

1) utilise la fonction 'recherche'
2) consulte la doc/recommandation de ton hébergeur
3) voir avec le support de ton hébergeur pour plus de détails...


Est-ce que tu as vu le point 3
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...