As soon as possible I will test this plugin with PHP 7.
Thanks for the information!
No problem. If it is of any help, our server admin was able to produce a workaround that allows us to run the latest version of your plugin with PHP 7, but they said could have an affect on performance:
“We have removed one line from the php.ini file for php7 which was related to our server cache module – The line is:
opcache.file_cache = /home/cocomifk/tmp”
——
Maybe that helps pinpoint the problem but eager to learn what you discover. 🙂
Oh, probably this explains everything. If disabling the cache solves the problem, then the problem associated with it. Cache is our salvation and evil at the same time 🙂
I checked the difference between the two versions that you mentioned (2.5.1 and 3.1). The difference is that in version 3.1 changed the structure of directories and files, and some modifications of the CSS and JS code. CSS and JS loads only on plugin settings page. PHP code is not changed, but only a PHP can affect the front end of the website.
I think that the reason is in the changed structure of directories and files of this plugin in conjunction with caching system on your server. So you need to refresh the cache on your server and all must be good 🙂
Though I’ll definitely check the compatibility of this plugin with PHP 7.
I tested the plugin with PHP version 7. Everything works fine and there are no errors 🙂
Cool. Well….not sure what to say but the issues we had were definitely pinpointed to My Custom Functions 3.1 with PHP 7 enabled. And every site with the issue had different custom functions so it isn’t like once piece of code was causing it. Oh well, maybe it will come up again with someone else in the future.