View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001546 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2009-12-10 10:43 | 2010-03-25 09:51 |
Reporter | nixnutz | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.2.0 revision 23610 | ||||
Fixed in Version | 4.3.0 revision 26948 | ||||
Summary | 0001546: PHP 5.3.0: Function split() is deprecated | ||||
Description | Open: "eShop Admin -> Statistiken -> ausgeben" Result: Deprecated: Function split() is deprecated in /usr/local/apache2/htdocs/oxid/admin/reports/jpgraph/jpgraph.php on line 2 Deprecated: Function split() is deprecated in /usr/local/apache2/htdocs/oxid/admin/reports/jpgraph/jpgraph.php on line 2 Warning: Cannot modify header information - headers already sent by (output started at /usr/local/apache2/htdocs/oxid/admin/reports/jpgraph/jpgraph.php:2) in /usr/local/apache2/htdocs/oxid/views/oxshopcontrol.php on line 313 | ||||
Additional Information | See also 0001077: Deprecated warnings on PHP5.3.0 (split, eregi) grep -R " split(" oxid/ will find further occurrences of split() | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0001077 | resolved | vilma_liorensaityte | Deprecated warnings on PHP5.3.0 (split, eregi) |
|
@Developers: as this issue occurs in the 3rd party library, all we can do - just check if the problem is fixed in the latest version of jpgraph. If it is so - we need to upgrade it to latest version in eShop. |
|
Currently I see there is jpgraph version 2.5 in the eShop, when the latest available is 3.0.5 (http://www.aditus.nu) |
|
updated: in newest version 3.0.5 deprecated functions are removed |