-
Notifications
You must be signed in to change notification settings - Fork 24
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
Comments
This was from this patch: 1a0e049 You may wanna consider re-pulling as there's been a couple bug-fixes from there. |
I thought I downloaded it last night, but I'll try again when I get home. |
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. |
I tried starting over from scratch and I still got the error until I specified the port. |
…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.
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.
The text was updated successfully, but these errors were encountered: