Tagged: buddypress, Conditional Profile Field
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
Hi Nattiy,
Welcome to BuddyDev300 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
BrajeshHi 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
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.