Issues with CMS

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

By design9 - June 25, 2014

We have been experiencing some strange issues with our CMS on two of our sites we need help with.

On our first CMS, www.carolinaprent.com, we were experiencing issues with the text editors (WYSIWYG) not displaying in firefox so I re-uploaded the Tiny MCE folder and that seemed to that.

The issue we are now having today is that we cannot delete/remove any photos within the CMS. When we try to do this, we get an error. The strange thing is that if you close the error box and then hit the save button afterwards, the photo will be removed. I have attached screenshots of error box.

On our second CMS, www.charlotteparent.com, we are having issues with the export. When you try to export results, it only will export about half of the total records.  

Both sites are on version 2.53. We have a lot of customizations to our sites as well.

Thanks!

April

Attachments:

screen1.jpg 904K

screen2.jpg 907K

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