0

I configured all as written README file and it works on localhost. But when I upload the site to my production server it gives me the following error:

Class 'pendalf89\filemanager\widgets\TinyMce' not found

Here is my code:

<?= $form->field($model, 'description')->widget(pendalf89\filemanager\widgets\TinyMce::className(), ['clientOptions' => ['...']]); ?>

I dont know what I am doing wrong.

Fruchtzwerg
  • 10,999
  • 12
  • 40
  • 49
iShukrullo
  • 68
  • 7

1 Answers1

1

Copy project-directory/composer.json file to server and run composer update command on server.

Yupik
  • 4,932
  • 1
  • 12
  • 26