This is a discussion on "found solution on this forum now have new error!" within the PHP Forum section. This forum, and the thread "found solution on this forum now have new error! are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
found solution on this forum now have new error!
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#21
|
||||
|
||||
|
Re: found solution on this forum now have new error!
Try this ha:
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#22
|
|||
|
|||
|
Re: found solution on this forum now have new error!
Warning: Cannot modify header information - headers already sent by (output started at D:\vhosts\solidmasonry.co.nz\httpdocs\sendmail.php :5) in D:\vhosts\solidmasonry.co.nz\httpdocs\sendmail.php on line 51
|
|
#23
|
|||
|
|||
|
Re: found solution on this forum now have new error!
can you make sure you have <?php on line 1 of your page
|
|
#24
|
||||
|
||||
|
Re: found solution on this forum now have new error!
What's line 51?
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#25
|
|||
|
|||
|
Re: found solution on this forum now have new error!
Warning: Cannot modify header information - headers already sent by (output started at D:\vhosts\solidmasonry.co.nz\httpdocs\sendmail.php :1) in D:\vhosts\solidmasonry.co.nz\httpdocs\sendmail.php on line 47
Last edited by xkatx21x; Oct 24th, 2007 at 17:57. |
|
#26
|
|||
|
|||
|
Re: found solution on this forum now have new error!
This is the line that the error points to each time. If I delete this line there is no error found but obviously then it doesn't forward to a new page. |
|
#27
|
||||
|
||||
|
Re: found solution on this forum now have new error!
This is the full page?
there's nothing before the first: <?php tag?
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#28
|
|||
|
|||
|
Re: found solution on this forum now have new error!
Yep thats all there is
|
|
#29
|
||||
|
||||
|
Re: found solution on this forum now have new error!
I'm pretty stumped. I don't see any output so therefore don't see why it should do that.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#30
|
|||
|
|||
|
Re: found solution on this forum now have new error!
great even the experts don't know what's wrong!
I think I'll just stick to a mailto link its a lot easier |
|
#31
|
||||
|
||||
|
Re: found solution on this forum now have new error!
Only thing I can think of is that there's an option to output something at the start of every document in php.ini , If this has been set by you or your host it will cause the script to fail.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#32
|
|||
|
|||
|
Re: found solution on this forum now have new error!
In my host controlpanel it has this option
PHP support (checkbox) Version 4.4.7 (run as ISAPI extension ) (checkbox) would this have anything to do with it? |
|
#33
|
|||
|
|||
|
Re: found solution on this forum now have new error!
just looked online and got this error.
Warning: Cannot modify header information - headers already sent by (output started at D:\vhosts\solidmasonry.co.nz\httpdocs\sendmail.php :1) in D:\vhosts\solidmasonry.co.nz\httpdocs\sendmail.php on line 27. can you post your entire sendmail.php file. |
|
#34
|
|||
|
|||
|
Re: found solution on this forum now have new error!
|
|
#35
|
|||
|
|||
|
Re: found solution on this forum now have new error!
it says line 47 on mine
|
|
#36
|
||||
|
||||
|
Re: found solution on this forum now have new error!
hmm, link me to the page? I want to investigate.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|