• First i installed BuddyPress. After that i install this plugin.

    After installing “BuddyPress user account type lite” i had this error displayed on top of the page in admin panel:

    Warning: Illegal string offset ‘buat_default_type_selection’ in D:\Projects\inprogress\xampp\htdocs\ppps\wp-content\plugins\buddypress-user-account-type-lite\include\admin\buat-admin-pages.php on line 76

    How to fix this error.

    It will be very useful for me. Thank you in advance.

    http://wordpress.org/plugins/buddypress-user-account-type-lite/

Viewing 9 replies - 1 through 9 (of 9 total)
  • I’m also getting this error.
    Looks like the Developer is ignoring lite version users.

    On line 76 change:

    if(isset($_POST['buat_selected_field']) || $current_basic_setting['buat_default_type_selection'])

    to this

    if(isset($_POST['buat_selected_field']) || isset($current_basic_setting['buat_default_type_selection']) )

    Need to check if $current_basic_setting[‘buat_default_type_selection’] exists.

    I’m getting the same error. I have a multisite install.

    @mizzinc I tried your code but it didn’t work.

    The author’s site is down, I wounder if we will hear anything from them…

    Yeah, I also discovered there were plenty more errors too, sorry manakio2k.

    Ended up deleting the plugin and using another method, albeit basic for my needs.

    I bought the $25 dollar pro version, and it too is failed, the site is down, and no replies from the designer. Numerous errors when it is turned on, though was awesome before.

    Chris F.

    (@smartwizardsol)

    I had this same issue. FYI, there is another plugin called “Capability Manager Enhanced” that will do the same thing plus more – See: http://wordpress.org/plugins/capability-manager-enhanced/

    I really wanted to have different user account types for signup on wordpress/buddypress.

    I also tried both versions of this pluging and get the same error message on my homepage and lots more errors on the registration page.

    Thanks Chris for the pointer towards another plugin.

    When I searched I could not find anything like it.

    Thank you for suggesting another plugin @chris F. but it doesn’t seem to be a solution for creating different account types.
    Am I missing something?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Warning: Illegal string offset 'buat_default_type_selection' in’ is closed to new replies.