• I get the following error when trying to “Save Changes” or “Restore Built-in Defaults” from the Sociable Options settings page. If I had to guess, I’d think this is something I probably have to modify in the apache settings, but I don’t know how to do that from CPanel.

    Any insight you can give is appreciated.

    Thanks!
    George

    Method Not Implemented

    GET to /wp-admin/options-general.php not supported.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    From your plugins directory (sociable), open sociable.php file,
    find the start of the <form> tag
    and remove “<?php echo $_SERVER[‘REQUEST_URI’]; ?>” from the action attribute. Make it to look like: <form action=”” method=”post”>

    This should solve your problem.

    Regards,
    http://www.setshine.com

    Thread Starter beldenge

    (@beldenge)

    Hi sachink,

    I did as you said, but I’m still getting exactly the same error. I appreciate your time.

    Thanks,
    George

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Sociable] Error Saving Settings’ is closed to new replies.