cydrickn / octobercms-backendskin

Backend Skin Plugin For OctoberCms
MIT License
22 stars 9 forks source link

Call to undefined method Backend\VueComponents\Modal::addJsBundle() #11

Closed jacksun101 closed 2 years ago

jacksun101 commented 2 years ago

There is an error with the latest OctoberCMS v2.2.x. Any suggestion?

image

Reproduce steps..

  1. Install the latest octobercms 2.x. composer create-project october/october myoctober "^2.0"
  2. Install backendskin plugin 1.2.1. php artisan plugin:install cyd293.backendskin
  3. Error shows up.
cydrickn commented 2 years ago

can you put here the whole logs, so that i can check further, and also if you can also add the plugins that you have install for me to investigate it.

prhost commented 2 years ago

Same problem here, Samuel checked with me yesterday this error and it seems that the problem is in the AssetMaker.php trait that the plugin overwrites.

We tested on v3.

cydrickn commented 2 years ago

The new major version 2.0.0 is now released, the fix is to fix the compatibility with version 2 and 3, but it will break version 1.