vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   $20 paypal'd to the person who helps me figure this problem out... (https://vborg.vbsupport.ru/showthread.php?t=6202)

01-01-2001 11:05 PM

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 ;)

01-01-2001 11:51 PM

What is line 2 in index.php?

01-01-2001 11:57 PM

All I have in my index.php file now is:
Code:

<html>
<?php include("news.php"); ?>
</html>


01-02-2001 12:22 AM

Well, mines very hacked up. My news(2).php doesn't output directly:

Code:

$news .= "
<!-- Border -->
        <center><table width=\"95%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td bgcolor=\"#000000\">
<!-- End Border -->

<table width=\"100%\" border=\"0\" cellpadding=\"2\" cellspacing=\"2\">
<tr bgcolor=\"#006633\">
        <td valign=\"middle\"><font size=3 face=\"Verdana, Arial\" color=\"#FFCC00\"><b>$myrow[title]</b></font></td>                                       
</tr>
<tr bgcolor=\"#CCCCCC\">
        <td valign=\"top\">
        <table width=100% border=0 cellpadding=2 cellspacing=0>
        <tr>
                <td width=100% valign=\"top\"><font size=2 face=\"Verdana, Arial\"><b>Posted by: <a href=\"mailto:$user[email]\">$myrow[postusername]</a> on $postdate @ $posttime</b></font><font size=2 face=\"Verdana, Arial\"><BR>
          <b>";
         
if ($posts["dept"]) { $news .= "from the ".$posts["dept"]." dept."; }
$news .= "</b><P>$message<P><a href=\"$forum_url/showthread.php?threadid=$myrow[threadid]\">Read More</a> $replies | <a href=\"$forum_url/newreply.php?action=newreply&threadid=$myrow[threadid]\">Reply to this Article</a>";
if ($posts["category"]) {
        $news .= "| <a href=\"$forum_url/category.php?category=$posts[category]\">$posts[category]</a>";
}
$news .= "</font></td>";
if ($posts[category]) {
        $news .= "<td valign=\"top\" align=\"center\"><a href=\"$forum_url/category.php?category=".$posts["category"]."\"><img src=\"$icon_url/".$posts["category"].".gif\" border=\"0\" hspace=\"2\" vspace=\"2\" alt=\"".$posts["category"]."\"></a></td>\n";
}
$news .= "
  </tr>
  </table>
        </td>
</tr>
</table>

<!-- Border -->
        </td></tr></table></center>
<!-- End Border -->
<BR>";


01-02-2001 12:30 AM

What is that exactly Ed? I'm kinda PHP illiterate :o

01-02-2001 01:00 AM

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>";
?>

01-02-2001 02:16 AM

Parse error: parse error in news.php on line 83

If I replace the printf line with $news .= "

Ugh..

01-02-2001 04:35 AM

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.

01-02-2001 11:44 AM

Quote:

Originally posted by _
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.

Error has gone, :)

01-02-2001 12:12 PM

I'm such an idiot!

Thank you Ed.. you fixed my problem ;)

My original index was:
Code:

<html>
<?php require("news.php"); ?>
</html>

Then Ed kinda told me to put it this way:
[CODE]
<?php
echo "<html>$news</html>
?>

From there I figured out how to do it ;)
Code:

<?php
echo "{Header code here}"
require("news.php");
echo "{Footer code here}"
?>

No more errors! Wheee..

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
  • Page Generation 0.01130 seconds
  • Memory Usage 1,736KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete