Coder Social home page Coder Social logo

Comments (4)

davidhemphill avatar davidhemphill commented on September 3, 2024

Hi @teodorsandu, thanks for creating an issue. Do you have any more information we could use to reproduce this scenario?

from bumble.

teodorsandu avatar teodorsandu commented on September 3, 2024

Hi @davidhemphill I've run again my current installation of bumbleCMS and get the same result. At that date(1 Sept) I followed the installation guide from http://bumblecms.com/docs/installation.

I think your installation guide could be improved for newbies like me. I found not obvious to install laravel first (with e.g. laravel new mybumble) and where to add "monarkee/bumble": "dev-master"(to laravel's composer.json file).
All went well until:

php artisan migrate
Migration table created successfully.

  [Illuminate\Database\QueryException]
  SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'users' already exists (SQL: create table `users` (`id` int unsigne
  d not null auto_increment primary key, `name` varchar(255) not null, `email` varchar(255) not null, `password` varchar(60) not nul
  l, `remember_token` varchar(100) null, `created_at` timestamp default 0 not null, `updated_at` timestamp default 0 not null) defau
  lt character set utf8 collate utf8_unicode_ci)

  [PDOException]
  SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'users' already exists

That was because of laravel's default migration file 2014_10_12_000000_create_users_table.php from database/migrations/, which I had to remove and solved the problem.

Finally I get it work and got this screen:
image
I am missing something? this screenshot is very different from your website. My database is:
image

from bumble.

davidhemphill avatar davidhemphill commented on September 3, 2024

@teodorsandu Glad you got it working. If you use the migrations that come with Laravel (not everybody does), then you certainly get an error if you try to create the users table again. From this point, since it seems you only have a users table, you can register it by following these instructions: http://bumblecms.com/docs/models, http://bumblecms.com/docs/model-admins, and http://bumblecms.com/docs/fields.

As far as the Laravel requirement, I'm not sure what more we could say. The main title and subtitle of the homepage says "The CMS for Laravel: A beautiful auto-generated admin for your Laravel models."

from bumble.

patrykgit avatar patrykgit commented on September 3, 2024

Hi, I need to see your document to install bumble but it shows error
https://bumblecms.com/docs/installation

from bumble.

Related Issues (19)

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.