|
|
Reporter | martinwegele | Assigned To | | |
---|
Priority | high | Severity | block | Reproducibility | always |
---|
Status | resolved | Resolution | fixed | |
---|
Product Version | 4.9.0 / 5.2.0 | |
---|
Target Version | 4.9.3 / 5.2.3 | Fixed in Version | 4.9.0 / 5.2.0 | |
---|
|
|
Summary | 0005963: UTF8-update script throws fatal error |
---|
Description | If you try to switch the charsets and collations of the DB with OXID's update scripts according to the https://www.oxid-esales.com/en/support-services/documentation-and-help/oxid-eshop/installation/oxid-eshop-update-installation/update-eshop-to-utf-8-encoding.html you will get this error:
Fatal error: Call to undefined method oxConfig::getParameter() in update.php on line 81 |
---|
Additional Information | That's because getParameter was removed with 5.2.0 / 4.9.0: http://wiki.oxidforge.org/Tutorials/Removed_deprecated_source#Removed
It says: "Use public oxConfig::getRequestParameter()" |
---|
Tags | UTF-8 |
---|
|
|
Theme | All |
---|
Browser | All |
---|
PHP Version | any |
---|
Database Version | any |
---|
|
|