close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

another 'headers already sent' issue

Thread began 1/06/2011 10:06 am by CraigR | Last modified 1/06/2011 11:22 am by CraigR | 2035 views | 6 replies

Jason ByrnesWebAssist

The blank space issue is only relevant if the headers already sent error is the first error on the page.

if there are other error on the page, those error will cause the headers already sent error.

in this case you have these errors:

  Notice: Undefined index: rainbowcart_4_txtgroup_0 in /xxx/items_Detail.php on line 344

Notice: Undefined index: rainbowcart_4_txtgroup_0a in /xxx/items_Detail.php on line 344  



that are causing the headers already sent error. notice also that the following line of the headers already sent error:
output started at /hermes/web02/b2979/moo.rainbowsite/items_Detail.php:344

is pointing at line 344 as the output source, same as the other errors.

So, you need to fix the errors at line 344, which are undefined index errors, meaning that the form elements you are referencing in your if statement dont exist in the post array. you need to add isset() checks to the if statement:


[php
if ((isset($_POST["rainbowcart_4_txtgroup_".$i.""]) && ($_POST["rainbowcart_4_txtgroup_".$i.""]) <> "") || (isset($_POST["rainbowcart_4_txtgroup_".$i."a"]) && ($_POST["rainbowcart_4_txtgroup_".$i."a"]) <> "")) {//if either of the text boxes in the pair have a value, extend the string[/php]

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...