Page 1 of 1

Upgrade issue: 1.12.1 to 2.2.2

Posted: Sun Jul 09, 2017 6:29 pm
by Mitch923
After upgrading from 1.12.1 to 2.2.2, this error shows up on my website in lieu of the normal homepage:

"Fatal error: Call to a member function GetConfig() on null in /home/.../public_html/assets/plugins/function.stylesheet.php on line 54"

I looked into the line in question but couldn't figure it out. Any help would be appreciated.

Re: Upgrade issue: 1.12.1 to 2.2.2

Posted: Sun Jul 09, 2017 9:51 pm
by calguy1000
The {stylesheet} plugin was deprecated from CMSMS in version 1.8 and no longer distributed around version 1.9. The fact that it still worked in 1.12 is a miracle in itself.

Now you must convert to use the {cms_stylesheet} plugin.

Re: Upgrade issue: 1.12.1 to 2.2.2

Posted: Mon Jul 10, 2017 1:32 pm
by Mitch923
Do you know where the template files are stored by default? Sorry, I'm new to this.

Re: Upgrade issue: 1.12.1 to 2.2.2 [solved]

Posted: Mon Jul 10, 2017 6:05 pm
by Mitch923
Please disregard my last message; I found the templates. Thanks for helping me pinpoint the problem.