nihanshe Posted October 4, 2008 Posted October 4, 2008 can anyone tell me how to fix this error and why do this happen Warning: Cannot modify header information - headers already sent by (output started at /home/ukpenkicom/public_html/catalog/includes/application_top.php:513) in /home/ukpenkicom/public_html/catalog/includes/functions/general.php on line 33 Kind regards Tracy
♥geoffreywalton Posted October 4, 2008 Posted October 4, 2008 Believe an explanation and solution is in the knowledgebase. Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
FIMBLE Posted October 4, 2008 Posted October 4, 2008 Headers already sent error: This means there is an output where there should not be one, an output sounds technical but it is usually a single blank space where it should not be! This is either at the very begining of the script so it may look like <?php when it should look like <?php Or at the end ?> when it should be ?> The file name with th error will be given in the message you recieive.i.e output started at /home/xxxxxxx/public_html/catalog/includes/application_top.php The error happens when a file is worked on by add in code, a contribution or similar. Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
nihanshe Posted October 4, 2008 Author Posted October 4, 2008 Headers already sent error: This means there is an output where there should not be one, an output sounds technical but it is usually a single blank space where it should not be! This is either at the very begining of the script so it may look like <?php when it should look like <?php Or at the end ?> when it should be ?> The file name with th error will be given in the message you recieive.i.e output started at /home/xxxxxxx/public_html/catalog/includes/application_top.php The error happens when a file is worked on by add in code, a contribution or similar. Hi Thanks for the explanation is little clearer now. I have now sorted it out and running fine, what I done in the end was upload an original file application_top.php and that fixed it. I knew the problem was in application_top.php as it said in the error but did not know where. Anyway thanks for you help guys, I did take a look at the knowledge base as I always do but sometime people make it just that little more clearer. Regards Mervyn
Recommended Posts
Archived
This topic is now archived and is closed to further replies.