• Heya,

    The following file contains a PHP constructor notice:
    /woo-product-gallery-slider/vafpress-framework/includes/wpalchemy/MetaBox.php

    Exact notice
    Methods with the same name as their class will not be constructors in a future version of PHP.

    Can be fixed by replacing line #453 from function WPAlchemy_MetaBox($arr) to function __construct($arr)

Viewing 1 replies (of 1 total)
  • Plugin Author Niloy

    (@im_niloy)

    Hi,
    actually, it’s come from the framework(Vafpress) which I was using for the setting page.
    unfortunately, the vafpress Dev Team stops development for this Framework.
    also, i am thinking to replace the Framework so all PHP 7 compatibility problem will be solved.
    please wait for the next release.
    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘PHP 7 compatibility problem’ is closed to new replies.