Skip to:
Content
Pages
Categories
Search
Top
Bottom

Parse error, unexpected T_VARIABLE – config.php

  • I receive the following error after install:

    Parse error: parse error, unexpected T_VARIABLE in …/forum/config.php on line 18

    The code relevant to line 18 is:

    // The full URL of your bbPress install

    $bb->uri = ‘http://thebigo.ejoculation.com/forum/’;

    I’ve tried editing this to:

    // The full URL of your bbPress install

    $bb->uri = “http://thebigo.ejoculation.com/forum/”;

    … as suggested in similar instances, but receive the same error.

    It’s official, I don’t know the answer and I’m forced to admit there are smarter people out there than me. Can someone please help?

Viewing 2 replies - 1 through 2 (of 2 total)

  • chrishajer
    Participant

    @chrishajer

    The error might not be on line 18, it might be before that, and 18 is just where it shows up when PHP parses it. Can you post the prior lines as well? Maybe there’s a problem with the $bb_table_prefix = line if you happened to edit that.

    Thanks.

    I found the error and it was a rather silly mistake (as is typical). I appreciate your response and apologize for taking so long to get back to you.

    Very best,

    J

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar