asciisd / zoho-v3

Laravel Zoho API V3 Package
MIT License
16 stars 17 forks source link

Your configuration files are not serializable. #3

Closed mrbuku closed 1 year ago

mrbuku commented 2 years ago

I get the following error when I try to run php artisan config:cache. Any idea how I can resolve this?

Error

Thanks for your help

aemaddin commented 2 years ago

Hello @mrbuku,

Yes, I think I can help with that, but it needs an update. So keep checking for updates, and I will fix it this weekend.

So you can avoid caching config to prevent this issue until I finish the update.

mrbuku commented 2 years ago

@aemaddin Thank you.

jayomayan commented 1 year ago

I know this is already reported. Is there a fix for this already?

jaketoolson commented 1 year ago

@aemaddin - This is still a problem.

aemaddin commented 1 year ago

Just one more hint to make this issue gone,

you need to update the config/zoho.php file with a new one or update line 105 to:

'environment' => env('ZOHO_SANDBOX', 'false'),

instead of

'environment' => USDataCenter::PRODUCTION(),