vbonamy
Forum Replies Created
-
Hello everyone,
Thank you for bringing this issue to our attention. I’ve reviewed and adapted the proposed patch, and I’m happy to share that version 2.3.5 of WP Cassify should resolve the problem with unnecessary session creation.
Please update to this latest version, and let us know if you encounter any further issues.
Thanks again for your valuable feedback!
Best regards,
Vincent.Hello,
I have tested WP Cassify and can confirm that it consistently initiates a session, even for anonymous users, which is not necessary, indeed. The proposed patch does resolve this issue, but it will need to be adapted to ensure that authentication via the CAS gateway mode continues to function properly (not the case with the patch).
We do not have the time to address this immediately, but we will look into it as soon as possible.
For github users, don’t hesitate to propose Pull Requests if you want :
https://github.com/WP-Cassify/wp-cassify-developThank you again for your feedback.
Best regards,
Vincent.Forum: Plugins
In reply to: [WP Cassify] Pls fix PHP NoticeWe have identified and fixed this issue, along with similar notices, in the latest release of the wp-cassify plugin. The update, version 2.3.3, addresses the
Undefined index: SERVER_NAME
notice and other related warnings. We recommend updating to this version to resolve these issues.Additionally, we are excited to announce that wp-cassify is now managed on GitHub at https://github.com/WP-Cassify/wp-cassify-develop. This platform facilitates community contributions, allowing anyone to propose improvements or fixes via pull requests. We encourage you to fork the repository and share any enhancements or suggestions you may have.
Thank you for helping us improve wp-cassify
Best regards,
Vincent.
Forum: Plugins
In reply to: [WP Cassify] Warning in WordPress Logs from wp-cassify PluginDear Ernesto,
Thank you for bringing this issue.
We have reviewed your suggested modification and have integrated it into the latest release of the wp-cassify plugin.
I am pleased to inform you that version 2.3.3 of wp-cassify, which was released today, includes your fix for the deprecated use of
parse_str()
with a null value. Additionally, this update addresses several other deprecation warnings to ensure compatibility with PHP 8 and future versions.We have also transitioned the management of wp-cassify to GitHub, making it easier for the community to contribute improvements. You can find the repository at https://github.com/WP-Cassify/wp-cassify-develop. We encourage you and others to fork the repository and submit pull requests for any enhancements or bug fixes.
Your proactive approach and valuable input are greatly appreciated. If you have any other suggestions or contributions, please feel free to share them via GitHub.
Best regards,
VincentForum: Plugins
In reply to: [WP Cassify] Doesn’t redirect to cas server authentifacation page anymoreHi,
The wp-cassify plugin version 2.3.2 is now compatible with PHP 8 and remains compatible with PHP 7.
CheersForum: Plugins
In reply to: [WP Cassify] Not compatible with POHP 8 and aboveHi,
The wp-cassify plugin version 2.3.2 is now compatible with PHP 8 and remains compatible with PHP 7.
CheersForum: Plugins
In reply to: [WP Cassify] PHP Warnings – php7 – wordpress 5.3.2Hello,
I modified line 299 of /var/www/wp-content/plugins/wp-cassify/classes/wp_cassify_rule_solver.php :
if ( ( is_array( $this->wp_cassify_rule_solver_item_array ) ) && ( count( $this->wp_cassify_rule_solver_item_array > 0 ) ) ) {
with
if ( ( is_array( $this->wp_cassify_rule_solver_item_array ) ) && ( count( $this->wp_cassify_rule_solver_item_array) > 0 ) ) {
And it’s OK.
Could you provide this modification in the next release ?
Thank you.
Vincent.Hello,
We found the problem here : we had a empty file named kek.php in our /var/www/wordpress/ directory (maybe because of another paybox module that we installed before ….).
We delete it and all is OK now.
Have a nice WE,
Vincent.Forum: Plugins
In reply to: [WP Cassify] User Roles Settings bugHello,
Yes, it works well in 1.7.7 now !!
Thank you so much for this quick fix and for your plugin ??
See you,
Vincent.