Vbulletin Recent threads query

Discussion in 'PHP' started by romeo2010, Apr 3, 2008.

  1. #1
    using this code i try to display the threads on another page



    but this give me tfollowing error

    any idea how to fix that?
     
    romeo2010, Apr 3, 2008 IP
  2. MOUPAP

    MOUPAP Guest

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    shouldn't "thread after TABLE PREFIX be "thread" ??:confused:
     
    MOUPAP, Apr 4, 2008 IP
  3. jayshah

    jayshah Peon

    Messages:
    1,126
    Likes Received:
    68
    Best Answers:
    1
    Trophy Points:
    0
    #3
    The error is within the global.php's code, not yours. You will need to fix that file first. The chances are you need to include more files, one of them being that required class.

    Edit: Alternatively, place your chdir() command's parameter in quotes or apostrophes. E.G.

    chdir('the/directory');
    PHP:
    Jay
     
    jayshah, Apr 4, 2008 IP