-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugs in installation #53
Comments
Hi @Morice99, I've tried installing the package on fresh Laravel multiple times, and I didn't encounter a similar issue. Could you please provide more information about your PHP version, Laravel version, and the database driver you're using? |
Hi, thanks for the reply. My versions are:
My Database driver is the default configured mysql that looks like this:
|
Also i tried it with default and fresh laravel installation and it also fails |
Same issue here, seems to be an issue with the TEXT type of the status column. After some digging I found that adding a default value to a TEXT column type isn't possible out of the box, herefore you have to configure your mysql installation a specific way, and also run a version 8.0+ replacing it by the column type STRING like this: solves it. Looking at the code this field is also only for the statuses which you pre-integrated. So adding a TEXT type column would be unneccesary, which make a STRING type enough. |
Hi @MomoDerDodo, This should be fixed by @NoahNxT here #55, please try the new release. |
The fist bug is fixed, thank you :) But the second one with the Contributer Creation is still present for me.
|
While following the install instructions i ran into a few bugs.
When i try to run the migrations i get the following error:
I changed the type of the status column to
string
and was able to proceed.Then after i follow the steps i get to the contributor creation. After entering the prompted data i get the the following error:
The text was updated successfully, but these errors were encountered: