disvroian
disvroian
I installed the plugin which look great but why is it mandatory to install wkhtmlpdf. Actually apt get install wkhtmlpdf require GNOME which is something i can t understand ...
after an composer require odiseoteam/sylius-rbac-plugin ( sylius 1.10 ) I have the following error on cache cleaning Executing script cache:clear [KO] [KO] Script cache:clear returned with error code 1 The...
Hello With Gmail Smtp 2.9.0 and Magento 2.2.7 PHP 7.0.33-50+0~20210501.55+debian1 nginx version: nginx/1.14.2 I try to make it work and i have the following issue "A technical problem with the...
In the fonction public function rules() { just after the statment if of $usernameRequirements there is $rules[] = array('username', 'unique', 'message' => Yum::t("This user's name already exists.")); $rules[] = array(...
In YumRegistrationController.php Action : actionRegistration Replace : $this->render(Yum::module()->registrationView, array( 'form' => $form, 'profile' => $profile ) ); By $this->render(Yum::module('registration')->registrationView, array( 'form' => $form, 'profile' => $profile ) ); And change...
On ProfileModule.php Must change