Forums

wp-forum parse error? (2 posts)

  1. bandanadeen
    Member
    Posted 7 months ago #

    Hello all,

    I am new to this forum, have been using wordprerss for my site as its simple and perfect for what I need. I went to install the 'WP-Fourm' plugin but when I open the WP-Forum link in the admin section under 'Tools' I get this:

    Parse error: syntax error, unexpected $end in /home/fhlinux136/b/bandeen.co.uk/user/htdocs/main/wp-content/plugins/wp-forum/wp-forum-manage.php on line 407

    Ive had a look in the manage.php file but I dont really know what im trying to find, in the file, line 407 is this:

    <input type="hidden" name="page" value="wp-forum/wp-forum-manage.php">

    If this makes sense to anyone and knows what I need to look for it would be greatly appreciated!

    Cheers,
    Adam

  2. bandanadeen
    Member
    Posted 7 months ago #

    Hey again all,

    Sorry to waste your time, I have just noticed that a few lines up the code was like this:

    echo "<input type='submit' value='Save Group' name='editgroupsubmit'>";?>

    The ?> should not have been right beside the ; I moved it to

    echo "<input type='submit' value='Save Group' name='editgroupsubmit'>"; ?>

    And now it works.

    Cheers,
    Adam

Reply

You must log in to post.

About this Topic