Possible PHP extension errors affecting Powermail PDF Print E-mail
Written by Administrator   
Tuesday, 09 November 2010 13:43
PowerMail Error Instructions


This is a listing of PHP errors that one could have if certain PHP extensions are not installed in your server PHP environment.


IMAP Error
Use
Imap is responsible for fetching mail from mail box.
Importance PowerMail cannot retrieve mail via POP3 or IMAP without the IMAP extension of PHP
Fixing Error
If you have php.ini access , You can do this by uncommenting following line in php.ini.
  "extension=php_imap.dll"
if you dont have access , you can ask server admin to enable this PHP extension.
More information
http://www.php.net/manual/en/imap.installation.php
CURL Error Use
CURL extension is responsible for communicating with powermail licence server.
Importance PowerMail cannot register your license without CURL
Fixing Error
you should enable CURL extension of PHP.
- If you have php.ini access , You can do this by uncommenting following line in php.ini.
  "extension=php_curl.dll"
if you dont have access , you can ask server admin to enable this PHP extension.
More Information
 http://www.php.net/manual/en/curl.installation.php
iCONV Error Use
This extension is responsible for charachter conversion. It converts mail content to utf8 char-set.
Importance PowerMail cannot function without iCONV
Fixing Error
This is extension is enabled by default.If not you should enable iCONV extension of PHP.
- If you have php.ini access , You can do this by uncommenting following line in php.ini.
  "extension=php_iconv.dll"
if you dont have access , you can ask server admin to enable this PHP extension.
More Information
http://www.php.net/manual/en/iconv.installation.php
TIDY Error Use
This extension is responsible for cleaning HTML content of mail after readmore is inserted.
Importance PowerMail can function without this library however automatic placement of readmore must be disabled.
Fixing Error
 If you have php.ini access , You can do this by uncommenting following line in php.ini.
  "extension=php_tidy.dll"
if you dont have access , you can ask server admin to enable this PHP extension.
More Information
http://www.php.net/manual/en/tidy.installation.php



Last Updated on Tuesday, 09 November 2010 22:50