Giter VIP home page Giter VIP logo

Comments (4)

nuxsmin avatar nuxsmin commented on July 28, 2024

Hi!

I have tested XAMPP installations a time ago and it worked fine. The SQL error that you wrote down is not shown because Mardown syntax expansion, try to use and tags for that.

Centos6 is also supported and tested, so if you can give me some information about the error I can analyze it.

I've checked the rollback function and it looks and works well. The "self::$dbname" variable is right, and $dbc is an instance of mysqli class. Do you have any error logged?

Kind regards.

from syspass.

maxmarkus avatar maxmarkus commented on July 28, 2024

Sorry, rollback function is fine, it was createDBStructure()

inc/installer.php:350
                    if (!self::$dbc->query($buffer)) {
                        // drop database on error
                        self::$dbc->query("DROP DATABASE " . self::$dbc . ";");

should be ::dbname

On xampp I got an error when creatingDBStructure, will check at home with my xampp to send you more infos.

Best regards.

PS: oh markdown, of course :)

from syspass.

nuxsmin avatar nuxsmin commented on July 28, 2024

Ohhh, you are right, thanks!!. It is related to 1.0.9 version, isn't it?

Kind regards

from syspass.

nuxsmin avatar nuxsmin commented on July 28, 2024

Fixed in latest master branch commit.

from syspass.

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.