Sorry to be a bother again. Everything was working, then I got an e-mail saying that registration wasn't working. So, I checked registration, and when you hit submit, you get:
| Code: |
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of co
mpression.
* Please contact the website owners to inform them of this problem.
|
When I disable the registration validator, everything works, though I'm again getting a ton of spam bots.
My assumption is that I have something else configured wrong on my server?
***UPDATED***
I've discovered that having gzip compression was causing my issues. Now, though registration goes through, but I get:
Notice: Undefined variable: returned_data in D:\Website\www\tvpb\plugins\system\cedit_blockdisposable.php on line 373
Notice: Undefined variable: returned_data in D:\Website\www\tvpb\plugins\system\cedit_blockdisposable.php on line 373
Notice: Undefined offset: 3 in D:\Website\www\tvpb\plugins\system\cedit_blockdisposable.php on line 376
Notice: Undefined offset: 5 in D:\Website\www\tvpb\plugins\system\cedit_blockdisposable.php on line 376
The line 376 errors were from not having my botscout key typed in correctly. The 373 also have something to do with botscout. Once diabled, they go away.