I do have phpMyAdmin access. Not sure what to look for. Yes, I've cleared cookies and even tried Edge (which I've never used). In any case, nobody else can log in either.danieltj wrote: Wed Aug 14, 2024 4:17 pm Do you have database access via something like phpMyAdmin? If you can’t log into the ACP then updating your settings in the database would help.
What are your cookie settings set to?
Edit:
Also just to tick this off the debugging list, have you cleared your browser cookies for your forum completely?
Yes I tried Edge which I've only ever used to download Firefox and Chrome. But nobody can log in, it isn't just me.
I have asked the host but no reply as yet. I can inject a test account into the users table but I doubt if you will be able to log in with it. You could try registering a new account.ssl wrote: Wed Aug 14, 2024 4:31 pm Your cookie settings seem correct, have you asked your host about this problem?
Do you have a test account to share?
No because
Code: Select all
Your account has been created. However, this board requires account activation by the administrator group. An email has been sent to them and you will be informed when your account has been activated.
I was able to get in by deactivating the Cloudflare proxy. I saw your account request...thanks for trying...ssl wrote: Wed Aug 14, 2024 4:54 pmNo becauseTried this: viewtopic.php?p=15620966&sid=c7db60ee82 ... #p15620966Code: Select all
Your account has been created. However, this board requires account activation by the administrator group. An email has been sent to them and you will be informed when your account has been activated.
This will create a new admin account which allows access to the ACP
I had them turn off the Cloudflare proxy and was able to log in. Thanks for that. Now to figure out what is misconfigured there because we were using Cloudflare before and all was working properly.EA117 wrote: Wed Aug 14, 2024 5:16 pm You're behind CloudFlare, and I'm wondering if your "pre-final move" test was against the actual host? And "broken now" that you're coming to that same host but through CloudFlare after updating the CloudFlare DNS to point to your new host.
By default CloudFlare does make every phpBB client look as though they're coming from the IP address of CloudFlare's proxy rather than the actual client IP address. Had you maybe accounted for this on the old server by using Apache mod_remoteip, or installing a CloudFlare extension which restores the original client IP address for CloudFlare? (And this configuration is absent on the new server.) Or maybe you just didn't have CloudFlare before, and didn't have to account for this?
Posting for the benefit of anyone else who has the problem. Here is the response from our host after we turned off the Cloudflare proxy and found that we were again able to login:EA117 wrote: Wed Aug 14, 2024 5:16 pm
You're behind CloudFlare, and I'm wondering if your "pre-final move" test was against the actual host? And "broken now" that you're coming to that same host but through CloudFlare after updating the CloudFlare DNS to point to your new host.
Code: Select all
Upon checking, I noticed that mod_remoteip was already enabled, but the CloudFlare IPs had not been configured in the mod_remoteip. I’ve now added the CloudFlare IPs, so the real IPs should appear on the server instead of the CloudFlare IPs.
Could you please enable CloudFlare on scripting.wheatstone.com and let us know if the issue persists?