Giter Site home page Giter Site logo

Comments (3)

sroutier avatar sroutier commented on August 12, 2024

Thanks for the report, I will look at it soon. Someone stole my laptop on Tuesday, so aside from being a little ticked-off, I am struggling right now... Apple's Time Machine backup is a fantastic well implemented solution. I did not loose a thing from my working folders, 40 minutes from un-boxing and I was back to an exact replica of my laptop! But all my VMware machine have to be rebuilt, my backup was old and I had excluded them from Time Machine as they were too big. Lesson learned...

What DB are you using? MySQL or something else?

Thanks.
/s

from laravel-enterprise-starter-kit.

danswiser avatar danswiser commented on August 12, 2024

I'm having the same problem using mariadb/mysql. When I create a user, I'm not getting any roles to choose from. When I try to create a role, with Basic authenticated selected, I get the same errors I get when creating a user.

1/2
SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (laravel.role_user, CONSTRAINT role_user_user_id_foreign FOREIGN KEY (user_id) REFERENCES users (id) ON DELETE CASCADE ON UPDATE CASCADE)

2/2
SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (laravel.role_user, CONSTRAINT role_user_user_id_foreign FOREIGN KEY (user_id) REFERENCES users (id) ON DELETE CASCADE ON UPDATE CASCADE) (SQL: insert into role_user (role_id, user_id) values (8, ))

from laravel-enterprise-starter-kit.

sroutier avatar sroutier commented on August 12, 2024

Found a few issues due to my use of SQLite3 as the default database for quick development. I will be more diligent in testing things with MySQL from now on. Sorry about that.

from laravel-enterprise-starter-kit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.