After upgradefrom 3.3 to 3.4, i'm unable to save data in some setting options. No error, when save. After Save Settings, i see Green SUCCESS, but System reload previous data. Any one confirm bug ? Tnks.
RiccardoSussi by any chance did you run any php artisan commands? Like php artisan config:cache ?
allready doing, same problem. Problem is in only SETTINGS/All Setting/ all item ( General, Descign ecc. ) For Example in Translate Lenguage is OK. In other Update/Save data no problem. I have open a ticket and send a video of the problem. I think missing get data from form before save to db. Tnks.
RiccardoSussi that's the issue, you should NOT run any cache related artisan command.
Kindly run php artisan cache:clear and php artisan config:clear to clear all the cache.
php artisan cache:clear
php artisan config:clear
Please donot run php artisan config:cache command.
Saurabh tnks solved with php artisan config:clear 🙂