Search found 25 matches

by jaslorax
Fri Dec 13, 2013 11:24 pm
Forum: CMSMS Core
Topic: [SOLVED] Cache Issue
Replies: 2
Views: 2825

Re: Cache Issue

You are indeed correct on where the error was - I just figured out that Magpie RSS was caching every new call; once I deleted the 50+ GBs of files I was able to compare the newly generated files and determine this . . . My issue is that it does need to be up-to-the-minute as what I am fetching is a ...
by jaslorax
Fri Dec 13, 2013 6:32 pm
Forum: CMSMS Core
Topic: [SOLVED] Cache Issue
Replies: 2
Views: 2825

[SOLVED] Cache Issue

This may or may not be the correct place for this question as it starts with a question about the core product but may ultimately not be an issue with it . . . Firstly, I have reviewed http://docs.cmsmadesimple.org/general-information/caching-in-cmsms and not found out what each cache directory is ...
by jaslorax
Thu Feb 28, 2013 7:27 pm
Forum: Modules/Add-Ons
Topic: [S] Magpie/RSS UDT worked 1.11.3 but kills Templates 1.11.4
Replies: 1
Views: 1128

Re: Magpie RSS UDT worked in 1.11.3 but kills Templates 1.11

Issue seems to be here: require_once 'location/magpierss-0.72/rss_fetch.inc'; Just added "../" before required magpie location - noticed some css needed this with the upgrade from {stylesheet} to {cms_stylesheet} . . . because it now comes from /tmp/cache. This made it run in the back end ...
by jaslorax
Thu Feb 28, 2013 6:56 pm
Forum: Modules/Add-Ons
Topic: [S] Magpie/RSS UDT worked 1.11.3 but kills Templates 1.11.4
Replies: 1
Views: 1128

[S] Magpie/RSS UDT worked 1.11.3 but kills Templates 1.11.4

I have a couple UDT's that are similar and use Magpie to parse an RSS feed. They will not run in the code tester in the UDT area but work just fine as stand-alone php and as a UDT when displayed in the front end. After upgrading to 1.11.4 though I cannot change a Template that calls them (or that ca...
by jaslorax
Fri Nov 11, 2011 10:19 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Module Manager error (CMSMS 1.10.)
Replies: 9
Views: 4988

Re: Module Manager error (CMSMS 1.10.)

OK, thanks calguy1000 - I know I read it, but it must not have stuck . . . ;) For anyone else interested here are the relevant notes: ModuleManager (and it’s partner server component ModuleRepository) have been significantly revised to use a RESTFUL interface rather than a SOAP interface (sorry for ...
by jaslorax
Fri Nov 11, 2011 10:08 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Module Manager error (CMSMS 1.10.)
Replies: 9
Views: 4988

Re: Module Manager error (CMSMS 1.10.)

Thanks for the reply - I understood that part and do have my host looking into it; but as it used to work for me I was wondering if there was a change in the way the module manager/module xml upload parses those files in the last year or so - did it use a different class before (besides XMLReader)?
by jaslorax
Fri Nov 11, 2011 9:30 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Module Manager error (CMSMS 1.10.)
Replies: 9
Views: 4988

Re: Module Manager error (CMSMS 1.10.)

Was there a change to the code regarding the parsing of XML in the last few iterations of CMSMS? I'm not certain when it stopped working for me - I believe it to be recent, like 1.10 . . . I am currently on 1.10.1 with PHP 5.2.14, which is supposed to have the XML function enabled by default - I hav...
by jaslorax
Mon May 16, 2011 7:59 pm
Forum: CMSMS Core
Topic: Use CMSMS Menu on Seperate Non-CMSMS site
Replies: 3
Views: 1478

Re: Use CMSMS Menu on Seperate Non-CMSMS site

Not quite what I'm looking for, but thanks. As I said I can't do much coding on the windows box side because of the proprietary software that we use . . .

I doubt I can use it, but what I am looking for is the code used by the CMSMS team as referenced in the original post . . .
by jaslorax
Thu May 12, 2011 8:17 pm
Forum: CMSMS Core
Topic: Use CMSMS Menu on Seperate Non-CMSMS site
Replies: 3
Views: 1478

Use CMSMS Menu on Seperate Non-CMSMS site

I would like to include the dynamic menu from my main CMSMS site on another website and have it update as the main one does. I'd also like to have it affect the parent category with hi-lighting on the non-CMSMS site. Not sure if this can happen easily. The issue for me is that the non-cmsms site is ...
by jaslorax
Tue May 03, 2011 8:15 pm
Forum: Modules/Add-Ons
Topic: [Solved] Conditional Content and Meta Refresh not working
Replies: 1
Views: 817

Solution

Page Template: <!-- pageAttribute: NotSearchable --> {process_pagedata} <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <__html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name=&...
by jaslorax
Tue May 03, 2011 1:00 am
Forum: Modules/Add-Ons
Topic: [Solved] Conditional Content and Meta Refresh not working
Replies: 1
Views: 817

[Solved] Conditional Content and Meta Refresh not working

I have a site that passes an outbound link through a redirect page so I can track (with Google Analytics) hits to a sister site. Sometimes the sister site is unavailable. I would like to make an EAS (Emergency Alert System of sorts) based on a news article. Basically if the article is active, then d...
by jaslorax
Thu Apr 28, 2011 11:18 pm
Forum: CMSMS Core
Topic: [Solved] New Content Doesn't Display, Menu (Mgr)/Admin Panel
Replies: 12
Views: 4072

Re: New Content Doesn't Display in Menu (Mgr) or in Admin Pa

In config.php, I finally changed my TZ to be: $config['timezone'] = ''; And that seems to have helped (and least in my latest instance of adding new content). That was my original setting. Now mine is set as $config['timezone'] = 'America/Los_Angeles' and it did not have any noticeable affect . . .
by jaslorax
Thu Apr 28, 2011 9:49 pm
Forum: CMSMS Core
Topic: [Solved] New Content Doesn't Display, Menu (Mgr)/Admin Panel
Replies: 12
Views: 4072

Re: New Content Doesn't Display in Menu (Mgr) or in Admin Pa

There is a setting in config.php to set the correct TimeZone.... A difference in that field, compared to the servers TZ might cause unwanted caching. Ronny I addressed the TZ, unfortunately it had no affect on the issue as stated previously . . . It appears it didn't help "twwitt" either,...
by jaslorax
Wed Apr 20, 2011 8:24 pm
Forum: CMSMS Core
Topic: [Solved] New Content Doesn't Display, Menu (Mgr)/Admin Panel
Replies: 12
Views: 4072

Re: New Content Doesn't Display in Menu (Mgr) or in Admin Pa

And if I'm reading the FAQ properly my PHP version of 5.2.14 is good as well . . . From: http://www.cmsmadesimple.org/support/faq/ Web server with PHP 5.2.4+ for core versions after 1.7, though we recommend PHP 5.2.12+ (core v1.7+ WILL NOT SUPPORT PHP 4) (Linux/Unix, Windows 2000/XP/ME/2003, OS X) S...
by jaslorax
Fri Apr 15, 2011 5:46 pm
Forum: CMSMS Core
Topic: [Solved] New Content Doesn't Display, Menu (Mgr)/Admin Panel
Replies: 12
Views: 4072

Re: New Content Doesn't Display in Menu (Mgr) or in Admin Pa

Setting the TZ never would have occurred to me . . . Unfortunately, setting the TZ did not fix the issue. It was blank and now matches the server. But it had no effect and no errors are logged so I assume it is set correctly now. However, clearing the server cache does make the most recent added con...

Go to advanced search