View previous topic :: View next topic |
Author |
Message |
hazel
Joined: 20 Jan 2004 Posts: 31
|
Posted: Mon Feb 02, 2004 12:01 pm Post subject: what's up with this error? HELP!!! |
|
|
I got this error after changing something:
Code: |
Warning: Cannot modify header information - headers already sent by (output started at /home/sarah127/public_html/sweet/b2config.php:371) in /home/sarah127/public_html/sweet/b2comments.post.php on line 122
Warning: Cannot modify header information - headers already sent by (output started at /home/sarah127/public_html/sweet/b2config.php:371) in /home/sarah127/public_html/sweet/b2comments.post.php on line 123
Warning: Cannot modify header information - headers already sent by (output started at /home/sarah127/public_html/sweet/b2config.php:371) in /home/sarah127/public_html/sweet/b2comments.post.php on line 124
Warning: Cannot modify header information - headers already sent by (output started at /home/sarah127/public_html/sweet/b2config.php:371) in /home/sarah127/public_html/sweet/b2comments.post.php on line 126
Warning: Cannot modify header information - headers already sent by (output started at /home/sarah127/public_html/sweet/b2config.php:371) in /home/sarah127/public_html/sweet/b2comments.post.php on line 127
Warning: Cannot modify header information - headers already sent by (output started at /home/sarah127/public_html/sweet/b2config.php:371) in /home/sarah127/public_html/sweet/b2comments.post.php on line 128
Warning: Cannot modify header information - headers already sent by (output started at /home/sarah127/public_html/sweet/b2config.php:371) in /home/sarah127/public_html/sweet/b2comments.post.php on line 129
Warning: Cannot modify header information - headers already sent by (output started at /home/sarah127/public_html/sweet/b2config.php:371) in /home/sarah127/public_html/sweet/b2comments.post.php on line 131
|
HELP!!!!!!!!!!!!!!!!! |
|
Back to top |
|
 |
Timi
Joined: 23 Jul 2003 Posts: 70 Location: Hungary
|
Posted: Mon Feb 02, 2004 3:28 pm Post subject: |
|
|
It's simple - change it back! |
|
Back to top |
|
 |
Mellissa
Joined: 17 Nov 2002 Posts: 28 Location: Malaysia
|
Posted: Mon Feb 02, 2004 6:22 pm Post subject: |
|
|
Timi wrote: | It's simple - change it back! |
LOL.
What did you do to get this error? Did you try installing a hack? What hack? |
|
Back to top |
|
 |
hazel
Joined: 20 Jan 2004 Posts: 31
|
Posted: Tue Feb 03, 2004 9:21 am Post subject: |
|
|
// ** MySQL settings **
# fill with your database details
$dbname = '************';
$dbhost = '************;
$dbusername = ************';
$dbpassword = '************';
Last edited by hazel on Fri Feb 13, 2004 4:35 am; edited 1 time in total |
|
Back to top |
|
 |
stevem
Joined: 15 Mar 2003 Posts: 53
|
Posted: Tue Feb 03, 2004 6:09 pm Post subject: |
|
|
Remove the blank line after Code: | $base = $dbname;
?> |
|
|
Back to top |
|
 |
hazel
Joined: 20 Jan 2004 Posts: 31
|
Posted: Sat Feb 07, 2004 1:42 am Post subject: |
|
|
the error is still there.. have a look here htto://sweet.strawberryshake.net try and comment and you'll see the error.. |
|
Back to top |
|
 |
|