Yanik39 / TORNet

Full featured web server for TOR Hidden Services with Vanguards, NGINX, PHP-FPM, MariaDB, NYX, Supervisor and dnsmasq. One Container for all.

Home Page:https://Yanik39.github.io/TORNet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP8.0 -> PHP8.1

atomisfat opened this issue · comments

Hello.
Most of the configurations files are pointing to the old 8.0 directories. (Supervisor, torlog, etc)

I've fixed the ones I could on my own build, but after it has been fixed, a new problem appears.

Neither TOR or DNSMASQ will start properly any longer.
Running on Debian 11 Bullseye

Take care, thanks.

commented

Hi,
I fixed all and with new image everything starts perfectly.
Please be sure you are using latest development image.
Will publish new version after few tests.

Okay, thanks for the quick updates.

I have noticed one more thing, which I cannot seem to patch.
php connection to mysql/mariadb is not working at all - either it's permission denied or connection refused.

Have created new user accounts in database & given priviliges.
You got any ideas?

@Yanik39, I still cannot connect to the local MySQL/MariaDB from my PHP Script.
You have any ideas at all? Feels like i've tried everything almost.

commented

Sunday i can do some test. Sorry for late response.

commented

@atomisfat Which php script are you using? or some custom script?

@Yanik39 do you have a private contact info, like telegram or such.

Am just testing with basic PHP MYSQL connection.
I'll try again now, just gimme a couple minutes and ill reply back on thread brother.

commented

For connection are you using socket right? mysqld listening on socket.
To test; https://gist.github.com/chales/11359952