Closed (duplicate)
Project:
Help Edit
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Mar 2005 at 04:29 UTC
Updated:
27 Apr 2005 at 15:36 UTC
Cannot get this module to work. Everytime I try to update a help message I get a error 500: Internal Server Error.
Please help
Thanks
JJ
Comments
Comment #1
jdmquin commentedThe problem is if you are not using clean urls. If you edit line 118 from:
form_submit(t('Update message'))
,'post','admin/help/custom/save');
to
form_submit(t('Update message'))
,'post','?q=admin/help/custom/save');
It now works fine
I'm no php programmer so there may be a better way of fixing this. I noticed it was trying to access a clean url.
Thanks for the great module. I have several people who have little computer experience and I need to add help to certain pages.
JJ
Comment #2
Aran Deltac commentedThis is a duplicate of:
http://drupal.org/node/20040