PHRETS icon indicating copy to clipboard operation
PHRETS copied to clipboard

Error after updgrade to laravel 7

Open mike-taylorprops opened this issue 5 years ago • 2 comments

I'm now getting this error when trying to cache the config.

Error::("Call to undefined method PHRETS\Configuration::__set_state()")

Maybe has something to do with using Exceptions instead of Trowable but I have no idea

mike-taylorprops avatar May 11 '20 16:05 mike-taylorprops

That's called on the object when var_export is called. Why are you caching the config?

troydavisson avatar May 21 '20 00:05 troydavisson

I'm caching the laravel config files. Details at https://laravel.com/docs/7.x/configuration#configuration-caching

mike-taylorprops avatar May 21 '20 13:05 mike-taylorprops