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
[SOLVED] Can't edit content anymore
- stefhoesli
- Forum Members

- Posts: 56
- Joined: Mon Sep 19, 2011 1:06 pm
[SOLVED] Can't edit content anymore
Last edited by stefhoesli on Tue Nov 26, 2013 8:07 am, edited 1 time in total.
-
uniqu3
Re: Can't edit content anymore
Turn on PHP Error reporting and see what kind of error is returned.
Clear cache if possible.
Clear cache if possible.
- stefhoesli
- Forum Members

- Posts: 56
- Joined: Mon Sep 19, 2011 1:06 pm
Re: Can't edit content anymore
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
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
-
uniqu3
Re: [SOLVED] Can't edit content anymore
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.
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.
