I have been batteling for two days to upload an image, I keep on getting the error :
Warning: Cannot modify header information - headers already sent by (output started at /home/sddswebc/public_html/test2/couch/config.php:1) in /home/sddswebc/public_html/test2/couch/includes/kcfinder/core/browser.php on line 103
Warning: Cannot modify header information - headers already sent by (output started at /home/sddswebc/public_html/test2/couch/config.php:1) in /home/sddswebc/public_html/test2/couch/includes/kcfinder/core/browser.php on line 104
I have read all the Posts and threads on similar, I have downloaded Notepad++ to view the code, and there are no white spaces in my code,
<?php
if ( !defined('K_COUCH_DIR') ) die(); // cannot be loaded directly
the charset is right
// 3.
// Define the charset used by your site. If in any doubt, leave the default utf-8.
define( 'K_CHARSET', 'UTF-8' );
The PAge Code Looks Right :
<?php require_once( 'couch/cms.php' ); ?>
<cms:template title='Test' />
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
Please help me, as I am now at the end of my tether (Hands in Hair)
Warning: Cannot modify header information - headers already sent by (output started at /home/sddswebc/public_html/test2/couch/config.php:1) in /home/sddswebc/public_html/test2/couch/includes/kcfinder/core/browser.php on line 103
Warning: Cannot modify header information - headers already sent by (output started at /home/sddswebc/public_html/test2/couch/config.php:1) in /home/sddswebc/public_html/test2/couch/includes/kcfinder/core/browser.php on line 104
I have read all the Posts and threads on similar, I have downloaded Notepad++ to view the code, and there are no white spaces in my code,
<?php
if ( !defined('K_COUCH_DIR') ) die(); // cannot be loaded directly
the charset is right
// 3.
// Define the charset used by your site. If in any doubt, leave the default utf-8.
define( 'K_CHARSET', 'UTF-8' );
The PAge Code Looks Right :
<?php require_once( 'couch/cms.php' ); ?>
<cms:template title='Test' />
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
Please help me, as I am now at the end of my tether (Hands in Hair)