View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003143 | OXID eShop (all versions) | 5. ------ UpdateApp / Update ------ | public | 2011-08-14 22:00 | 2011-08-17 13:05 |
Reporter | tronico | Assigned To | |||
Priority | urgent | Severity | crash | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Product Version | 4.5.0 revision 34568 | ||||
Fixed in Version | 4.5.2 revision 38481 | ||||
Summary | 0003143: White page after updating to 4.5.x | ||||
Description | If 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 Information | Deleting "sShopLogo" in oxconifg solves the issue. | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
solution provided by Frank / leofonic: http://www.oxid-esales.com/forum/showthread.php?t=10858#post65301 |
|
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. |
|
deprecated function getAbsImageDir changed to getImageDir |