Page 1 of 1

Pro Version - Cannot increase # members

PostPosted: October 2nd, 2011, 1:48 pm
by ThaiWest
The following is the error message I receive following adding <?php define("MEMBERSHIP_LEVELS", 20) and attempting to open my site again.

Parse error: syntax error, unexpected T_STRING in /home/thaiwe6/public_html/friends/wp-config.php on line 3

Re: Pro Version - Cannot increase # members

PostPosted: October 2nd, 2011, 3:39 pm
by Cristián Lávaque
You're missing a semicolon to end the line.

Code: Select all
define("MEMBERSHIP_LEVELS"20); 

Re: Pro Version - Cannot increase # members

PostPosted: October 5th, 2011, 10:15 am
by ThaiWest
That did it! Thanks so much for the prompt assistance.

Re: Pro Version - Cannot increase # members

PostPosted: October 6th, 2011, 2:43 am
by Cristián Lávaque
Great! :)