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:
QuoteThe server returned a "500 Internal Server Error".
Upon starting debug mode and heading to the module page I get:
QuoteClassNotFoundException
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
Quotepublic 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