Code Monkey home page Code Monkey logo

Comments (5)

mattpascoe avatar mattpascoe commented on July 23, 2024 1

So.. I found the problem here.. apparently mysql 8 no longer likes my table named 'groups'.. I think it is now a reserved word. So I have updated the appropriate things to fix that.. but now have found another issue. I'll check in my fixes for this bug and open another one related to the new issue.

from ona.

mattpascoe avatar mattpascoe commented on July 23, 2024

hmm this one is odd.. if it got as far as it did, it should have the proper access defined. seems the error there does not have the name variable passing through for some reason.

I'll try and catch up to where you are.. I've not yet tried ONA on Ubuntu 19.10 (yea, sad)..

You might try dropping the database entirely and trying from the beginning with your updates to the cli installer.

from ona.

dmgeurts avatar dmgeurts commented on July 23, 2024

Dev code works, except for:

  1. MySQL user isn't created (temporary fix, create the account either before or after installing.
  2. Default domain isn't set (due to known ctime error)

from ona.

soif avatar soif commented on July 23, 2024

FYI

I've just switched from the master branch (fresh install from yesterday) to the develop branch (today).

Once done, and after re-running the installer, I've noticed that the version warning was still there (update not completely performed) and, worse, that Admin, no longer had any permissions.

The cure was to run this query

INSERT INTO auth_groups VALUES (17,'Default','Default user group',1),(18,'Admin','Admin group',99);

I guess that the updates forget or fail to do it properly..

Then RE run the installer step.

It seems to work fine from now

HTH somemone

from ona.

mattpascoe avatar mattpascoe commented on July 23, 2024

These issues should now be resolved in the latest v19.0.0 release.

from ona.

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.