966972_1508426717 Posted September 30, 2021 Share Posted September 30, 2021 Følgende fejl vises ved modulkatalog; Kan ikke hente katalogdata, prøv venligst igen senere. Grund: Warning: A non-numeric value encountered Følgende sker ved at trykke på module manager: Symfony\Component\Debug\Exception\ContextErrorException in src/Adapter/Presenter/Module/ModulePresenter.php (line 66) } $attributes = $module->attributes->all(); $attributes['picos'] = $this->addPicos($attributes); $attributes['price'] = $this->getModulePrice($attributes['price']); $attributes['starsRate'] = str_replace('.', '', round($attributes['avgRate'] * 2) / 2); // Round to the nearest 0.5 return [ 'attributes' => $attributes, 'disk' => $module->disk->all(), 'database' => $module->database->all(), Hvordan retter man dette? Link to comment Share on other sites More sharing options...
presta-dyr Posted October 2, 2021 Share Posted October 2, 2021 Hej <navn> Hvis du har installeret et modul, der giver anledning til problemet, så slet det fra filsystemet. /Kjeld 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now