Additions:
[[PhplistDocumentationphpListDocumentation]]
~1)**Error: please make sure that index.php is your default document for a directory**. If you have just installedphpListand get this message, make sure that the //""DirectoryIndex""// setting of your Apache configuration has somewhere //index.php index.html//, and check that index.php is mentioned before index.html. For other webservers please consult your manual to find how to make index.php the default document for a directory. Alternatively you can delete the file "index.html" in the lists directory of phpList.
~1)**Error: IMAP is not included in your PHP installation, cannot continue**. There is a major confusion that has been caused by the PHP developers naming a PHP module the [[http://php.net/imap IMAP module]], even though it is used for more than just IMAP. phpList needs the IMAP functions in PHP in order to connect to the mailbox that will hold the bounces. The mailbox itself is a POP3 mailbox, or you can configure it to be a local mailbox files, but whatever the situation, the IMAP functions are necessary. IMAP functions in PHP have nothing to do with the actual IMAP protocol (at least not as far asphpListis concerned). You should be able to solve this issue by installing (and compiling) the IMAP module into PHP. If you are on a shared hosting account, you should contact your hosting provider.
~1)**Warning: In safe mode, not everything will work as expected**. It is highly recommended to run phpList with "safe mode off". Much has been done to make phpList work in [[http://nl3.php.net/manual/en/features.safe-mode.php Safe mode]], but once you get to systems with more than 500 users, it is likely to cause problems. Also, in safe mode, the automatic bounce processing of phpList will NOT WORK. If you are on a shared hosting account, you could contact your ISP to fix this issue.
~1)**Warning: open_basedir restrictions are in effect, which may be the cause of the next warning**. [[http://us2.php.net/features.safe-mode#ini.open-basedir open_basedir]] is a security related PHP setting, which will limit the opening of files to directories placed within a specified directory-tree. This warning is often displayed in conjunction with another warning, such as "The attachment repository does not exist or is not writable". In effect, the open_basedir restrictions and related warnings imply that you won't be able to upload files to phpList, like attachments, images, and imports. You can fix this by changing the attachment repository and/or temp directory in [[PhpListConfiguration config.php]] to a writable location, like your webroot. You will need to create the new directory on your webserver and grant it read/write permissions.
~1)**Warning: The attachment repository does not exist or is not writable**. The "attachment repository" is a directoryphpListneeds for storing the attachments sent with list messages. This problem can be solved by checking in [[PhpListConfiguration config.php]] whether an attachment repository has been defined (look for the $attachment_repository setting) and if so, whether this directory actually exists on your server and has read/write permissions. If you get this warning in conjunction with the warning regarding open_basedir restrictions, you will also need to change the directory to a writeable location, like your webroot.
~1)**Warning: The temporary directory for uploading ( ) is not writable, so import will fail**. The "temporary directory" is where phpList stores temporary files, for instance when upgradingphpListor importing users. You can fix this by checking in [[PhpListConfiguration config.php]] whether a temporary directory has been defined (look for the $tmpdir setting) and if so, whether this directory actually exists on your server and has read/write permissions. If you get this warning in conjunction with the warning regarding open_basedir restrictions, you will also need to change the directory to a writeable location, like your webroot.
~1)**Warning: Things will work better when PHP magic_quotes_gpc = on**. The PHP setting [[http://nl3.php.net/magic_quotes magic_quotes_gpc]] needs to be enabled for the smooth functioning of phpList. There are several possible ways to fix this. First you could check in the /lists/.htaccess file that it includes the line //php_flag magic_quotes_gpc on//. If not, try adding this line to see whether it fixes the problem. Alternatively, if your server runs PHP as CGI (""PHPsuExec""), you can try to enable magic_quotes_gpc by creating the file '/lists/php.ini' and adding this directive: magic_quotes_gpc = 1. If you're on shared hosting account, you can also contact your ISP to fix this.
~1)**Warning: You are trying to use RSS, but XML is not included in your PHP**. phpList can send [[RssFunctionsInfo RSS feeds]] to users. To use this feature you need XML support in your PHP installation. If you're on shared hosting account, you could contact your ISP to fix this.
~1)**Warning: You are trying to send a remote URL, but PEAR::HTTP/Request is not available, so this will fail**. To fetch a webpage and send it to a list of users, phpList needs the [[http://pear.php.net/ PEAR::HTTP/Request]] module to be installed on your server. If you are on a shared hosting account, you can ask your ISP to install PEAR::HTTP/Request module.
~1)**Sorry not implemented yet**. This usually indicates that a file is missing in yourphpListinstallation. Check that all files are correctly installed. And if you typed the url manually check that it's well spelled.
~1)**no input file specified**. This is a php error message you get when running PHP as a CGI binary on Apache and indicates you requested a non-existent PHP file. This usually indicates that a file is missing in yourphpListinstallation. Check that all files are correctly installed.
~1)**Error: Your database is out of date, please make sure to upgrade**. Phplist will display this error message if you forgot to initialise the database tables after installing or upgradingphpList. If this occurs after a new installation, you can fix this by using the '//initialise database//' option in the [[http://docs.phplist.com/SystemFunctionsInfo setup]] section of the admin module. After an upgrade, make sure you click on the upgrade link that is displayed in the 'System Functions' block.
- [[PhpListConfiguration Configuring phpList]]
~1)**Error: please make sure that index.php is your default document for a directory**. If you have just installedphpListand get this message, make sure that the //""DirectoryIndex""// setting of your Apache configuration has somewhere //index.php index.html//, and check that index.php is mentioned before index.html. For other webservers please consult your manual to find how to make index.php the default document for a directory. Alternatively you can delete the file "index.html" in the lists directory of phpList.
~1)**Error: IMAP is not included in your PHP installation, cannot continue**. There is a major confusion that has been caused by the PHP developers naming a PHP module the [[http://php.net/imap IMAP module]], even though it is used for more than just IMAP. phpList needs the IMAP functions in PHP in order to connect to the mailbox that will hold the bounces. The mailbox itself is a POP3 mailbox, or you can configure it to be a local mailbox files, but whatever the situation, the IMAP functions are necessary. IMAP functions in PHP have nothing to do with the actual IMAP protocol (at least not as far asphpListis concerned). You should be able to solve this issue by installing (and compiling) the IMAP module into PHP. If you are on a shared hosting account, you should contact your hosting provider.
~1)**Warning: In safe mode, not everything will work as expected**. It is highly recommended to run phpList with "safe mode off". Much has been done to make phpList work in [[http://nl3.php.net/manual/en/features.safe-mode.php Safe mode]], but once you get to systems with more than 500 users, it is likely to cause problems. Also, in safe mode, the automatic bounce processing of phpList will NOT WORK. If you are on a shared hosting account, you could contact your ISP to fix this issue.
~1)**Warning: open_basedir restrictions are in effect, which may be the cause of the next warning**. [[http://us2.php.net/features.safe-mode#ini.open-basedir open_basedir]] is a security related PHP setting, which will limit the opening of files to directories placed within a specified directory-tree. This warning is often displayed in conjunction with another warning, such as "The attachment repository does not exist or is not writable". In effect, the open_basedir restrictions and related warnings imply that you won't be able to upload files to phpList, like attachments, images, and imports. You can fix this by changing the attachment repository and/or temp directory in [[PhpListConfiguration config.php]] to a writable location, like your webroot. You will need to create the new directory on your webserver and grant it read/write permissions.
~1)**Warning: The attachment repository does not exist or is not writable**. The "attachment repository" is a directoryphpListneeds for storing the attachments sent with list messages. This problem can be solved by checking in [[PhpListConfiguration config.php]] whether an attachment repository has been defined (look for the $attachment_repository setting) and if so, whether this directory actually exists on your server and has read/write permissions. If you get this warning in conjunction with the warning regarding open_basedir restrictions, you will also need to change the directory to a writeable location, like your webroot.
~1)**Warning: The temporary directory for uploading ( ) is not writable, so import will fail**. The "temporary directory" is where phpList stores temporary files, for instance when upgradingphpListor importing users. You can fix this by checking in [[PhpListConfiguration config.php]] whether a temporary directory has been defined (look for the $tmpdir setting) and if so, whether this directory actually exists on your server and has read/write permissions. If you get this warning in conjunction with the warning regarding open_basedir restrictions, you will also need to change the directory to a writeable location, like your webroot.
~1)**Warning: Things will work better when PHP magic_quotes_gpc = on**. The PHP setting [[http://nl3.php.net/magic_quotes magic_quotes_gpc]] needs to be enabled for the smooth functioning of phpList. There are several possible ways to fix this. First you could check in the /lists/.htaccess file that it includes the line //php_flag magic_quotes_gpc on//. If not, try adding this line to see whether it fixes the problem. Alternatively, if your server runs PHP as CGI (""PHPsuExec""), you can try to enable magic_quotes_gpc by creating the file '/lists/php.ini' and adding this directive: magic_quotes_gpc = 1. If you're on shared hosting account, you can also contact your ISP to fix this.
~1)**Warning: You are trying to use RSS, but XML is not included in your PHP**. phpList can send [[RssFunctionsInfo RSS feeds]] to users. To use this feature you need XML support in your PHP installation. If you're on shared hosting account, you could contact your ISP to fix this.
~1)**Warning: You are trying to send a remote URL, but PEAR::HTTP/Request is not available, so this will fail**. To fetch a webpage and send it to a list of users, phpList needs the [[http://pear.php.net/ PEAR::HTTP/Request]] module to be installed on your server. If you are on a shared hosting account, you can ask your ISP to install PEAR::HTTP/Request module.
~1)**Sorry not implemented yet**. This usually indicates that a file is missing in yourphpListinstallation. Check that all files are correctly installed. And if you typed the url manually check that it's well spelled.
~1)**no input file specified**. This is a php error message you get when running PHP as a CGI binary on Apache and indicates you requested a non-existent PHP file. This usually indicates that a file is missing in yourphpListinstallation. Check that all files are correctly installed.
~1)**Error: Your database is out of date, please make sure to upgrade**. Phplist will display this error message if you forgot to initialise the database tables after installing or upgradingphpList. If this occurs after a new installation, you can fix this by using the '//initialise database//' option in the [[http://docs.phplist.com/SystemFunctionsInfo setup]] section of the admin module. After an upgrade, make sure you click on the upgrade link that is displayed in the 'System Functions' block.
- [[PhpListConfiguration Configuring phpList]]
Deletions:
~1)**Error: please make sure that index.php is your default document for a directory**. If you have just installed phplist and get this message, make sure that the //""DirectoryIndex""// setting of your Apache configuration has somewhere //index.php index.html//, and check that index.php is mentioned before index.html. For other webservers please consult your manual to find how to make index.php the default document for a directory. Alternatively you can delete the file "index.html" in the lists directory of PHPlist.
~1)**Error: IMAP is not included in your PHP installation, cannot continue**. There is a major confusion that has been caused by the PHP developer naming a module the [[http://php.net/imap IMAP module]], even though it is used for more than just IMAP. needs the IMAP functions in PHP in order to connect to the mailbox that will hold the bounces. The mailbox itself is a POP3 mailbox, or you can configure it to be a local mailbox files, but whatever the situation, the IMAP functions are necessary. IMAP functions in PHP has nothing to do with the actual IMAP protocol (at least not as far as phplist is concerned). You should be able to solve this issue by installing (and compiling) the IMAP module into PHP. If you are on a shared hosting account, you should contact your hosting provider.
~1)**Warning: In safe mode, not everything will work as expected**. It is highly recommended to run PHPlist with "safe mode off". Much has been done to make PHPlist work in [[http://nl3.php.net/manual/en/features.safe-mode.php Safe mode]], but once you get to systems with more than 500 users, it is likely to cause problems. Also, in safe mode, the automatic bounce processing of phplist will NOT WORK. If you are on a shared hosting account, you could contact your ISP to fix this issue.
~1)**Warning: open_basedir restrictions are in effect, which may be the cause of the next warning**. [[http://us2.php.net/features.safe-mode#ini.open-basedir open_basedir]] is a security related PHP setting, which will limit the opening of files to directories placed within a specified directory-tree. This warning is often displayed in conjunction with another warning, such as "The attachment repository does not exist or is not writable". In effect, the open_basedir restrictions and related warnings imply that you won't be able to upload files to phplist, like attachments, images, and imports. You can fix this by changing the attachment repository and/or temp directory in [[PhpListConfiguration config.php]] to a writable location, like your webroot. You will need to create the new directory on your webserver and grant it read/write permissions.
~1)**Warning: The attachment repository does not exist or is not writable**. The "attachment repository" is a directory phplist needs for storing the attachments sent with list messages. This problem can be solved by checking in [[PhpListConfiguration config.php]] whether an attachment repository has been defined (look for the $attachment_repository setting) and if so, whether this directory actually exists on your server and has read/write permissions. If you get this warning in conjunction with the warning regarding open_basedir restrictions, you will also need to change the directory to a writeable location, like your webroot.
~1)**Warning: The temporary directory for uploading ( ) is not writable, so import will fail**. The "temporary directory" is where PHPlist stores temporary files, for instance when upgrading phplist or importing users. You can fix this by checking in [[PhpListConfiguration config.php]] whether a temporary directory has been defined (look for the $tmpdir setting) and if so, whether this directory actually exists on your server and has read/write permissions. If you get this warning in conjunction with the warning regarding open_basedir restrictions, you will also need to change the directory to a writeable location, like your webroot.
~1)**Warning: Things will work better when PHP magic_quotes_gpc = on**. The PHP setting [[http://nl3.php.net/magic_quotes magic_quotes_gpc]] needs to be enabled for the smooth functioning of PHPlist. There are several possible ways to fix this. First you could check in the /lists/.htaccess file that it includes the line //php_flag magic_quotes_gpc on//. If not, try adding this line to see whether it fixes the problem. Alternatively, if your server runs PHP as CGI (""PHPsuExec""), you can try to enable magic_quotes_gpc by creating the file '/lists/php.ini' and adding this directive: magic_quotes_gpc = 1. If you're on shared hosting account, you can also contact your ISP to fix this.
~1)**Warning: You are trying to use RSS, but XML is not included in your PHP**. PHPlist can send [[RssFunctionsInfo RSS feeds]] to users. To use this feature you need XML support in your PHP installation. If you're on shared hosting account, you could contact your ISP to fix this.
~1)**Warning: You are trying to send a remote URL, but PEAR::HTTP/Request is not available, so this will fail**. To fetch a webpage and send it to a list of users, PHPlist needs the [[http://pear.php.net/ PEAR::HTTP/Request]] module to be installed on your server. If you are on a shared hosting account, you can ask your ISP to install PEAR::HTTP/Request module.
~1)**Sorry not implemented yet**. This usually indicates that a file is missing in your phplist installation. Check that all files are correctly installed. And if you typed the url manually check that it's well spelled.
~1)**no input file specified**. This is a php error message you get when running PHP as a CGI binary on Apache and indicates you requested a non-existent PHP file. This usually indicates that a file is missing in your phplist installation. Check that all files are correctly installed.
~1)**Error: Your database is out of date, please make sure to upgrade**. Phplist will display this error message if you forgot to initialise the database tables after installing or upgrading phplist. If this occurs after a new installation, you can fix this by using the '//initialise database//' option in the [[http://docs.phplist.com/SystemFunctionsInfo setup]] section of the admin module. After an upgrade, make sure you click on the upgrade link that is displayed in the 'System Functions' block.
- [[PhpListConfiguration Configuring PHPlist]]
Additions:
~1)**HTTP Error 500: Internal Server Error - The server encountered an internal error or misconfiguration and was unable to complete your request**. This error message may have different causes. If you get a "500 Server Error" when installing, your server is probably running PHP as a cgi, not as an Apache module (also known as phpsuexec). Solution: In /lists/.htaccess, find //php_flag magic_quotes_gpc on// and delete or comment out (with a #) this line. (However phpList may display "Warning: Things will work better when PHP magic_quotes_gpc = on" which is addressed below)
Deletions:
Additions:
~1)**HTTP Error 500: Internal Server Error - The server encountered an internal error or misconfiguration and was unable to complete your request**. This error message may have different causes. If you get a "500 Server Error" when installing, your server is probably running PHP as a cgi, not as an Apache module (also known as phpsuexec). Solution: In /lists/.htaccess, find //php_flag magic_quotes_gpc on// and delete or comment out (with a #) this line. (However phplist will display "Warning: Things will work better when PHP magic_quotes_gpc = on")
Deletions:
Additions:
//Reminder: this page is to propose solutions to common problems. If you want to report a problem, please look in the [[http://forums.phplist.com/ forums]] first, or use the [[http://mantis.phplist.com/ bug tracker]]. Do not report a problem here: your question will remain unanswered!//
Deletions:
Revision [1636]
Edited on 2008-09-18 22:31:52 by AlStillero [Oops.. edited wrong file - reverted to previous english version]Additions:
====Troubleshooting====
//Reminder: this page is to propose solutions to common problems. If you want to report a problem, please look in the [[http://forums.phplist.com/ forums]] first, or use the [[http://www.mantis.phplist.com/ bug tracker]]. Do not report a problem here: your question will remain unanswered!//
===Error messages===
~1)**Error: please make sure that index.php is your default document for a directory**. If you have just installed phplist and get this message, make sure that the //""DirectoryIndex""// setting of your Apache configuration has somewhere //index.php index.html//, and check that index.php is mentioned before index.html. For other webservers please consult your manual to find how to make index.php the default document for a directory. Alternatively you can delete the file "index.html" in the lists directory of PHPlist.
~1)**Error: IMAP is not included in your PHP installation, cannot continue**. There is a major confusion that has been caused by the PHP developer naming a module the [[http://php.net/imap IMAP module]], even though it is used for more than just IMAP. needs the IMAP functions in PHP in order to connect to the mailbox that will hold the bounces. The mailbox itself is a POP3 mailbox, or you can configure it to be a local mailbox files, but whatever the situation, the IMAP functions are necessary. IMAP functions in PHP has nothing to do with the actual IMAP protocol (at least not as far as phplist is concerned). You should be able to solve this issue by installing (and compiling) the IMAP module into PHP. If you are on a shared hosting account, you should contact your hosting provider.
~1)**Fatal Error: Cannot connect to database, access denied. Please contact the administrator** This error indicates there is something wrong with your [[PhpListConfigDatabase database connection]] details. A Database connection requires four things, and they are very sensitive to errors (just one little typo and it won't work): 1) a database host (the name of the server, in many cases "localhost" works, but not always), 2) a database "user" the name of the user who can connect to this host, 3) a database "password" the password to use for the connection, 4) a database "name" the name of the database to use. If any of these four are incorrect, you get the error. So, it's best to double check your settings, and otherwise ask your ISP why it doesn't work. It's possible, although a bit unlikely, that they made a mistake with their permission settings, but you never know.
**Related topics **
- [[PhplistFAQ FAQ]]
//Reminder: this page is to propose solutions to common problems. If you want to report a problem, please look in the [[http://forums.phplist.com/ forums]] first, or use the [[http://www.mantis.phplist.com/ bug tracker]]. Do not report a problem here: your question will remain unanswered!//
===Error messages===
~1)**Error: please make sure that index.php is your default document for a directory**. If you have just installed phplist and get this message, make sure that the //""DirectoryIndex""// setting of your Apache configuration has somewhere //index.php index.html//, and check that index.php is mentioned before index.html. For other webservers please consult your manual to find how to make index.php the default document for a directory. Alternatively you can delete the file "index.html" in the lists directory of PHPlist.
~1)**Error: IMAP is not included in your PHP installation, cannot continue**. There is a major confusion that has been caused by the PHP developer naming a module the [[http://php.net/imap IMAP module]], even though it is used for more than just IMAP. needs the IMAP functions in PHP in order to connect to the mailbox that will hold the bounces. The mailbox itself is a POP3 mailbox, or you can configure it to be a local mailbox files, but whatever the situation, the IMAP functions are necessary. IMAP functions in PHP has nothing to do with the actual IMAP protocol (at least not as far as phplist is concerned). You should be able to solve this issue by installing (and compiling) the IMAP module into PHP. If you are on a shared hosting account, you should contact your hosting provider.
~1)**Fatal Error: Cannot connect to database, access denied. Please contact the administrator** This error indicates there is something wrong with your [[PhpListConfigDatabase database connection]] details. A Database connection requires four things, and they are very sensitive to errors (just one little typo and it won't work): 1) a database host (the name of the server, in many cases "localhost" works, but not always), 2) a database "user" the name of the user who can connect to this host, 3) a database "password" the password to use for the connection, 4) a database "name" the name of the database to use. If any of these four are incorrect, you get the error. So, it's best to double check your settings, and otherwise ask your ISP why it doesn't work. It's possible, although a bit unlikely, that they made a mistake with their permission settings, but you never know.
**Related topics **
- [[PhplistFAQ FAQ]]
Deletions:
//Rappel: cette page a comme objectif de proposer des solutions à des problèmes communs. Si vous désirez signaler un problème, s’il vous plaît regardez dans les [[http://forums.phplist.com/ forums]] en premier lieu, et utilisé le [[http://www.mantis.phplist.com/ bug tracker]]. Prère de ne pas signaler vos problèmes ici: votre question restera sans réponse!//
===Messages d'erreur===
~1)**Error: please make sure that index.php is your default document for a directory**. "Erreur: s’il vous plaît assurez-vous que index.php est votre document par défaut pour les répertoires." Si vous venez d'installer phplist et voyez s'afficher ce message, assurez-vous que dans l'option ""DirectoryIndex"" de votre configuration d'Apache soit inclu //index.php index.html// et vérifier que //index.php// soit mentionné avant //index.html//. Pour les autres serveurs web, s’il vous plaît consulter votre manuel et assurez vous que index.php soit le document par défaut pour les répertoires. Ou bien, comme alternative, vous pourriez supprimer le fichier "index.html" dans les répertoires de phplist.
~1)**Error: IMAP is not included in your PHP installation, cannot continue**. ("Erreur: IMAP n'est pas inclus dans votre installation de PHP. Impossible de continuer"}. Il existe une certaine confusion causée par la decision du développeur de PHP de nommer un de ses modules [[http://php.net/imap IMAP module]], même si celle-ci est utilisée pour beaucoup d'autre fonction que seulement IMAP. phplist a besoins des fonctions IMAP de PHP pour pouvor se connecter à la boîte aux lettres qui recevra les rebonds. La boîte aux lettres est elle-même est du type POP3 (et non pas IMAP), ou vous pouvez la configurer comme une boîte aux lettres de fichiers locaux, mais quelle que soit la situation, les fonctions IMAP sont nécessaires. Les fonctions IMAP de PHP n'ont rien à voir avec le protocole IMAP (du moins pas en ce qui concerne phplist). Vous devriez être en mesure de résoudre ce problème en installant (et en la compilant) le module IMAP dans PHP. Si vous êtes sur un hébergement partagé, vous devriez communiquer avec votre fournisseur de services d'hébergement.
~1)**Fatal Error: Cannot connect to database, access denied. Please contact the administrator** ("Erreur fatale: Impossible de se connecter à la base de données, accès refusé. S’il vous plaît contacter l'administrateur"). Cette erreur indique qu'il ya un problème avec la [[PhpListConfigDatabase connexion avec votre base de données]]. La connexion avec la base de données nécessite quatre parametres qui sont très sensibles aux erreurs (juste une petite faute dactilo, et cela ne fonctionnera pas): 1) l'hôte de la base de données (le nom du serveur, en general "localhost" fonctionne, mais pas toujours ), 2) Le nom d'utilisateur de la base de données qui a les permissions de se connecter à cet hôte, 3) Le mot de passe à utiliser pour la connexion, 4) Le nom de la base de données. vous obtenez l'erreur, si l'un de ces quatre parametres n'est pas correct. So, it's best to double check your settings, and otherwise ask your ISP why it doesn't work. It's possible, although a bit unlikely, that they made a mistake with their permission settings, but you never know.
**Rubriques connexes **
- [[FrenchPhplistFAQ FAQ]]
Additions:
====Dépannage====
//Rappel: cette page a comme objectif de proposer des solutions à des problèmes communs. Si vous désirez signaler un problème, s’il vous plaît regardez dans les [[http://forums.phplist.com/ forums]] en premier lieu, et utilisé le [[http://www.mantis.phplist.com/ bug tracker]]. Prère de ne pas signaler vos problèmes ici: votre question restera sans réponse!//
===Messages d'erreur===
~1)**Error: please make sure that index.php is your default document for a directory**. "Erreur: s’il vous plaît assurez-vous que index.php est votre document par défaut pour les répertoires." Si vous venez d'installer phplist et voyez s'afficher ce message, assurez-vous que dans l'option ""DirectoryIndex"" de votre configuration d'Apache soit inclu //index.php index.html// et vérifier que //index.php// soit mentionné avant //index.html//. Pour les autres serveurs web, s’il vous plaît consulter votre manuel et assurez vous que index.php soit le document par défaut pour les répertoires. Ou bien, comme alternative, vous pourriez supprimer le fichier "index.html" dans les répertoires de phplist.
~1)**Error: IMAP is not included in your PHP installation, cannot continue**. ("Erreur: IMAP n'est pas inclus dans votre installation de PHP. Impossible de continuer"}. Il existe une certaine confusion causée par la decision du développeur de PHP de nommer un de ses modules [[http://php.net/imap IMAP module]], même si celle-ci est utilisée pour beaucoup d'autre fonction que seulement IMAP. phplist a besoins des fonctions IMAP de PHP pour pouvor se connecter à la boîte aux lettres qui recevra les rebonds. La boîte aux lettres est elle-même est du type POP3 (et non pas IMAP), ou vous pouvez la configurer comme une boîte aux lettres de fichiers locaux, mais quelle que soit la situation, les fonctions IMAP sont nécessaires. Les fonctions IMAP de PHP n'ont rien à voir avec le protocole IMAP (du moins pas en ce qui concerne phplist). Vous devriez être en mesure de résoudre ce problème en installant (et en la compilant) le module IMAP dans PHP. Si vous êtes sur un hébergement partagé, vous devriez communiquer avec votre fournisseur de services d'hébergement.
~1)**Fatal Error: Cannot connect to database, access denied. Please contact the administrator** ("Erreur fatale: Impossible de se connecter à la base de données, accès refusé. S’il vous plaît contacter l'administrateur"). Cette erreur indique qu'il ya un problème avec la [[PhpListConfigDatabase connexion avec votre base de données]]. La connexion avec la base de données nécessite quatre parametres qui sont très sensibles aux erreurs (juste une petite faute dactilo, et cela ne fonctionnera pas): 1) l'hôte de la base de données (le nom du serveur, en general "localhost" fonctionne, mais pas toujours ), 2) Le nom d'utilisateur de la base de données qui a les permissions de se connecter à cet hôte, 3) Le mot de passe à utiliser pour la connexion, 4) Le nom de la base de données. vous obtenez l'erreur, si l'un de ces quatre parametres n'est pas correct. So, it's best to double check your settings, and otherwise ask your ISP why it doesn't work. It's possible, although a bit unlikely, that they made a mistake with their permission settings, but you never know.
**Rubriques connexes **
- [[FrenchPhplistFAQ FAQ]]
//Rappel: cette page a comme objectif de proposer des solutions à des problèmes communs. Si vous désirez signaler un problème, s’il vous plaît regardez dans les [[http://forums.phplist.com/ forums]] en premier lieu, et utilisé le [[http://www.mantis.phplist.com/ bug tracker]]. Prère de ne pas signaler vos problèmes ici: votre question restera sans réponse!//
===Messages d'erreur===
~1)**Error: please make sure that index.php is your default document for a directory**. "Erreur: s’il vous plaît assurez-vous que index.php est votre document par défaut pour les répertoires." Si vous venez d'installer phplist et voyez s'afficher ce message, assurez-vous que dans l'option ""DirectoryIndex"" de votre configuration d'Apache soit inclu //index.php index.html// et vérifier que //index.php// soit mentionné avant //index.html//. Pour les autres serveurs web, s’il vous plaît consulter votre manuel et assurez vous que index.php soit le document par défaut pour les répertoires. Ou bien, comme alternative, vous pourriez supprimer le fichier "index.html" dans les répertoires de phplist.
~1)**Error: IMAP is not included in your PHP installation, cannot continue**. ("Erreur: IMAP n'est pas inclus dans votre installation de PHP. Impossible de continuer"}. Il existe une certaine confusion causée par la decision du développeur de PHP de nommer un de ses modules [[http://php.net/imap IMAP module]], même si celle-ci est utilisée pour beaucoup d'autre fonction que seulement IMAP. phplist a besoins des fonctions IMAP de PHP pour pouvor se connecter à la boîte aux lettres qui recevra les rebonds. La boîte aux lettres est elle-même est du type POP3 (et non pas IMAP), ou vous pouvez la configurer comme une boîte aux lettres de fichiers locaux, mais quelle que soit la situation, les fonctions IMAP sont nécessaires. Les fonctions IMAP de PHP n'ont rien à voir avec le protocole IMAP (du moins pas en ce qui concerne phplist). Vous devriez être en mesure de résoudre ce problème en installant (et en la compilant) le module IMAP dans PHP. Si vous êtes sur un hébergement partagé, vous devriez communiquer avec votre fournisseur de services d'hébergement.
~1)**Fatal Error: Cannot connect to database, access denied. Please contact the administrator** ("Erreur fatale: Impossible de se connecter à la base de données, accès refusé. S’il vous plaît contacter l'administrateur"). Cette erreur indique qu'il ya un problème avec la [[PhpListConfigDatabase connexion avec votre base de données]]. La connexion avec la base de données nécessite quatre parametres qui sont très sensibles aux erreurs (juste une petite faute dactilo, et cela ne fonctionnera pas): 1) l'hôte de la base de données (le nom du serveur, en general "localhost" fonctionne, mais pas toujours ), 2) Le nom d'utilisateur de la base de données qui a les permissions de se connecter à cet hôte, 3) Le mot de passe à utiliser pour la connexion, 4) Le nom de la base de données. vous obtenez l'erreur, si l'un de ces quatre parametres n'est pas correct. So, it's best to double check your settings, and otherwise ask your ISP why it doesn't work. It's possible, although a bit unlikely, that they made a mistake with their permission settings, but you never know.
**Rubriques connexes **
- [[FrenchPhplistFAQ FAQ]]
Deletions:
//Reminder: this page is to propose solutions to common problems. If you want to **report** a problem, please look in the [[http://forums.phplist.com/ forums]] first, and use the bugtracker. Do not report a problem here: your question will remain unanswered!//
===Error messages===
~1)**Error: please make sure that index.php is your default document for a directory**. If you have just installed PHPlist and get this message, make sure that the ""DirectoryIndex"" setting of your Apache configuration has somewhere //index.php index.html//, and check that index.php is mentioned before index.html. For other webservers please consult your manual to find how to make index.php the default document for a directory. Alternatively you can delete the file "index.html" in the lists directory of PHPlist.
~1)**Error: IMAP is not included in your PHP installation, cannot continue**. There is a major confusion that has been caused by the PHP developer naming a module the [[http://php.net/imap IMAP module]] even though it is used for more than just IMAP. PHPlist needs the IMAP functions in PHP in order to connect to the mailbox that will hold the bounces. The mailbox itself is a POP3 mailbox, or you can configure it to be a local mailbox files, but whatever the situation, the IMAP functions are necessary. IMAP functions in PHP has nothing to do with the actual IMAP protocol (at least not as far as phplist is concerned). You should be able to solve this issue by installing (and compiling) the IMAP module into PHP. If you are on a shared hosting account, you should contact your hosting provider.
~1)**Fatal Error: Cannot connect to database, access denied. Please contact the administrator**. This error indicates there is something wrong with your [[PhpListConfigDatabase database connection details]]. a Database connection requires four things, and they are very sensitive to errors (just one little typo and it won't work): 1) a database host (the name of the server, in many cases "localhost" works, but not always), 2) a database "user" the name of the user who can connect to this host, 3) a database "password" the password to use for the connection, 4) a database "name" the name of the database to use. If any of these four are incorrect, you get the error. So, it's best to double check your settings, and otherwise ask your ISP why it doesn't work. It's possible, although a bit unlikely, that they made a mistake with their permission settings, but you never know.
**Related topics**
- [[PhplistFAQ PHPlist FAQ]]
Additions:
~1)**Error: Your database is out of date, please make sure to upgrade**. Phplist will display this error message if you forgot to initialise the database tables after installing or upgrading phplist. If this occurs after a new installation, you can fix this by using the '//initialise database//' option in the [[http://docs.phplist.com/SystemFunctionsInfo setup]] section of the admin module. After an upgrade, make sure you click on the upgrade link that is displayed in the 'System Functions' block.
~1)**Mailer Error: Language string failed to load** - For more info see [[http://mantis.phplist.com/view.php?id=4756 this report]] If you have enabled SMTP in config.php see [[http://mantis.phplist.com/view.php?id=8590 this report]]. ''[just a few links for now]''
~1)**Mailer Error: Could not instantiate mail function** - For more info see [[http://mantis.phplist.com/view.php?id=4756 this report]]. If you have enabled SMTP in config.php see [[http://mantis.phplist.com/view.php?id=8590 this report]]. ''[just a few links for now]''
~1)**Mailer Error: Language string failed to load** - For more info see [[http://mantis.phplist.com/view.php?id=4756 this report]] If you have enabled SMTP in config.php see [[http://mantis.phplist.com/view.php?id=8590 this report]]. ''[just a few links for now]''
~1)**Mailer Error: Could not instantiate mail function** - For more info see [[http://mantis.phplist.com/view.php?id=4756 this report]]. If you have enabled SMTP in config.php see [[http://mantis.phplist.com/view.php?id=8590 this report]]. ''[just a few links for now]''
Deletions:
~1)**Mailer Error: Language string failed to load** For more info see [[http://mantis.phplist.com/view.php?id=4756 this report]]. If you have enabled SMTP in config.php see [[http://mantis.phplist.com/view.php?id=8590 this report]].
~1)**Mailer Error: Could not instantiate mail function** For more info see [[http://mantis.phplist.com/view.php?id=4756 this report]]. If you have enabled SMTP in config.php see [[http://mantis.phplist.com/view.php?id=8590 this report]].
Additions:
~1)**Error: Your database is out of date, please make sure to upgrade**. Phplist will display this error message if you forgot to initialise the database tables after installing or upgrading phplist. You can fix this by using the '//initialise database//' option in the [[http://docs.phplist.com/SystemFunctionsInfo setup]] section of the admin module.
~1)**Database error 1071 while doing query Specified key was too long; max key length is 1000 bytes** This error is related to using a database with UTF-8 encoding and is a [[http://bugs.mysql.com/bug.php?id=4541 known limitation of MySQL]]. For more info and fixes, please consult the [[http://mantis.phplist.com/view.php?id=8583 issue tracker]].
~1)**Blank page**. This usually indicates a parse error. Please review the changes you made while editing files like config.php or english.inc. You can check config.php for parse errors by changing the error level setting inf config.php to ''$error_level = error_reporting(E_PARSE);'' See also the [[http://nl.php.net/error_reporting PHP manual]]. Alternatively, if you have command line access, you could use the following command to check for parse errors in a specific php file: ''php /path/toyour/file/lists/admin/file.php''
===Phpmailer error messages===
~1)**Mailer Error: SMTP Error: Could not connect to SMTP host** - This is a phpmailer error that might occur if you incorrectly configured the SMTP mail server settings in config.php. Please review your mail server settings in config.php. See also these forum posts: [[http://forums.phplist.com/viewtopic.php?p=28861#28861 28861#28861]], [[http://forums.phplist.com/viewtopic.php?p=39000#39000 39000#39000]], [[http://forums.phplist.com/viewtopic.php?p=36977 36977]].
~1)**Mailer Error: Language string failed to load** For more info see [[http://mantis.phplist.com/view.php?id=4756 this report]]. If you have enabled SMTP in config.php see [[http://mantis.phplist.com/view.php?id=8590 this report]].
~1)**Mailer Error: Could not instantiate mail function** For more info see [[http://mantis.phplist.com/view.php?id=4756 this report]]. If you have enabled SMTP in config.php see [[http://mantis.phplist.com/view.php?id=8590 this report]].
~1)**Database error 1071 while doing query Specified key was too long; max key length is 1000 bytes** This error is related to using a database with UTF-8 encoding and is a [[http://bugs.mysql.com/bug.php?id=4541 known limitation of MySQL]]. For more info and fixes, please consult the [[http://mantis.phplist.com/view.php?id=8583 issue tracker]].
~1)**Blank page**. This usually indicates a parse error. Please review the changes you made while editing files like config.php or english.inc. You can check config.php for parse errors by changing the error level setting inf config.php to ''$error_level = error_reporting(E_PARSE);'' See also the [[http://nl.php.net/error_reporting PHP manual]]. Alternatively, if you have command line access, you could use the following command to check for parse errors in a specific php file: ''php /path/toyour/file/lists/admin/file.php''
===Phpmailer error messages===
~1)**Mailer Error: SMTP Error: Could not connect to SMTP host** - This is a phpmailer error that might occur if you incorrectly configured the SMTP mail server settings in config.php. Please review your mail server settings in config.php. See also these forum posts: [[http://forums.phplist.com/viewtopic.php?p=28861#28861 28861#28861]], [[http://forums.phplist.com/viewtopic.php?p=39000#39000 39000#39000]], [[http://forums.phplist.com/viewtopic.php?p=36977 36977]].
~1)**Mailer Error: Language string failed to load** For more info see [[http://mantis.phplist.com/view.php?id=4756 this report]]. If you have enabled SMTP in config.php see [[http://mantis.phplist.com/view.php?id=8590 this report]].
~1)**Mailer Error: Could not instantiate mail function** For more info see [[http://mantis.phplist.com/view.php?id=4756 this report]]. If you have enabled SMTP in config.php see [[http://mantis.phplist.com/view.php?id=8590 this report]].
Deletions:
Additions:
~1)**Blank page**. This usually indicates a parse error. Please review the changes you made while editing files like config.php or english.inc. If you have command line access, you could try this command to check for parse errors in a specific php file: PHP /path/toyour/file/lists/admin/file.php.
Deletions:
Revision [1071]
Edited on 2007-03-08 14:46:26 by AlStillero [addition regarding 404 errors with PHPsuExec]Additions:
~1)**HTTP Error 404: File (or directory) not found. The document you requested is not found**. If this error message appears when trying to send a message, it is is probably caused by an incorrect value for "website" in the "configuration page" of the admin backend. If that value is correct, you should also check the config.php file for the paths in $pageroot and $adminpages. If this error occurs with any page you try to load, and if your server is running PHP as a cgi (""PHPsuExec""), it is possible you are erroneously getting a 404 error instead of a 500 error. Try applying the fix described for a HTTP 500 error.
Deletions:
Additions:
~1)**Blank page**. This usually means a parse error, so if you have cli do php /path/toyour/file/lists/admin/file.php and check for errors.
Additions:
~1)**Sorry not implemented yet**. This usually indicates that a file is missing in your phplist installation. Check that all files are correctly installed. And if you typed the url manually check that it's well spelled.
Deletions:
Additions:
~1)**no input file specified**. This is a php error message you get when running PHP as a CGI binary on Apache and indicates you requested a non-existent PHP file. This usually indicates that a file is missing in your phplist installation. Check that all files are correctly installed.
Additions:
===Other error messages===
~1)**Sorry not implemented yet**. This usually indicates that a file is missing in your phplist installation. Check that all files are correctly installed.
~1)**Database error 1062 while doing query Duplicate entry '0-51' for key 1**. If you get this error message during upgrading, you do not need to worry. The upgrade process involves writing data to the database which will generate these responses. The important thing is that the database upgrade procedure ends with "Information: Success" at the end of the page.
~1)**Sorry not implemented yet**. This usually indicates that a file is missing in your phplist installation. Check that all files are correctly installed.
~1)**Database error 1062 while doing query Duplicate entry '0-51' for key 1**. If you get this error message during upgrading, you do not need to worry. The upgrade process involves writing data to the database which will generate these responses. The important thing is that the database upgrade procedure ends with "Information: Success" at the end of the page.
Additions:
~1)**HTTP Error 500: Internal Server Error - The server encountered an internal error or misconfiguration and was unable to complete your request**. This error message may have different causes. If you get a "500 Server Error" when installing, your server is probably running PHP as a cgi, not as an Apache module (also known as phpsuexec). Solution: In /lists/.htaccess, find //php_flag magic_quotes_gpc on// and delete or comment out (with a #) this line.
~1)**Warning: Things will work better when PHP magic_quotes_gpc = on**. The PHP setting [[http://nl3.php.net/magic_quotes magic_quotes_gpc]] needs to be enabled for the smooth functioning of PHPlist. There are several possible ways to fix this. First you could check in the /lists/.htaccess file that it includes the line //php_flag magic_quotes_gpc on//. If not, try adding this line to see whether it fixes the problem. Alternatively, if your server runs PHP as CGI (""PHPsuExec""), you can try to enable magic_quotes_gpc by creating the file '/lists/php.ini' and adding this directive: magic_quotes_gpc = 1. If you're on shared hosting account, you can also contact your ISP to fix this.
~1)**Warning: Things will work better when PHP magic_quotes_gpc = on**. The PHP setting [[http://nl3.php.net/magic_quotes magic_quotes_gpc]] needs to be enabled for the smooth functioning of PHPlist. There are several possible ways to fix this. First you could check in the /lists/.htaccess file that it includes the line //php_flag magic_quotes_gpc on//. If not, try adding this line to see whether it fixes the problem. Alternatively, if your server runs PHP as CGI (""PHPsuExec""), you can try to enable magic_quotes_gpc by creating the file '/lists/php.ini' and adding this directive: magic_quotes_gpc = 1. If you're on shared hosting account, you can also contact your ISP to fix this.
Deletions:
~1)**Warning: Things will work better when PHP magic_quotes_gpc = on**. The PHP setting [[http://nl3.php.net/magic_quotes magic_quotes_gpc]] needs to be enabled for the smooth functioning of PHPlist. There are several possible ways to fix this. First you could check in the /lists/.htaccess file that it includes the line //php_flag magic_quotes_gpc on//. If not, try adding this line to see whether it fixes the problem. Alternatively, if your server runs PHP as CGI (""PHPsuExec""), you can try to enable magic_quotes_gpc with a PHP directive in a php.ini file in the PHPlist installations directory. If you're on shared hosting account, you can contact your ISP to fix this.
Additions:
~1)**Warning: open_basedir restrictions are in effect, which may be the cause of the next warning**. [[http://us2.php.net/features.safe-mode#ini.open-basedir open_basedir]] is a security related PHP setting, which will limit the opening of files to directories placed within a specified directory-tree. This warning is often displayed in conjunction with another warning, such as "The attachment repository does not exist or is not writable". In effect, the open_basedir restrictions and related warnings imply that you won't be able to upload files to phplist, like attachments, images, and imports. You can fix this by changing the attachment repository and/or temp directory in [[PhpListConfiguration config.php]] to a writable location, like your webroot. You will need to create the new directory on your webserver and grant it read/write permissions.
Deletions:
Additions:
~1)**Warning: open_basedir restrictions are in effect, which may be the cause of the next warning**. [[http://us2.php.net/features.safe-mode#ini.open-basedir open_basedir]] is a security related PHP setting, which will limit the opening of files to directories placed within a specified directory-tree. This warning is often displayed in conjunction with another warning, such as "The attachment repository does not exist or is not writable". In effect, the open_basedir restrictions and related warnings imply that you won't be able to upload files to phplist, like attachments, images, and imports. You can fix this by changing the temp directory in [[PhpListConfiguration config.php]] to a writable location, like your webroot. You will need to create the new directory on your webserver and grant it read/write permissions.
Deletions:
Additions:
~1)**Warning: open_basedir restrictions are in effect, which may be the cause of the next warning**. [[http://us2.php.net/features.safe-mode#ini.open-basedir]] restrictions is a security related PHP setting, which will limit the opening of files to directories placed within a specified directory-tree. This warning is often displayed in conjunction with another warning, such as "The attachment repository does not exist or is not writable". In effect, the open_basedir restrictions and related warnings imply that you won't be able to upload files to phplist, like attachments, images, and imports. You can fix this by changing the temp directory in [[PhpListConfiguration config.php]] to a writable location, like your webroot. You will need to create the new directory on your webserver and grant it read/write permissions.
Deletions:
Additions:
**Related topics**
- [[SystemRequirements System requirements]]
- [[PhpListConfiguration Configuring PHPlist]]
- [[PhplistFAQ PHPlist FAQ]]
- [[SystemRequirements System requirements]]
- [[PhpListConfiguration Configuring PHPlist]]
- [[PhplistFAQ PHPlist FAQ]]



