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
Hi @sunscreem Could you please confirm if you have enabled the useProjectConfigFile in the config/general.php file? I believe that it could be a possible bug related to that setting.
Description
I've spent the entire day trying to understand why, when a colleague installs this plug in, the migrations all run correctly but do not for me.
The only difference (same codebase, same database) is I'm on windows (Laravel Homestead) and he's on Mac (using Laravel Valet).
We are both on the same versions of mysql & php.
The problem seems to be that the plug in just refuses to create the field_subscriptionPlan_ * fields.
That screen grab is from my friends matrixcontent_enupalmultipleplans table.
This screen grab is from mine.
I can't work out in the source code why this isn't working.
I've checked the error logs, I've scrutinized the mysql queries, I've dived into the source as much as I can and I can't work it out.
Additional info
This is related to #37 - which gives you an idea of how long and how frustrating I've found this problem. ANY help appreciated.
The text was updated successfully, but these errors were encountered: