Jump to content

Edit History

Kristian Bowler

Kristian Bowler

Hi everyone!! I went to update a new module yesterday and the update failed. Since then and to my surprise I cannot access the module manager area at all and I get thrown the following:

Quote

The server returned a "500 Internal Server Error".

Upon starting debug mode and heading to the module page I get:

Quote

ClassNotFoundException

HTTP 500 Internal Server Error

Attempted to load class "FormModifier" from namespace "PrestaShop\Module\FacetedSearch\Form\Feature".
Did you forget a "use" statement for "PrestaShop\Module\FacetedSearch\Form\Feature\FormModifier"?

in modules/ps_facetedsearch/src/Hook/Feature.php (line 53) with the following result

Quote

    public function __construct(Ps_Facetedsearch $module)

    {

        parent::__construct($module);

        $this->formModifier = new FormModifier($module->getContext());

        $this->dataProvider = new FormDataProvider($module->getDatabase());

    }

    const AVAILABLE_HOOKS = [

        'actionFeatureSave',

 

Anyone have any ideas? Any help would be much appreciated! Thanks Y'all

Kristian Bowler

Kristian Bowler

Hi everyone!! I went to install a new module yesterday and to my surprise I cannot access the module manager area at all and I get thrown the following:

Quote

The server returned a "500 Internal Server Error".

Upon starting debug mode and heading to the module page I get:

Quote

ClassNotFoundException

HTTP 500 Internal Server Error

Attempted to load class "FormModifier" from namespace "PrestaShop\Module\FacetedSearch\Form\Feature".
Did you forget a "use" statement for "PrestaShop\Module\FacetedSearch\Form\Feature\FormModifier"?

in modules/ps_facetedsearch/src/Hook/Feature.php (line 53) with the following result

Quote

    public function __construct(Ps_Facetedsearch $module)

    {

        parent::__construct($module);

        $this->formModifier = new FormModifier($module->getContext());

        $this->dataProvider = new FormDataProvider($module->getDatabase());

    }

    const AVAILABLE_HOOKS = [

        'actionFeatureSave',

 

Anyone have any ideas? Any help would be much appreciated! Thanks Y'all

×
×
  • Create New...