You must debug this.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;
- 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
Is there end page?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.
- 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