Dear community,need support with following issue: after three months of proper operating, cron job stopped working and started sending me error reports with following content:PHP Warning:  imap_open(): Couldn't open stream {imap.gmail.com/imap/ssl/novalidate-cert}INBOX in /hosting/b10-22***/data/www/web-site-name/support/include/class.mailfetch.php on line 141PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 76 bytes) in /hosting/b10-22***/data/www/web-site-name/support/include/class.osticket.php on line 280Meantime web-sites in my account continue to work properly.Currently I'm dealing with hoster support on this issue already for 10 deys and do not see any progress in solving the issue from hoster (as expected - they told me that issue with my script)Is there any ideas and suggestions how to fix issue? Or it is definitely on hoster side?Thanks in advance!==================osTiket infro:osTicket Versionv1.9.3 (bba9ccc)Server SoftwareApachePHP Version5.3.14MySQL Version5.5.25PHP Settingscgi.fix_pathinfo = 1"1" is recommended if AJAX is not workingAll PHP extensions are available.P.S. As workaround I tried to start using remote cron, but there are another story... )

Since I have no idea what could be the cause of your issue, I just asked some search engines. You may have a look at the following discussion with a similar problem:https://wordpress.org/support/topic/warning-imap_open-functionimap-open-couldnt-open-stream-popgmailcom9

Re: PHP

Warning:  imap_open(): Couldn't open stream

{imap.gmail.com/imap/ssl/novalidate-cert}INBOX in

/hosting/b10-22***/data/www/web-site-name/support/include/class.mailfetch.php

on line 141Sounds like your not connecting to gmail (Couldn't open stream).  Firewall?Re: PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 76 bytes) in /hosting/b10-22***/data/www/web-site-name/support/include/class.osticket.php on line 280Sounds like you edit php.ini increase the amount of memory available to PHP.maybe like:memory_limit = 256MGenerally php.ini changes require a webserver restart.

Guys,thank you for your involvement - the issue was solved by changing the hosting provider. )After several days of wasting time on mailing with their support - I just moved to another hosting and everything started working fine! So, I think the old hosting provider made some wrong changes to global config on the server - and it was the root case.Thanks again for your comments! )

Write a Reply...