Page 1 of 1

Warning message after updating/saving article

Posted: Wed 10. Aug 2005, 01:27
by iceman
Hi.

On my local copy of the site, I can update/save articles fine. However when I do the same on production (after just uploading it today), I get the following warning every time I update/save an article.
Warning: Cannot modify header information - headers already sent by (output started at /home/gosfordn/public_html/config/phpwcms/conf.template_default.inc.php:254) in /home/gosfordn/public_html/include/inc_lib/article.editcontent.inc.php on line 342
The article IS actually saved, but to go back to the article I have to click on the "Articles" link and navigate to it again.

Appreciate any help, as it's making editing articles a real pain.

Thanks

Mike

Posted: Wed 10. Aug 2005, 01:33
by iceman
More info:

Here is the contents of my config.inc.php.

Code: Select all

// site values
$phpwcms["site"]              = "http://www.gosfordnetball.com.au/";
$phpwcms["admin_email"]       = "mike@iceinspace.com.au";

// paths
$phpwcms['DOC_ROOT']          = $_SERVER['DOCUMENT_ROOT'];
$phpwcms["root"]              = "";
$phpwcms["file_path"]         = "phpwcms_filestorage";
$phpwcms["templates"]         = "phpwcms_template";
$phpwcms["content_path"]      = "content";
$phpwcms["cimage_path"]       = "images";
$phpwcms["ftp_path"]          = "phpwcms_ftp";