fatal error after update 2.0.18.10
I updated manually form 2.0.18.9 to 2.0.18.10 by changing the code of 2 files and replacing them:
applications/dashboard/controllers/class.utilitycontroller.php and
applications/dashboard/js/settings.js
as said on this site: https://github.com/vanillaforums/Garden/commit/91904fa108a8a5011f684a990fd117ea8ff3625c#diff-b4a86013b27f861e664f596e0edc50caR2
After this update i got this error in my dashboard:
"Fatal error: Call to undefined method Gdn_Theme::Section() in /home/vhosts/webprofis.nl/httpdocs/applications/dashboard/controllers/class.utilitycontroller.php on line 40"
Did i not update correctly by changing these files of whatever is the reason for this error?
I also noticed that i can not attach files anymore on with the comments....
I use Bootstrap theme
Comments
you took at diff for for point in th 2.1 branch and tried to apply it to your case.
You need to follow advice made in the other thread, which is make a diff of you changes vs. 2.0.18.9, then reapply them in an update way, then update normally.
grep is your friend.
OK. Thanks @x00