Did you ever have any success in solving this? I'm experiencing this exact error, caused by the Cache expiry as well.
Not as of yet. We're up to the latest version of HHVM (3.7.1 i think?) and still no fix. Looks like a problem with the way HHVM handles Carbon, and how Laravel serializes date objects. Makes no difference using any different type of cache either: memcached and redis both experience "500: Unknown setter 'date' (line 556 of Carbon.php)"
Same here, all seem to happen due to wrong serialization yes.
I have the same problem with Jobs queue atm, as I'm using carbon in db to store job starting dates.
Did you guys find a workaround? It's kind of annoying...
Is this problem still exists? I'm planning to upgrade my servers to hhvm from php56. I won't do that if it still exists.
Still seems like a problem and doesn't seem to be any fix in sight :(
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community