Jump to content
thirty bees forum
  • 0

Issue with removing Custom Code


movieseals

Question

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.
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0
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.  

 

Link to comment
Share on other sites

  • 0
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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...