Conversation
supportDear support, I hope that you can check the class declaration first before declaring the HOTP and Base32 class in the init.php file. include_once(LOGINIZER_PRO_DIR.’/lib/hotp.php’); include_once(LOGINIZER_PRO_DIR.’/lib/Base32.php’); It can increase the compatibility with another security plugin. For example: if (!class_exists(‘HOTP’)) { include_once(LOGINIZER_PRO_DIR.’/lib/hotp.php’); } if (!class_exists(‘Base32’)) { include_once(LOGINIZER_PRO_DIR.’/lib/Base32.php’); }
Hello, We are sorry for the inconvenience caused and thanks for reporting this issue, we will work to fix this. If you want to continue discussion about the issue please reach out to us at https://softaculous.deskuss.com/open.php?topicId=16 as this is a part of the Pro plugin and we are not allowed to discuss that in the WordPress forum. https://wordpress.org/support/guidelines/#do-not-post-about-commercial-products Regards, Loginizer Team
Hello, We are sorry for the inconvenience caused and thanks for reporting this issue, we will work to fix this. If you want to continue discussion about the issue please reach out to us at https://softaculous.deskuss.com/open.php?topicId=16 as this is a part of the Pro plugin and we are not allowed to discuss that in the WordPress forum. https://wordpress.org/support/guidelines/#do-not-post-about-commercial-products Regards, Loginizer Team