Code Monkey home page Code Monkey logo

Comments (4)

OneTrueDash avatar OneTrueDash commented on July 23, 2024

I was able to bypass this error to get to the welcome screen:

// Get any query info
parse_str($_SERVER['QUERY_STRING'], $output);

Per this link, the second parameter is no longer optional in php8.0

https://www.php.net/manual/en/function.parse-str.php

from ona.

OneTrueDash avatar OneTrueDash commented on July 23, 2024

And now this when connecting to the database:

PHP Warning: mysqli_real_connect(): (HY000/2002): No such file or directory in /opt/ona/www/include/adodb5/drivers/adodb-mysqli.inc.php on line 124
PHP Warning: Undefined variable $status in /opt/ona/install/installcli.php on line 429

from ona.

mattpascoe avatar mattpascoe commented on July 23, 2024

Looks like there will probably be a few things that ONA does not conform to the new php8 requirements.. I have not yet gone through the code to update it for php8. It should work with ~7.5 versions.

Additionally, if you should use the development branch version for now as it has some updates to bring it more compatible with newer systems.

I hope to be refreshing ONA to work with these newer versions of PHP in the near future (aka 22.04)

from ona.

mattpascoe avatar mattpascoe commented on July 23, 2024

Should now be fixed in v19.0.0

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.