Php nuke
patapouf
-
zouzou46 Messages postés 17 Statut Membre -
zouzou46 Messages postés 17 Statut Membre -
Bonjour a tous,
Voila j ai un petit souci j ai installe easy php version 1.7 puis php nuke version 7.2 mais losrque je tapes http://localhost il m afiiche une page d erreur avec un probleme sur le fichier mainfile.php.
d ou cela pourrait il provenir ?
merci beaucoup
Voila j ai un petit souci j ai installe easy php version 1.7 puis php nuke version 7.2 mais losrque je tapes http://localhost il m afiiche une page d erreur avec un probleme sur le fichier mainfile.php.
d ou cela pourrait il provenir ?
merci beaucoup
A voir également:
- Php nuke
- Easy php - Télécharger - Divers Web & Internet
- Expert php pinterest - Télécharger - Langages
- Php alert - Forum PHP
- Retour a la ligne php - Forum Webmastering
- Retour à la ligne php ✓ - Forum PHP
2 réponses
Le pb ne vient pas de Nuke, mais de EasyPHP v1.7 et plus précisément le fichier /easyphp1-7/apache/php.ini
Repères ces ligne et modifies les comme suit :
PS: 3 modifs
~°sidarus°~
Repères ces ligne et modifies les comme suit :
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Error handling and logging ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; - Show all errors, except for notices error_reporting = E_ALL & ~E_NOTICE ; - Show all errors ;error_reporting = E_ALL ;;;;;;;;;;;;;;;;; ; Data Handling ; ;;;;;;;;;;;;;;;;; ; You should do your best to write your scripts so that they do not require ; register_globals to be on; Using form variables as globals can easily lead ; to possible security problems, if the code is not very well thought of. register_globals = On
PS: 3 modifs
~°sidarus°~
La variable register_global est positionnée à TRUE par défaut avec la nouvelle version de php qui est sans doute utilisée par ton hébergeur.
va voir http://www.nexen.net/docs/php/annotee/reserved.variables.get.php
idem pour http://www.nexen.net/docs/php/annotee/reserved.variables.get.php et ta variable _POST
va voir http://www.nexen.net/docs/php/annotee/reserved.variables.get.php
idem pour http://www.nexen.net/docs/php/annotee/reserved.variables.get.php et ta variable _POST