Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

fatal error after update 2.0.18.10

jackmaessenjackmaessen ✭✭✭
edited February 2014 in Vanilla 2.0 - 2.8

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

Tagged:

Comments

  • x00x00 MVP
    edited February 2014

    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

Sign In or Register to comment.