BuddyDev

Search

[Resolved] Conditional Profile Field For a Field whose number of dropdown list is too much

  • Participant
    Level: Initiated
    Posts: 1
    nattiy on #13975

    I am currently using Conditional Profile Fields for BuddyPress plugin & it works fine. However, sometimes, when the number of drop down list is too much (like 300 lists), the wordpress showed me “Are you sure you want to do this?” message. I already implemented:
    php_value upload_max_filesize 256M
    php_value post_max_size 256M
    php_value max_execution_time 300
    php_value max_input_time 300,

    but not successful. is there anyone can help me on this issue.

    thank you in advance for your help

    nattiy

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #13978

    Hi Nattiy,
    Welcome to BuddyDev

    300 items in a list is not too much from memory point of view.

    The message you are referring to symbolizes stale nonce.

    I will suggest looking for other clues. Most probably it is not due to the conditional field.

    Can you please try disabling other plugins and recreating it.

    Thank you
    Brajesh

  • Participant
    Level: Initiated
    Posts: 1
    nattiy on #13993

    Hi Brajesh,

    Thank you for your quick reply. I have also tried by disabling the plugins and did not solve the problem. However, using ‘wp_bp_xprofile_meta’ in the mysql database, I managed to apply the visibility condition and the problem solved.

    Best regards,

    Nattiy

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #14007

    Hi Nattiy,
    Thank you for the reply.

    Glad you found a solution.

    Best Regards
    Brajesh

The topic ‘ [Resolved] Conditional Profile Field For a Field whose number of dropdown list is too much’ is closed to new replies.

This topic is: resolved