View Issue Details

IDProjectCategoryView StatusLast Update
0001546OXID eShop (all versions)2. ----- eShop backend (admin) -----public2010-03-25 09:51
Reporternixnutz Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.2.0 revision 23610 
Fixed in Version4.3.0 revision 26948 
Summary0001546: PHP 5.3.0: Function split() is deprecated
DescriptionOpen: "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 InformationSee also 0001077: Deprecated warnings on PHP5.3.0 (split, eregi)

grep -R " split(" oxid/ will find further occurrences of split()
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Relationships

related to 0001077 resolvedvilma_liorensaityte Deprecated warnings on PHP5.3.0 (split, eregi) 

Activities

dainius.bigelis

2009-12-10 11:24

reporter   ~0002196

@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.

dainius.bigelis

2009-12-10 11:30

reporter   ~0002197

Currently I see there is jpgraph version 2.5 in the eShop, when the latest available is 3.0.5 (http://www.aditus.nu)

vilma_liorensaityte

2009-12-10 13:04

reporter   ~0002198

updated: in newest version 3.0.5 deprecated functions are removed