Cannot Modify Header Information Error »  Show posts from    to     

Icy Phoenix


Old Support Topics - Cannot Modify Header Information Error



system [ Fri 03 Jul, 2009 07:46 ]
Post subject: Cannot Modify Header Information Error
Warning: Cannot modify header information - headers already sent by (output started at /home/sha.../public_html/amod/includes/functions_amod_index.php:55) in /home/sha.../public_html/includes/page_header.php on line 1402

Warning: Cannot modify header information - headers already sent by (output started at /home/sha.../public_html/amod/includes/functions_amod_index.php:55) in /home/sha.../public_html/includes/page_header.php on line 1404

Warning: Cannot modify header information - headers already sent by (output started at /home/sha.../public_html/amod/includes/functions_amod_index.php:55) in /home/sha.../public_html/includes/page_header.php on line 1405

I got this error on www.mysite.com/forum.php ...

What is the problem ? How can i solve this..?? i use IP 1.2.0.27c version......

Thanks


spydie [ Fri 03 Jul, 2009 09:39 ]
Post subject: Re: How To Solve This ?
you´ve got to disable cache and the problem disapears.

see this

New Player wrote: [View Post]
this disable the cache..let me know if this work

open includes/constants.php

find
Code: [Hide] [Select]
// Cache SQL Queries
define('CACHE_SQL', true); // Caching SQL Queries ON
//define('CACHE_SQL', false); // Caching SQL Queries OFF

// Cache Config Tables
define('CACHE_CFG', true); // Caching Config Tables ON
//define('CACHE_CFG', false); // Caching Config Tables OFF

// Cache CH SQL
define('CACHE_CH_SQL', true); // Caching CH SQL ON
//define('CACHE_CH_SQL', false); // Caching CH SQL OFF
replace with

Code: [Hide] [Select]
// Cache SQL Queries
//define('CACHE_SQL', true); // Caching SQL Queries ON
define('CACHE_SQL', false); // Caching SQL Queries OFF

// Cache Config Tables
//define('CACHE_CFG', true); // Caching Config Tables ON
define('CACHE_CFG', false); // Caching Config Tables OFF

// Cache CH SQL
//define('CACHE_CH_SQL', true); // Caching CH SQL ON
define('CACHE_CH_SQL', false); // Caching CH SQL OFF



I had the same problem.

normaly it disapears if you reload the page.

and it is not very good to run without cache.


system [ Fri 03 Jul, 2009 11:07 ]
Post subject: Re: How To Solve This ?
I do like that then shown above error in my POrtal page also ...

my site member asked to change his username then i change his username & after that Clear cache... using

admin panel ->Configuration ->Clear cache & Do << If you click yes, all files in main cache folder will be permanently deleted.

Are you sure you want to do this? >>

IS ther any problem?


spydie [ Fri 03 Jul, 2009 11:34 ]
Post subject: Re: How To Solve This ?
normaly there´s no problem because cache is mainly programm cookies.

after a while they turn up again if called for use,

the only use of cache is to speed icy up a bit


system [ Fri 03 Jul, 2009 12:01 ]
Post subject: Re: How To Solve This ?
Then how can i solve this problem?


system [ Sat 04 Jul, 2009 18:09 ]
Post subject: Re: Cannot Modify Header Information Error
Hello I did spydies solution but then i got my above error in both Forum & Portal...
Can anyone know how to solve this problem? Please help me........


spydie [ Sun 05 Jul, 2009 00:51 ]
Post subject: Re: Cannot Modify Header Information Error
are you running your site from a local server or a hosting ??

upload the original file of constants.php again and simply clear your cache

lets see what happens after


edit .

it seems your site is off line.

mysite says page not found


DWho [ Sun 05 Jul, 2009 11:46 ]
Post subject: Re: Cannot Modify Header Information Error
system wrote: [View Post]
Hello I did spydies solution but then i got my above error in both Forum & Portal...
Can anyone know how to solve this problem? Please help me........


it looks like you have an error in your amod files that is causing that problem...

Code: [Hide] [Select]
functions_amod_index.php


spydie [ Sun 05 Jul, 2009 11:51 ]
Post subject: Re: Cannot Modify Header Information Error
ups y didn´t see that one.


to me it happend only in ACP page

and y did´nt have aMod installed.


maybe if he disables header info in amod.index that helps.


EDIT:

trying to go to your site i get this

system


Is your site uploaded ??

or are you running on localserver


system [ Sun 05 Jul, 2009 18:34 ]
Post subject: Re: Cannot Modify Header Information Error
Hello Spydie,
I got www.mysite.com/forum.php is a example...

i upload fresh copy of constants.php file..Problem Solved ..Thanks Indeed Spydie & Dwho




Powered by Icy Phoenix