popup maker is not compatible with php7
-
I am sorry,
this is the second post that i wrote here, about your plugin that is not compatible with php7.This is what hosting support said about:
Hello,Thank you for the update.
The developer of the plugin is I guess referring to the following not found error messages in the strace logs that my colleague provided you with:
Code:
23616 access(“/home/creazi04/public_html/wpideainmedia.com/contents/plugins/popup-maker/includes/deprecated/v0.php”, F_OK) = -1 ENOENT (No such file or directory)
23616 access(“/home/creazi04/public_html/wpideainmedia.com/contents/plugins/popup-maker/includes/deprecated/v1.php”, F_OK) = -1 ENOENT (No such file or directory)
23616 access(“/home/creazi04/public_html/wpideainmedia.com/contents/plugins/popup-maker/includes/deprecated/v2.php”, F_OK) = -1 ENOENT (No such file or directory)
23616 access(“/home/creazi04/public_html/wpideainmedia.com/contents/plugins/popup-maker/includes/deprecated/v3.php”, F_OK) = -1This is not a server side problem, since the listed files actually do not exist on your account with us:
Code:
[email protected] [~/public_html/wpideainmedia.com/contents/plugins/popup-maker/includes/deprecated]# ll
total 60
drwxr-xr-x 2 creazi04 creazi04 4096 Aug 17 23:27 ./
drwxr-xr-x 8 creazi04 creazi04 4096 Aug 17 23:27 ../
-rw-r–r– 1 creazi04 creazi04 45026 Aug 17 23:27 v4.php
-rw-r–r– 1 creazi04 creazi04 5769 Aug 17 23:27 v6.php
[email protected] [~/public_html/wpideainmedia.com/contents/plugins/popup-maker/includes/deprecated]#Still, our investigation is showing that the specified plugin is not compatible with PHP 7.x. Please confirm with the developer of the plugin if their plugin is fully compatible with PHP 7.x. If it is not, you should consider removing it when you wish to use PHP 7.x.
Based on the following thread:
https://www.ads-software.com/support/topic/compatible-with-php-7-12
the plugin has been tested up to PHP 5.6.
As we have explained, the issue is not server side related one, but it is caused by the fact that your plugin can not work properly with PHP 7.x.
- The topic ‘popup maker is not compatible with php7’ is closed to new replies.