Adding membership levels not working

I have a site that uses S2Member Pro. we are using this to sell access to courses we created in wpCourseware. We have the the pluggins to integrate s2member with wp courseware. but I am unable to add levels. I followed the instructions to add define(“MEMBERSHIP*LEVELS”, 30); to the wp-config.php file. But the number of levels didn’t change.
is there any thing I’m overlooking>

You have a typo there. It should be this:

define('MEMBERSHIP_LEVELS', 30);

S2 documentation says: You can set the number of Membership Levels by adding this line to the top of your /wp-config.php file: define(“MEMBERSHIP_LEVELS”, 4);
So it is single quotes not double?? (I used 10 instead of the base 4)
I’m having problems getting the added levels to show up also

It was a typo. I had an * where a _ should be. All is well now.:slight_smile: Thanks for the second set of eyes.