Le 17/04/13 00:28, sylvain a écrit :
Dans include /galette_inc.php ligne 125 er 126 : if ( !defined('GALETTE_DISPLAY_ERRORS') ) { define('GALETTE_DISPLAY_ERRORS', 1); } pour y voir plus clair on peut aussi faire un display info.php cherche sur le net: fichier à créer, puis à déposer sur serveur : display.php <?php phpinfo(); ?> une ligne unique donne les informations nécessaires, en appelant ton-site.com/display.php The phpinfo () command will bring up a full profile of the PHP you are currently running, and display it in categorized tables for you to view. This can provide information you need to both install scripts and write your own, and in some cases save you time e-mailing your host to ask about your PHP capabilities or paths. Try running this simple program on your server, and browse through all the information you receive. |