![]() |
Warning: Cannot add header information - headers already sent by (output started at /www/egamers/index.php:2) in global.php on line 759
I installed WebLog v1.2 from AC-3. I get the problem above when I: 1) Add any HTML to my index.php (a separate one, not vB), besides the <?php include("news.php"); ?> code. 2) I'm not logged into vB I can get rid of it by: 1) Logging into vB first (or before, just cookied) 2) Having only <?php include("news.php"); ?> in my index.php file. I looked for line 759 in global.php, the line it's referring to is: if (isset($isnews)) {. That code is from WebLog (in case you didn't know). I asked Ed how he did it on his vBulletin.org site, but he said he couldn't remember. I tried e-mailing AC-3, but got no response. I'll PayPal $20 USD to the first person to help me fix this. BTW: Site URL is: http://egamers.net-games.com/ Sorry for cross-posting this in the PHP Coding forum. I just really need help with this ;) |
What is line 2 in index.php?
|
All I have in my index.php file now is:
Code:
<html> |
Well, mines very hacked up. My news(2).php doesn't output directly:
Code:
$news .= " |
What is that exactly Ed? I'm kinda PHP illiterate :o
|
You'll have to replace the printf with the same code into a variable. I'm NOT doing this for you. It's simple, but tedious.
Then just: <?php require("news.php"); echo "<html>$news</html>"; ?> |
Parse error: parse error in news.php on line 83
If I replace the printf line with $news .= " Ugh.. |
Could a few ppl here do me a lil fav?
Could you go to http://egamers.net-games.com/ & tell me if you still get that cookie or header error? Somehow it magically fixed itself after about 3 weeks of installing it over & over. |
Quote:
|
I'm such an idiot!
Thank you Ed.. you fixed my problem ;) My original index was: Code:
<html> [CODE] <?php echo "<html>$news</html> ?> From there I figured out how to do it ;) Code:
<?php Thanks again Ed.. if you want.. I still have that $20. |
All times are GMT. The time now is 08:15 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|