Coder Social home page Coder Social logo

Comments (5)

subcomarcos avatar subcomarcos commented on July 18, 2024

same here: pfsense 2.4.4 cluster, remote mysql box, auth@freeradius ok, freeradius can r/w on mysql but when I try the connect button I get "Line: 157, Message: Uncaught Error: Class 'mysqli' not found".

@deajan I checked and I found php72-mysqli-7.2.29 installed on both my cluster nodes so I even tried editing the original

$db = new mysqli(DBHOST, DBUSER, DBPASS, DBNAME);

with

$db = new mysqli_connect(DBHOST, DBUSER, DBPASS, DBNAME);

but the only thing I got different was the error: "Line: 157, Message: Uncaught Error: Class 'mysqli_connect' not found".

have you ever solved this one?

from pfsense-cp-auth-onestep.

subcomarcos avatar subcomarcos commented on July 18, 2024

@deajan solved restarting services, not an issue at all for me!

@bootablearg have you restarted services which use php [i.e. nginx or any other webserver] after installing php related pkg?

from pfsense-cp-auth-onestep.

deajan avatar deajan commented on July 18, 2024

Guys, I'm sorry, this is a project I didin't work with for like 5 years.
I'm pretty sure there isn't much to upgrade in the php code to work with recent mysql versions that must be installed on pfSense / OPNSense, but I definitly won't do it, for time reasons.
I'll still add the PRs to keep this repo up to date with fixes unless someone wants to setup up as maintainer.

Best regards.

from pfsense-cp-auth-onestep.

mastrus avatar mastrus commented on July 18, 2024

Hi, I've 34 AP with this software i'd like to be the manteiner

from pfsense-cp-auth-onestep.

deajan avatar deajan commented on July 18, 2024

Go and fork it, I'll happily update the README file to point to a newer repo, or give you access to this one once you have some work done.

from pfsense-cp-auth-onestep.

Related Issues (4)

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.