Giter Site home page Giter Site logo

Comments (6)

Daeloran avatar Daeloran commented on June 14, 2024

I get this error (more precise I think) from the database

Field 'buildQueue' doesn't have a default value
INSERT INTO _planets (id, metal, crystal, deuterium, last_update, metal_perhour, crystal_perhour, deuterium_perhour, energy_used, energy_max) VALUES (1, '588.26147783', '1093.3766222433', '129.94359444333', '1605866375', '175', '48', '13', '-106', '117') ON DUPLICATE KEY UPDATE metal = VALUES(metal), crystal = VALUES(crystal), deuterium = VALUES(deuterium), last_update = VALUES(last_update), metal_perhour = VALUES(metal_perhour), crystal_perhour = VALUES(crystal_perhour), deuterium_perhour = VALUES(deuterium_perhour), energy_used = VALUES(energy_used), energy_max = VALUES(energy_max)
File: /overview.php
User: Lupink[1]

from uniengine.

mdziekon avatar mdziekon commented on June 14, 2024

Hi @Daeloran,

quickly looking at the attached SQL error, it seems that you did not disable STRICT_TRANS_TABLES as mentioned in the installation guide (https://github.com/mdziekon/UniEngine#installation), as this looks very similar to another report (#118).

Could you please verify that option on your instance's database?

from uniengine.

Daeloran avatar Daeloran commented on June 14, 2024

HEllo @mdziekon

Thank you for your fast answer.
I disable the STRICT_TRANS_TABLES with the command mysql -u root -p -e "SET GLOBAL sql_mode = 'NO_ENGINE_SUBSTITUTION';". I have too because my Universe don't create if I don't do it (get an sql error at the installation).

I have re-create my site/DB for now.

from uniengine.

mdziekon avatar mdziekon commented on June 14, 2024

To clarify, are you saying that disabling STRICT_TRANS_TABLES and recreating the DB did, or did not solve the problem?

from uniengine.

Daeloran avatar Daeloran commented on June 14, 2024

Excuse me,

Recreating my DB solve the problem.

Thank You

from uniengine.

mdziekon avatar mdziekon commented on June 14, 2024

Sure thing, I'll close the issue now and mark it as resolved.

from uniengine.

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.