movieseals Posted July 8, 2019 Posted July 8, 2019 I am using the Bleeding Edge version of TB. While trying to remove Custom CSS from the Custom Code menu, I get a 500 error. When I decode the exception error, I get this: Call to undefined method Configuration::updateValueRaw() in file classes/controller/AdminController.php at line 4479 Needless to say, I cannot remove the code I was trying to remove.
0 datakick Posted July 8, 2019 Posted July 8, 2019 15 minutes ago, movieseals said: I am using the Bleeding Edge version of TB. While trying to remove Custom CSS from the Custom Code menu, I get a 500 error. When I decode the exception error, I get this: Call to undefined method Configuration::updateValueRaw() in file classes/controller/AdminController.php at line 4479 Needless to say, I cannot remove the code I was trying to remove. Configuration::updateValueRaw method exists in core. If your server claims it doesn't exists, it's probably caused by badly-written override, or some manual modification to configuration.php file.
0 movieseals Posted July 8, 2019 Author Posted July 8, 2019 1 hour ago, datakick said: Configuration::updateValueRaw method exists in core. If your server claims it doesn't exists, it's probably caused by badly-written override, or some manual modification to configuration.php file. OK. I shall look into those. Thanks.
0 Traumflug Posted July 9, 2019 Posted July 9, 2019 Delete cache/class_index.php, it might be outdated. It'll get recreated automatically.
Question
movieseals
I am using the Bleeding Edge version of TB. While trying to remove Custom CSS from the Custom Code menu, I get a 500 error.
When I decode the exception error, I get this:
Call to undefined method Configuration::updateValueRaw()
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now