Issues with CMS

3 posts by 3 authors in: Forums > CMS Builder
Last Post: July 3, 2014   (RSS)

By claire - June 25, 2014

Hi April

Can you email me the cmsAdmin login? It's claire@interactivetools.com. I'll log in and see if anything jumps out.

--------------------

Claire Ryan
interactivetools.com

Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

By Dave - July 3, 2014

Hi All,

Just an update on this thread for anyone who has similar issues.

The CSV Export issue was caused by CSV Export 1.04 ignoring hidden records and was fixed by setting these values to true in the plugin:

'ignoreHidden' => true, // don't hide records with hidden flag set
'ignorePublishDate' => true, // don't hide records with publishDate > now
'ignoreRemoveDate' => true, // don't hide records with removeDate < now

And the errors saving were caused by extra whitespace accidentally being added at the bottom of one of the plugins (which due to how PHP works gets sent with every request, even requests for any errors messages would return extra whitespace chars).  And the newer CMSB versions actually detect this situation.

Hope that helps!

Dave Edis - Senior Developer
interactivetools.com