[SOLVED] News module acting up after uploading to production server

This is a FORK of the CMS Made Simple project and is not oficially supported in any way by the CMS Made Simple development team.
Locked
alby

Re: News module acting up after uploading to production server

Post by alby »

wbroekman wrote: * When I click on the news title, sometimes it opens the detailed news page, but only in 1 categorie. Any article in the other categorie will not show;
You must debug this.
- Display news detail in news page (with detailpage=alias_of_news_page param in news tag)
- Check difference from url that works and that don't works

wbroekman wrote: * The news articles show up in the backend. But, when I want to edit/add a news article in the backend (admin user), it only shows a blank page with the news article frame and headings, but no fields for the news article whatsoever.
Is there end page?
- Check your html source for end errors
- Try to increase memory: add to config.php: ini_set('memory_limit', '16M');
- Check for restiction of your provider with mod_security on your site

Alby
Locked

Return to “[locked] CMSMS MLE fork”