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

jdmquin’s picture

The 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

Aran Deltac’s picture

Version: 4.5.x-1.x-dev »
Component: User interface » Code
Assigned: Unassigned » Aran Deltac

This is a duplicate of:

http://drupal.org/node/20040