View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0001866 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2010-05-30 12:10 | 2010-06-28 19:22 | 
| Reporter | monotek | Assigned To | |||
| Priority | high | Severity | major | Reproducibility | always | 
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.3.2 revision 27884 | ||||
| Fixed in Version | 4.4.0 revision 28699 | ||||
| Summary | 0001866: "Call-time pass-by-reference has been deprecated" in reports | ||||
| Description | When accessing reports i get the following error: [code]Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. in /var/www/oxid/admin/reports/report_canceled_orders.php on line 462 Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. in /var/www/oxid/admin/reports/report_canceled_orders.php on line 462 [/code]  | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Theme | |||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||
| 
		 | 
	img of generated report is attached to bug description. some charts are not displayed in report, but in older eshop versions they were generated correctly. (i set allow_call_time_pass_reference off in php.ini) | 
| 
		 | 
	
	also got same error, in frontend, in product details page: Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. in /htdocs/testshops/selenium/EE/core/smarty/plugins/function.oxmailto.php on line 64  | 
| 
		 | 
	fixed in report_canceled_orders |