Jump to content

PHP Error _addURLParameter()


Rams

Recommended Posts

I use prestashop 1782  PHP 7.3 ( the same problem 7.4 ) with warehouse theme 452. I get this error. what can it be ?

_addURLParameter() should not be called statically in modules/iqitthemeeditor/src/IqitSmartyModifiers.php on line 106

Line 106 of modules is

 if ($paramValue !== NULL) {

            // we were passed the parameter and value as
            // separate plug-in parameters, so just apply
            // them to the URL.
            $url = self::_addURLParameter ($url, $parameter, $paramValue) ;

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...