Something in the latest Apache …

Something in the latest Apache or PHP releases causes Spackle updates to fail. After much trouble-shooting I tracked it down to the way POST requests were formed by Spackle.
Originally each client would send a request to the server with the POST made up of a complete URL in the POST part, ie.

http://192.168.1.1/~spackle/client.php?action=update…..

instead of

action=update….

In client.sh, change the following:

echo -n “$server&action=update&data=” > content
to
echo -n “action=update&data=” > content

Spackle hasn’t working for months because of that. Must contact the author again.


Leave Your Comment

Your email will not be published or shared. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>


Holy Shmoly! is Stephen Fry proof thanks to caching by WP Super Cache