View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002047 | OXID eShop (all versions) | 4.03. 3rd party libraries | public | 2010-08-17 12:28 | 2010-09-23 14:42 |
Reporter | dominik_ziegler | Assigned To | |||
Priority | urgent | Severity | block | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.4.1 revision 28950 | ||||
Fixed in Version | 4.4.2 revision 29492 | ||||
Summary | 0002047: Function set_magic_quotes_runtime() is deprecated on PHP 5.3 | ||||
Description | When user wants to open an account in shop, phpmailer throws the following error on PHP 5.3 installations: Deprecated: Function set_magic_quotes_runtime() is deprecated in /usr/www/users/allesb/Shop/core/phpmailer/class.phpmailer.php on line 1350 Deprecated: Function set_magic_quotes_runtime() is deprecated in /usr/www/users/allesb/Shop/core/phpmailer/class.phpmailer.php on line 1354 This results in generated output and therefore crashing the header() function which is executed after that. Warning: Cannot modify header information - headers already sent by (output started at /usr/www/users/allesb/Shop/core/phpmailer/class.phpmailer.php:1350) in /usr/www/users/allesb/Shop/core/oxutils.php on line 916 Warning: Cannot modify header information - headers already sent by (output started at /usr/www/users/allesb/Shop/core/phpmailer/class.phpmailer.php:1350) in /usr/www/users/allesb/Shop/core/oxutils.php on line 917 Warning: Cannot modify header information - headers already sent by (output started at /usr/www/users/allesb/Shop/core/phpmailer/class.phpmailer.php:1350) in /usr/www/users/allesb/Shop/core/oxutils.php on line 918 | ||||
Steps To Reproduce | PHP 5.3 does not support set_magic_quotes_runtime(). | ||||
Additional Information | http://www.oxid-esales.com/forum/showthread.php?p=38039#post38009 (german) http://www.oxid-esales.com/forum/showthread.php?p=38040#post38040 (german) | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
there are many similar open bugs entered in phpmailer's bugtrack. http://sourceforge.net/tracker/?func=detail&aid=2881179&group_id=26031&atid=385707 http://sourceforge.net/tracker/?func=detail&aid=2824377&group_id=26031&atid=385707 http://sourceforge.net/tracker/?func=detail&aid=2959516&group_id=26031&atid=385707 http://sourceforge.net/tracker/?func=detail&aid=2958666&group_id=26031&atid=385707 |
|
disabling deprecation warnings in php's error level is a workaround |
|
added E_DEPRECATED warning exclude for php >=5.3 |