catalepticstate Posted November 1, 2008 Posted November 1, 2008 Hi i am using RC2a and STS and it works great on my development machine which is running PHP5 I think I may just have answered my own question. As my server is running php4 :( I am getting two strange errors the first one is contantly on the top of the page on every page: t_listing.php.html")) { //$this->infoBoxHeaderTemplate("",""); $this->infoBoxTemplate($this->tablebox($contents)); } else { $this->table_parameters = 'class="productListing"'; $this->tableBox($contents, true); } // STOP STS } } ?> } ?> the second is on once I click checkout and go to checkout_shipping.php Warning: Cannot modify header information - headers already sent by (output started at /home/www/prestigetextiles.com/includes/classes/boxes.php:303) in /home/www/prestigetextiles.com/includes/functions/general.php on line 33 How can I remove this? Thank you in advance. This is abit of an emergency :( Quote
dakshika Posted November 2, 2008 Posted November 2, 2008 (edited) delete any whitespace b4 the first <?php and after the last ?> in the first file mentioned (/home/www/prestigetextiles.com/includes/functions/general.php) Edited November 2, 2008 by dakshika Quote DJS
Guest Posted November 2, 2008 Posted November 2, 2008 Actually the problem is in includes/classes/boxes.php Post the code around line 303 in that file Quote
catalepticstate Posted November 2, 2008 Author Posted November 2, 2008 Actually the problem is in includes/classes/boxes.php Post the code around line 303 in that file Hi there is no line 303 in that file. It finishes at: 286 And the other file general.php does not have any whitespace before or after the <?php or ?> Quote
catalepticstate Posted November 2, 2008 Author Posted November 2, 2008 Hi there is no line 303 in that file. It finishes at: 286 And the other file general.php does not have any whitespace before or after the <?php or ?> hi all, I have reuploaded everything and it seems to be ok. I think a weak internet connection had not uploaded everything. :( I am testing it now and will check thank you for your help. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.