Hello,
I am current using EasyDiscuss 3.2.9385 which is not the latest becuase my subscription expired a few months ago. Now, I want to renew my subscription to get the latest version. But I want to besure the latest is fully compatible with PHP 5.5.
My current version is not fully compatible with PHP 5.5. It raises a lot for notice and warning. Some of the issues are listed below:
- Strict standards: Non-static method DiscussHelper::validateCaptcha() should not be called statically, assuming $this from incompatible context in /path_to_joomla/components/com_easydiscuss/controllers/posts.php on line 833
- Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /path_to_joomla/components/com_easydiscuss/helpers/string.php on line 119
- Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /path_to_joomla/components/com_easydiscuss/helpers/string.php on line 120
- Strict standards: Non-static method FinderIndexer::index() should not be called statically, assuming $this from incompatible context in /path_to_joomla/plugins/finder/easydiscuss/easydiscuss.php on line 176
- Fatal error: Cannot call abstract method FinderIndexer::index() in /path_to_joomla/plugins/finder/easydiscuss/easydiscuss.php on line 176
I don't know if such warning and fatal errors have been fixed so far....