[pmwiki-users] Unable to save

Lucian Wischik lu.gmane at wischik.com
Mon Nov 13 16:08:40 CST 2006


L. Bell <labellz <at> earthlink.net> writes:
> The save and preview buttons in my pmwiki do not work, even for the  
> sandbox page.

Here's some diagnostics I'd like to see from you. Maybe these would
help narrow down the problem.

(1) When you click the preview/save buttons, does a request actually
get sent to the webserver? (e.g. the simple skin turn the buttons
into calls to a javascript function, which will do nothing if
javascript is turned off).

(2) What is the request? Find this in your server logs.

(3) Edit your local.php so that it says
  echo "action = {$action}<br>\n";
so we can see what the action is. You could make it display more
stuff, eg.
  print_r ($_REQUEST);
So what do you see? After you've clicked the submit button, what
action does pmwiki think it's going to do?






More information about the pmwiki-users mailing list