Groups :: Movable Type Plugin : Plugin Bugs
Login in v4.23 uses broken API
I've managed to install the Sodahead plug-in successfully, and the "Create Poll" option appears beneath the entry form.However, when I click the link and attempt to enter my username and password in the window that appears, it dies with an "unknown error". The details of the error are:
" Error Status Message: 301 Moved Permanently 301 Moved Permanently Moved Permanently
The document has moved here.
"Judging from the error text, it appears that the plug-in is attempting to use an API that is no longer available.
Sort By
my $SODAHEAD_HOST = 'sodahead.com';
to:
my $SODAHEAD_HOST = 'www.sodahead.com';
That is, add 'www.' to the host name. That appears to solve the problem.