Apprendre avec PHPFacile!
Accueil
Le langage
Les bases de données
Zend Framework
Installation
Routage
MVC
Base de données
Mail
21.Erreurs fréquentes et les solutions
#
Cannot add header information - headers already sent by (output started at [script1]) in [script2] on line [line]
#
Cannot send session cache limiter - headers already sent by (output started at [script1]) in [script2] on line [line]
#
Cannot send session cookie - headers already sent by (output started at [script1]) in [script2] on line [line]
#
Failed opening [script1] for inclusion (include_path=[chemins]) in [script2] on line [line]
#
open([file],O_RDWR) failed: m (2) in [script] on line [line]
#
Can't connect to local MySQL server through socket [file] in [script] on line [line]
#
MySQL Connection Failed: Unknown MySQL Server Host [host] (0) in [script] on line [line]
#
Supplied argument is not a valid MySQL result resource in [script] on line [line]
#
Class 'SQLiteDatabase' not found in [script] on line [ligne]
#
SQLiteDatabase::__construct(): unable to open database: [fichier] in [script] on line [ligne]
#
SQLiteDatabase::queryExec(): unable to open database file in [script] on line [ligne]
#
SQLiteDatabase::queryExec(): attempt to write a readonly database in [script] on line [ligne]
#
sqlite_open(): unable to open database: [fichier] in [script] on line [ligne]
Ici vous pouvez apprendre :
1.Introduction
2.Installation de PHP
3.Exécuter un script PHP
4.Configuration et environnement d'exécution de PHP
5.L'environnement de développement
6.Le langage PHP
7.PHP pour le web
8.Internationalisation (i18n) et encodage en PHP
9.Créer un fichier de logs/traces
10.Déboguer une application PHP
11.Programmer en PHP en toute sécurité
12.Bibilothèque PEAR
13.Zend Framework 2 et 3
14.Installation de Zend Framework 2
15.Joomla
16.Composer
17.PHPUnit
18.PHPDocumentor
19.Mesure de temps d'exécution (benchmark) d'une fonction PHP
20.Exemples de scripts PHP
21.Erreurs fréquentes et les solutions
22.Archives
Version imprimable:
← Chapitre précédent
Chapitre suivant →