problem with connection/smtp.php in version 3
Posted: Thu Feb 26, 2009 4:56 am
If you get the following error when using version 3:
stderr: PHP Warning: fclose(): 47 is not a valid stream resource in /data/domains/ossejtterapia.hu/web/webroot/lib/Swift/Connection/SMTP.php on line 384
You should try turning off zend.ze1_compatibility_mode either runtime
ini_set('zend.ze1_compatibility_mode', false);
or directly in php.ini
stderr: PHP Warning: fclose(): 47 is not a valid stream resource in /data/domains/ossejtterapia.hu/web/webroot/lib/Swift/Connection/SMTP.php on line 384
You should try turning off zend.ze1_compatibility_mode either runtime
ini_set('zend.ze1_compatibility_mode', false);
or directly in php.ini