Jump to content

Ps_FacetedsearchOverride error after upgrade to 1.7.6.7


Recommended Posts

Hi,

After upgrade to 1.7.6.7 (from 1.7.6.1) i can't enter to the module section in BO and it show this error when debugging.

Try to serch in the forum but it's nothing releted. Please advice how to solve the problem.

Thank you 😀 

 


Compile Error: Cannot make non static method Ps_Facetedsearch::query() static in class Ps_FacetedsearchOverride

    Exception Logs 3 Stack Trace 

Symfony\Component\Debug\Exception\ FatalErrorException
in override/modules/ps_facetedsearch/ps_facetedsearch.php (line 352)

        }
        private static function query($sql_query)
        {
            return Db::getInstance(_PS_USE_SQL_SLAVE_)->query($sql_query);
        }
    }

 

Link to comment
Share on other sites

1 minute ago, HeineFR said:

Hi

Backup first and then delete the override of Ps_Factetedsearch that you would find in your path : \override\modules\ps_faceted_search

However, this override is not présent by defalut, did you create it?

Thank you for the reply. I've try with your sugestion and it's working.

At first i think it's from overide by another search module but after disable for override it's still have erron on ps_facetedsearch.

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...