You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After activating the LearnDash plugin, I get the following 500 server error on my screen.
Cannot assign StellarWP\Learndash\Illuminate\Support\Collection to property Log1x\AcfComposer\Composer::$defaults of type Illuminate\Support\Collection|array
Our understanding is that both are attempting to load their corresponding Illuminate\Support\Collection classes.
Any guidance would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Does the plugin override the collect() helper? Ideally plugins should always namespace stuff like this. ACF Composer isn't really doing anything wrong since it's installed with Composer and follows a proper chain of dependencies. Plugins on the other hand are the wild west.
After activating the LearnDash plugin, I get the following 500 server error on my screen.
Our understanding is that both are attempting to load their corresponding
Illuminate\Support\Collection
classes.Any guidance would be greatly appreciated.
The text was updated successfully, but these errors were encountered: