Re: Problems upgrading from 1.11.2 to 1.11.4
Posted: Fri Dec 28, 2012 12:41 pm
I have fixed this issue by replacing the tag {stylesheet} with {cms_stylesheet} in my templates.
Content management as it is meant to be
https://forum.cmsmadesimple.org/
saltydog wrote:I have fixed this issue by replacing the tag {stylesheet} with {cms_stylesheet} in my templates.
Code: Select all
<div id="Edit_Content_Result"></div><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<title> | </title>
<link rel="shortcut icon" href="http://dev.papageienpark-bochum.de/images/favicon.ico" type="image/x-icon" />
<__script__ src="/modules/avplayer/player/video.js" type="text/javascript" charset="utf-8" ></__script>
<link rel="stylesheet" href="/modules/avplayer/player/video-js.css" type="text/css" media="screen" title="Video JS" charset="utf-8" />
</head>
</__body>
<div id="fb-root"></div>
<__script__>
window.fbAsyncInit = function() {
FB.init({
appId : 'YOUR_APP_ID',
channelUrl : 'http://www.facebook.com/Papageienpark.Bochum'
status : true,
cookie : true,
xfbml : true,
});
};
(function(d){
var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];
if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "//connect.facebook.net/de_DE/all.js";
ref.parentNode.insertBefore(js, ref);
}(document));
</__script>
<div id="preload"><img src="images/slideshow_overlay.png" /><img src="images/header_bg.jpg" /></div>
<div id="pagewrapper">
<div id="header">
<div id="header_left">
</div>
<div id="header_right">
<div id="links"></div>
<div id="search"><form id="cntnt01moduleform_1" method="post" action="moduleinterface.php" class="cms_form">
<div class="hidden">
<input type="hidden" name="mact" value="Search,cntnt01,dosearch,0" />
<input type="hidden" name="_sx_" value="1f2f4410" />
</div>
<label for="cntnt01searchinput">Suche: </label><input type="text" class="search-input" id="cntnt01searchinput" name="cntnt01searchinput" size="20" maxlength="50" value="Suche..." onfocus="if(this.value==this.defaultValue) this.value='';" onblur="if(this.value=='') this.value=this.defaultValue;"/>
<input class="search-button" name="submit" value="Suchen" type="submit" />
</form>
</div>
<div id="lang"></div>
</div>
</div>
<div id="main">
<div id="navi">
Hi networker - great hintnetworker wrote:Hello map_1961,
have you turned off caching in:
Layout -> Menu Manager "Cachable"=off
like described earlier here?
I must do both "caching off" and "deactivate social bookmarks".
But for now I stay on 1.11.3
Best whishes from Potsdam!
Code: Select all
<div id="socialbookmarks">Seite teilen auf {socialBookmarking submitto="facebook|twitter|google|misterwong|delicious|yahoo" plusone="1" plusone_lang="de" real_url="1" target="_blank"}</div>
Code: Select all
div#socialbookmarks {
padding: 30px 0 0 0;
clear: both;
color: #5b6d31;
font: 10px Arial, Verdana, sans-serif;
}
Code: Select all
background-image:url(/uploads/AuraExoskin/aura_sidebar_head.gif);
Code: Select all
background-image:url([[root_url]]/uploads/AuraExoskin/aura_sidebar_head.gif);
milkboy31 wrote:How I fixed mine:
I had the same issues as some of the above posts... I upgraded from 1.10.3 direct to 1.11.4 and it appeared fine until I realized I couldn't edit pages.
I wasn't caching any menus or any of that, so that didn't help (and toggling that on/off didn't matter either).
I found my template was calling {stylesheet} so I changed it to {cms_stylesheet} and applied, and at that point could no longer "apply" or "submit" further changes to the template. Apply did nothing and submit gave the same blank page as page edits used to.
However, now I could edit pages! But alas, my site's background/style images were all hosed/missing... Then I found this.
That post instructs you to now edit your stylesheets' image calls and add a [[root]]/ to them after the ( and prior to the uploads folder as such...
change from:to:Code: Select all
background-image:url(/uploads/AuraExoskin/aura_sidebar_head.gif);
Images fixed, I can now edit pages, and template submissions aren't blank pages either (and the apply works again) as the images it was referencing now exist.Code: Select all
background-image:url([[root_url]]/uploads/AuraExoskin/aura_sidebar_head.gif);
All is well.
I believe there is already a new version of Menu Manager that fixes this issue. Either download it via Module Manager or get it from the Forge. HTH.RHF wrote: I had a similar problem on one of my sites after upgrading from 1.11.3 to 1.11.4.
I was unable to edit some of the pages on the site. As several people have said, I fixed this by opening Menu Manager and disabling "Cachable" for the Default template: simple_navigation.tpl. (Of course, I didn't really fix anything, but at least now I can edit the pages.)
Thanks, Jo. I downloaded the latest version of Menu Manager via the Module Manager and it seemed to work, but I no longer have access to the Menu Manager admin page. It was previously available under the Layout tab. Any thoughts?Jo Morg wrote:I believe there is already a new version of Menu Manager that fixes this issue. Either download it via Module Manager or get it from the Forge. HTH.
Of course! By the way, the updated Menu Manager did fix the problem. I was able to make the simple-navigation.tpl cachable again and can still edit the pages.Rolf wrote:@RHF
Clear cache