Search found 8 matches

by msaluste
Thu Feb 25, 2016 1:57 pm
Forum: CMSMS Core
Topic: Smarty cache issue
Replies: 12
Views: 9127

Re: Smarty cache issue

I am having a similar problem after upgrading from 1.12.1 to 2.1.2. Enabling Smarty caching completely messes up content rendering on IE and Edge: page titles do not change (it caches the first title and displays it for every page I open next), everything stored with Smarty's capture command stays c...
by msaluste
Mon Dec 17, 2012 9:41 am
Forum: [locked] Installation, Setup and Upgrade
Topic: Problems upgrading from 1.11.2 to 1.11.4
Replies: 65
Views: 28746

Re: Problems upgrading from 1.11.2 to 1.11.4

I confirm, editing pages after upgrading to 1.11.4 from 1.11.3 is not possible - server error 500 in access.log on opening pages for editing. Looking at source it seems CMSMS tries to load whole page template and gets to error 500 with loading menus. Site's pages worked fine, but had to clear cache ...
by msaluste
Mon Oct 22, 2012 8:45 am
Forum: CMSMS Core
Topic: Arrays in CMSMS 1.11.x
Replies: 1
Views: 982

Re: Arrays in CMSMS 1.11.x

Finally solved this myself. After trying out a bunch of different approaches, it appeared that the line "$smarty = $gCms->GetSmarty();" was the root of all evil. Each and every UDT failed after adding this line, so the whole problem was not related to arrays at all. Just replacing "$s...
by msaluste
Fri Oct 19, 2012 8:53 pm
Forum: CMSMS Core
Topic: Arrays in CMSMS 1.11.x
Replies: 1
Views: 982

Arrays in CMSMS 1.11.x

I've tried this before, but got an erroneous answer that clean install solves it all. I've had UDT named "no_feedback" in two of my CMSMS 1.10.x installations (two providers in different countries: Arvixe and Zone) for a long-long time. It is like this: $gCms = cmsms(); $nofb = array("...
by msaluste
Fri Aug 17, 2012 8:16 am
Forum: [locked] Installation, Setup and Upgrade
Topic: CMSMS 1.11 - Galapagos
Replies: 92
Views: 66568

Re: CMSMS 1.11 - Galapagos

Thanks for the answer, rotezecke. Maybe I was not clear enough. The UDT is named no_feedback. UDT runs fine from Admin Panel and I can save and modify it without errors. My site also runs as long as there is no {no_feedback} included in the template. If I try to add the UDT to template, it displays ...
by msaluste
Wed Aug 15, 2012 9:52 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: CMSMS 1.11 - Galapagos
Replies: 92
Views: 66568

Re: CMSMS 1.11 - Galapagos

After upgrading to 1.11 (or 1.11.1), the following User Defined Tag caused errors: $gCms = cmsms(); $nofb = array("home","how-to-use","faq","contact-form","sitemap","google-custom-search","news","site-news","archive...
by msaluste
Mon Aug 15, 2011 5:45 am
Forum: General Discussion
Topic: So, how good are Arvixe?
Replies: 19
Views: 14170

Re: So, how good are Arvixe?

Wishbone wrote: I have a Cron that performs a nightly backup of the entire site, including an SQL dump, and keeps 30 days worth.. If you're interested, I can send it to you.
Hi!
That Cron would be really helpful. Please post it here :)
by msaluste
Sun Aug 14, 2011 8:32 am
Forum: Modules/Add-Ons
Topic: browsertools + smarty number sorting
Replies: 0
Views: 666

browsertools + smarty number sorting

Hi! I'm using BrowserTools to detect the version of browser and check if it is the latest one. It's all good until browser version reaches 10 and above. For example, Google Chrome version 13.x is considered older than Chrome 1.x-9.x by the following Smarty code: {elseif $browser_name=="Chrome&q...

Go to advanced search