MonstaApps / PHP-IMAP-Fetcher

Open source PHP to fetch or pipe email from a POP box, save the message to MySQL, and save attachments/images locally.
31 stars 20 forks source link

Pipe mode not creating files #1

Closed solucionescol closed 5 years ago

solucionescol commented 6 years ago

Hi;

thanks for your work, i tried in fetch mode and it works ok, then i tried in pipe mode, mysql record inserted and no file created.

do you have some idea about cause of this ?

thanks again

MonstaApps commented 6 years ago

Can you check your PHP error logs?

solucionescol commented 6 years ago

this is the PHP error log

[25-Nov-2018 23:51:31 America/New_York] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20151012/php_imap.dll' - /usr/lib/php/20151012/php_imap.dll: cannot open shared object file: No such file or directory in Unknown on line 0 [25-Nov-2018 23:53:22 America/New_York] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; StringReader has a deprecated constructor in /usr/share/php/php-gettext/streams.php on line 48 [25-Nov-2018 23:53:22 America/New_York] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; FileReader has a deprecated constructor in /usr/share/php/php-gettext/streams.php on line 84 [25-Nov-2018 23:53:22 America/New_York] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; CachedFileReader has a deprecated constructor in /usr/share/php/php-gettext/streams.php on line 145 [25-Nov-2018 23:53:22 America/New_York] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; gettext_reader has a deprecated constructor in /usr/share/php/php-gettext/gettext.php on line 36

note: PHP-IMAP is installed

php-imap is already the newest version (1:7.0+35ubuntu6.1).

solucionescol commented 5 years ago

solved, it was an issue about permissions