« Logiciel Pastèque/Serveur/Installation » : différence entre les versions

Contenu supprimé Contenu ajouté
Barth: erreur de chemin
Elfi (discussion | contributions)
Debug mode in server
Ligne 223 :
Mot de passe : wordpress_password
</source>
 
= Configuration =
Configuration is made with config.php file in your root folder of Pastèque server
 
== Debug mode ==
Set $config['debug'] to true. Debug mode will trigger USER_NOTICE php errors. You can handle them with PHP (display_errors and/or log_errors)
 
Notice that all JSON requests to api.php are logged in this case. Be ware that PHP default configuration limit error messages to 1024 chars. You can change it threw log_errors_max_len in PHP config (php.ini file or .htaccess file or anyway you want)
 
= Migration du base mysql V4 vers V5 =