Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

db_port Undefined Variable error Apache logs #33

Open
stealer0517 opened this issue Aug 29, 2019 · 4 comments
Open

db_port Undefined Variable error Apache logs #33

stealer0517 opened this issue Aug 29, 2019 · 4 comments

Comments

@stealer0517
Copy link

I am getting the following error in my Apache logs:

[Thu Aug 29 12:52:31.812383 2019] [php7:notice] [pid 22691] [client (IP):52533] PHP Notice: Undefined variable: db_port in /var/www/html/torque/db.php on line 7, referer: http://(IP)/session.php

It appears that in the creds.php file there wasn't a line for the db port so I added the following line and I stopped getting that error.

@surfrock66
Copy link
Owner

This was from this patch: 1a0e049

You may wanna consider re-pulling as there's been a couple bug-fixes from there.

@stealer0517
Copy link
Author

I thought I downloaded it last night, but I'll try again when I get home.
I've been having a few other issues so I'll see if that fixes them as well.

@surfrock66
Copy link
Owner

Ok, the big bug is in upload_data.php, look at the most recent commit (it's like 2 lines, so if you don't have it it's easy to patch). New PIDs weren't getting auto-created.

@stealer0517
Copy link
Author

I tried starting over from scratch and I still got the error until I specified the port.

mo5245 referenced this issue Sep 1, 2021
…2 from php 5.6. Should be more solid, can't produce any errors or warnings but I'm sure they're there, I welcome bug reports.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants