bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

Parse error, unexpected T_VARIABLE - config.php

(3 posts)
  • Started 9 months ago by jaysays
  • Latest reply from jaysays
  • This topic is not resolved
  1. 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?

    Posted 9 months ago #
  2. 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.

    Posted 9 months ago #
  3. 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

    Posted 9 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.