Hi,
Our website does not have a (pricy) SSL certificate so we just use http. Using https with our own certificate gave user warnings that the reliability was questionable, bla bla security etc.
Now the issue: after updating the forum to the latest version I noticed I couldn’t use the ‘edit’ button, as well as the ‘mark all as read’ button and probably some more will be broken.
I’ve found that the POST call in the button’s form referred to an HTTPS url. By changing this to HTTP with firebug I was able to get the Edit button working. Had to do the same to the submit button for it to work.
While digging a bit I found that the sp-control.php performs a string replace so that admins always get served with HTTPS in stead of HTTP.
example:
if (is_admin() && force_ssl_admin()) $site = str_replace(‘http://’, “https://”, $site);
Can I safely comment this out, or should I look for another solution?
Greetz,
Proph
our forum: http://www.lion-pack.nl/forum