Page 1 of 1

[SOLVED] Can't edit content anymore

Posted: Mon Nov 25, 2013 1:04 pm
by stefhoesli
Hi there,

I moved my 1.10.3 installation to a new server. Then I performed an upgrade to version 1.11.9.

Now I can't edit content anymore. I just get a gray area:

http://hoes.li/files/cms_ms_edit_page.png

When I set up a new backend account where I set OneEleven as the theme, then the page stays white alltogether when I try to edit content...

Tried one backend-account with TinyMCE and one with MicroTiny...


Regards
Stef

Re: Can't edit content anymore

Posted: Tue Nov 26, 2013 7:27 am
by uniqu3
Turn on PHP Error reporting and see what kind of error is returned.
Clear cache if possible.

Re: Can't edit content anymore

Posted: Tue Nov 26, 2013 8:01 am
by stefhoesli
This is what I get when I turn debug to true in config.php and try to edit a page:

Notice: Indirect modification of overloaded element of cms_variables has no effect in /home/igx/public_html/plugins/function.stylesheet.php on line 55 Fatal error: Call to a member function TemplateId() on a non-object in /home/igx/public_html/plugins/function.stylesheet.php on line 56

And this brought me here:

http://forum.cmsmadesimple.de/viewtopic.php?id=3381

Thanks for your help!

Regards
Stef

Re: [SOLVED] Can't edit content anymore

Posted: Tue Nov 26, 2013 8:23 am
by uniqu3
Correct {sytlesheet} tag was replaced with {cms_stylesheet} since 1.9.x and was deprecated at that time, since 1.11.x {stylesheet} was fully removed and no longer maintained.
Once you replace {stylesheet} with {cms_stylesheet} in your templates, everything should be back to normal, you can as well remove function.stylesheet.php in plugins folder.