bonesteelkat
Forum Replies Created
-
After some searching I found the file with the response and added some if statements so they could be allowed to register. Thanks for a great plugin!
Update: I updated the plugin and now my css doesn’t work at all (I readded it after the update).Edit: Nvm got it to work but I still have the original issue.
- This reply was modified 7 years, 2 months ago by bonesteelkat.
- This reply was modified 7 years, 2 months ago by bonesteelkat.
Hi, thanks for getting back to me. Here is the website page but we have it set up so you will have to make an account if you want to access the page. I can take a photo of it if that makes it easier.
Forum: Plugins
In reply to: [Separate Login] Trigger Login LoopAll right, I understand. Thank you for the help anyway!
Forum: Plugins
In reply to: [Separate Login] Endless Security CheckEdit: I just realized that I missed editing one of the $wpdb to make it my db name. But ignoring my last reply, I am still getting the same security check error (with weird login issue).
- This reply was modified 7 years, 2 months ago by bonesteelkat.
- This reply was modified 7 years, 2 months ago by bonesteelkat.
- This reply was modified 7 years, 2 months ago by bonesteelkat.
Forum: Plugins
In reply to: [Separate Login] Endless Security CheckHey,
Thanks for getting back to me! I updated the plugin but I’m still having an issue where the screen is now just white and doesn’t load anything. I completely forgot to mention that I had added some code myself to do other things with the plugin but I didn’t mess with the login. I also noticed that a really weird thing happens where when I login to my wp-admin account that the separate login page won’t even load, but when I log out and try the plugin login I can get to the login page but it just go to a white screen after trying to login. I don’t know if sending my code would help you but I can do that.
Thanks for your time!
- This reply was modified 7 years, 2 months ago by bonesteelkat.
- This reply was modified 7 years, 2 months ago by bonesteelkat.
Forum: Plugins
In reply to: [Separate Login] Trying to connect to external dbOkay, thank you for your help. I will keep working on it!
Forum: Plugins
In reply to: [Separate Login] Trying to connect to external dbSo I edited as you instructed and I think it worked(?), but I’m getting these errors (from another plugin that is for debugging):
Warning mysqli_real_connect(): (HY000/2002): Connection timed out on line 1540 in file /home/mysite/dev.mysite.com/wp-includes/wp-db.php
Warning mysql_connect(): Connection timed out on line 1570 in file /home/mysite/dev.mysite.com/wp-includes/wp-db.php
Notice mysqli_query(): send of 60 bytes failed with errno=32 Broken pipe on line 1877 in file /home/mysite/dev.mysite.com/wp-includes/wp-db.php
Warning Error while sending QUERY packet. PID=32548 on line 1877 in file /home/mysite/dev.mysite.com/wp-includes/wp-db.phpI’m wondering if this is a database error or something that I did wrong. I’m using google cloud platform’s free trial just to test the database.
Forum: Plugins
In reply to: [Separate Login] Trying to connect to external dbThanks for the quick reply! I will do as you suggest and let you know if I need any more help/if it all works out.
Forum: Plugins
In reply to: [Separate Login] Trying to connect to external dbAn additional question I thought of:
For lines like this–
"INSERT INTO seplog_sessions SET token = %s, customer_id = %s, session_start = %d, session_end = %d, last_interaction = %d, level = %d, ip = %s"
–which insert something into a table I don’t have, do I need to create these in my database so that it will match?