On 20.03.2013 10:48, Skynet Multimedia wrote:
Jak masz płatności masowe i raporty przychodzą Ci via e-mail to spłodziłem coś takiego: https://github.com/Pinki18/__BZWBK <https://github.com/Pinki18/BZWBK> działa u mnie od początku roku.
Witam,
próbuję uruchomić ten skrypt ale cały czas wywala mi ten błąd, może wie ktoś o co chodzi ?
root@supermicro:/etc/lms# php -f import.php
<meta http-equiv="Content-Type" content="text/html; />PHP Warning: Cannot modify header information - headers already sent by (output started at /etc/lms/import.php:10) in /etc/lms/import.php on line 11 PHP Fatal error: Call to undefined function imap_open() in /etc/lms/import.php on line 37
Fatal error: Call to undefined function imap_open() in /etc/lms/import.php on line 37
Witaj, musisz dodać obsługę IMAP do php
http://www.php.net/manual/en/imap.setup.php
This extension requires the c-client library to be installed. Grab the latest version from » ftp://ftp.cac.washington.edu/imap/ and compile it.
To get these functions to work, you have to compile PHP with --with-imap[=DIR] , where DIR is the c-client install prefix.