Thanks for the heads up on this thread.414 Request-URI Too LongBy default, web servers and browsers set fairly
generous limits on the length for URLs. Up to
2048 or 4096 characters. I'm not aware of any browser with a limit under
2048 bytes, and none of s2Member's URLs exceed that, even in their full format before having been shortened, in some specific cases
( mostly to prevent issues with email clients ).
If you are receiving this error, here are some things I'd have a look at.1. Do you have any plugins installed into WordPress, which might be security-related, with a configuration that could trigger this error? If so, try disabling those plugins, or scanning back through your configuration of them a bit.
2. Do you have any security-related Apache or PHP extensions running on your server, such as Suhosin, mod_security, suPHP, which might be configured with abnormal settings, thereby causing this issue? See also:
viewtopic.php?f=36&t=147873. Ask your hosting company again. If the issue cannot be resolved on your own, or you don't have access to your Apache and/or PHP error logs to find out what's actually happening, or what is triggering this error, a hosting company should be able to help you with this.
You mentioned this was not a problem when you are logged in as an Administrator, which makes me think it could have something to do with a plugin. So you might spend some more time on #1 above.Please let us know what you find out.