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
Thank you,
Zs
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
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",
Give this a try:
See if it helps. If it works, delete vendor2