0
Anonymous
Hello,
I recently updated team plugin which was working fine before the update. Now when i try to view a team member detail it throws 500 error please help i couldn't find any solution.
Website link is
Thanks
2 Subscribers

Submit Answer
1 Answers
Best Answer
0

Welcome to our forum.
I just test team plugin with WP 5.0+ its seem working fine.
Can you please enable debug and log
you need to put the following code to your config.php file on root install
define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true );
https://codex.wordpress.org/Debugging_in_WordPress
Please check the debug.log file and see if you found any issue related to our team plugin.
/wp-content/debug.log
Let me know the update.
Regards