View Issue Details

IDProjectCategoryView StatusLast Update
0003143OXID eShop (all versions)5. ------ UpdateApp / Update ------public2011-08-17 13:05
Reportertronico 
PriorityurgentSeveritycriticalReproducibilityN/A
Status resolvedResolutionfixed 
Product Version4.5.0 revision 34568 
Target VersionFixed in Version4.5.2 revision 38481 
Summary0003143: White page after updating to 4.5.x
DescriptionIf in database oxconfig field "sShopLogo" is not empty the following issue occurs:

After updating a white page is displayed and in exception log the following error message is reported:

Function 'getAbsImageDir' does not exist or is not accessible! (oxConfig)

Additional InformationDeleting "sShopLogo" in oxconifg solves the issue.
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

ray

2011-08-15 08:10

reporter   ~0005021

solution provided by Frank / leofonic:
http://www.oxid-esales.com/forum/showthread.php?t=10858#post65301

birute_meilutyte

2011-08-16 16:06

reporter   ~0005028

the problem is NOT because of UPDATE, but because of getAbsImageDir function itself, which was removed as deprecated in 4.5.0, however, looks like in one place it was still left. bugfix would be to fully clean the code.

Linas Kukulskis

2011-08-17 13:05

reporter   ~0005039

deprecated function getAbsImageDir changed to getImageDir