Problems upgrading from 1.11.2 to 1.11.4

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
mev
Power Poster
Power Poster
Posts: 371
Joined: Wed Apr 25, 2007 5:00 pm

Re: Problems upgrading from 1.11.2 to 1.11.4

Post by mev »

The same here after upgrading from 1.11.2.1 to 1.11.4 and could be 'solved' in the same way, so disabling the cache of the templates of menu-manager.

Also, I noticed when uploading the full diff for this upgrade that 2 files did not want to upload at all, not after several attemps, it said 'cannot start the transfer" ..
These 2 files are: demo in lib/smarty and postgres in /lib/adodbSQL_drivers.
Their sizes are both 0 (zero).

There weren't any effects of these missing files though on the functioning of the system, so far.

For what are they meant to be ??

Kindest regards,
willemijn
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1973
Joined: Mon Jan 29, 2007 4:47 pm

Re: Problems upgrading from 1.11.2 to 1.11.4

Post by Jo Morg »

mev wrote:Also, I noticed when uploading the full diff for this upgrade that 2 files did not want to upload at all, not after several attemps, it said 'cannot start the transfer" .. These 2 files are: demo in lib/smarty and postgres in /lib/adodbSQL_drivers.Their sizes are both 0 (zero).There weren't any effects of these missing files though on the functioning of the system, so far.For what are they meant to be ??
IIRC these files are old folders that are not used anymore. Apparently an error when creating the release created these. AFAIK these folders can be deleted safely, but renaming them will do as a test. I deleted them without issues on a few of my updates. HTH
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
tonyg
Forum Members
Forum Members
Posts: 80
Joined: Sun Dec 14, 2008 4:54 am

Re: Problems upgrading from 1.11.2 to 1.11.4

Post by tonyg »

Hi,
I am also having this problem after my 1.11.2 to 1.11.4 upgrade, i see some work-arounds here, when will a formal fix be issued?

thanks

[UPDATE] changing all my {stylesheet} tags to {cms_stylesheet} fixed my issue. I can now edit my pages....although this has made some of the pages not look right. i am working through that now.
scooper
Forum Members
Forum Members
Posts: 242
Joined: Fri Dec 09, 2005 12:36 pm

Re: Problems upgrading from 1.11.2 to 1.11.4

Post by scooper »

Just had the same problem with blank pages on submit but our issue turned out to be slightly different from these listed above so here's what fixed it for us....

We'd had problems on the site when we upgraded to 1.11.4 with the short version of the {news} and {search} tags not working as detailed here : Huge problem with search module!

We'd replaced what we thought was all instances of the {news} tag with {cms_module name="News" ... } but there was still an instance of it in a template for SiteMapMadeSimple:

Code: Select all

{capture assign='junk'}{news number='1000'}{/capture}
and since SiteMapMadeSimple gets called once a page is edited that was enough to cause the blank page. Once we'd changed that tag in the template (which we had to do via phpmyadmin) then the page editing worked properly.

Hope that helps anyone still having this problem.

s.
staartmees
Power Poster
Power Poster
Posts: 1049
Joined: Wed Mar 19, 2008 4:54 pm

Re: Problems upgrading from 1.11.2 to 1.11.4

Post by staartmees »

@Tonyg: did you read the warning notice about themes?
If you have a fresh install of CMSMS 1.10.x or greater, not an upgrade, some of these themes will give a smarty error related to {stylesheet}, this plugin has been removed from CMSMS distributions. use {cms_stylesheet} instead.

a) Open the template of the theme;
b) Search for {stylesheet};
c) Replace {stylesheet} with {cms_stylesheet};
d) Save template;
e) Open style sheets and change image calls:
old url(uploads/folder/image.jpg)
new url([[root_url]]/uploads/folder/image.jpg)
tonyg
Forum Members
Forum Members
Posts: 80
Joined: Sun Dec 14, 2008 4:54 am

Re: Problems upgrading from 1.11.2 to 1.11.4

Post by tonyg »

@staartmees
yes, I updated my post with that information. thanks!
Locked

Return to “[locked] Installation, Setup and Upgrade”