header error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Stallion
    Senior Member
    • Apr 2000
    • 704

    #16
    It could be a problem on your hosts end, as well. If they're including their own prepend file, it'd cause trouble for you.

    Try sticking an ob_end_clean() in global.php, so it'd look like:
    #!/usr/local/bin/php
    <?php
    ob_end_clean();
    ...

    Comment

    • brooklynbeats
      New Member
      • Jul 2001
      • 10

      #17
      failure

      It failed, I checked agian for the 11th time and there is no whitespace anywhere I inserted that little snippet took out the whitespace, and it brought up...

      Parse error: parse error, expecting `T_VARIABLE' or `'$'' in /home/cust2/usr2029/html/upload/global.php on line 324

      Fatal error: Call to a member function on a non-object in /home/cust2/usr2029/html/upload/index.php on line 31

      I am begining to feel like an idiot I have consulted my php books but my lack of experience is leaving me stumped??? I want to get the Lite version running to make sure that I will be able to install the full version......

      thanks for the help......still trying........

      Comment

      • Mike Sullivan
        Former vBulletin Developer
        • Apr 2000
        • 13327
        • 3.6.x

        #18
        The second error shouldn't have happen, because it would've happened in global.php too I think...

        global.php, line 324:

        $bblastvisit=time();

        I don't think there's a problem with that line whatsoever.

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...