rinvex / laravel-attributes

⚠️ [ABANDONED] Rinvex Attributable is a robust, intelligent, and integrated Entity-Attribute-Value model (EAV) implementation for Laravel Eloquent, with powerful underlying for managing entity attributes implicitly as relations with ease. It utilizes the power of Laravel Eloquent, with smooth and seamless integration.
MIT License
433 stars 104 forks source link

Segmentation fault when load relationship after remove all cached data #139

Closed donamkhanh closed 3 years ago

donamkhanh commented 3 years ago

Hi,

I'm using laravel-attributes version 2.1.1 (I have to use because our Laravel is 5.8). When we deploy new version, we deleted all cache folder (or move to new folder location which cache data are not exists). Everything work fines except loading attribute relationship, it throws segmentation fault.

What should I do in this case?

donamkhanh commented 3 years ago

After checking, I found the reason: attribute slug name is same with entity field then it causes segmentation fault.

Omranic commented 3 years ago

Glad your issue is now solved, don't hesitate to ask for help if you faced any further issues 👍