Update to 3.4.18 and got an error

Hi,

I just updated the October CMS to 3.4.18, and I got the error below, when I try to save a Tailor Model

image

Thank you,
Zs

Hi @ngyzsolt

It looks like you might be using the dev-develop version of the october/rain package without using it for the october/all package. Try changing it to ^3.4 in your composer.json file and running composer update.

@daft I just made how You said, but I still have the same issue.

composer.json like below:

    "php": "^8.0.2",
    "october/rain": "^3.4",
    "laravel/framework": "^9.0",
    "october/all": "^3.1",
    "rainlab/translate-plugin": "^2.2",
    "rainlab/builder-plugin": "^2.0",
    "rainlab/pages-plugin": "^2.0",
    "rainlab/blog-plugin": "^1.7",

Hi @daft,

Any other idea how could I fix this?

Thank you for your help,
Zs

Give this a try:

  • Rename the vendor directory to vendor2
  • run composer update

See if it helps. If it works, delete vendor2