Page 1 of 1

Forms support

Posted: Sat Mar 19, 2005 11:16 pm
by jj
I am trying out CMS made simple and so far i have been able to edit the template and add content and that is going very good; I am however at a loss as to how I can create a FORM in the content page. I will appreciate any help here

thanks a lot

Re: Forms support

Posted: Tue Mar 22, 2005 6:30 pm
by sjg
Depending on what you're wanting to do with forms, you might want to check out the FeedbackForm module. You can read about it on the User Contributed Module page of the Wiki: http://wiki.cmsmadesimple.org/tiki-inde ... ed+Modules

Re: Forms support

Posted: Wed Mar 23, 2005 8:37 am
by tijntjethf
When i am trying to install the FeedbackForm module, i get an error... does anyone else have got the same problem?

Re: Forms support

Posted: Wed Mar 23, 2005 8:42 am
by petert
tijntjethf wrote: When i am trying to install the FeedbackForm module, i get an error... does anyone else have got the same problem?
duh... what error

Re: Forms support

Posted: Wed Mar 23, 2005 9:27 am
by tijntjethf
Sorry, i was looking for it.. :$

Warning: open_basedir restriction in effect. File is in wrong directory in /var/www/site/cms/modules/FeedbackForm/FeedbackForm.module.php on line 65

Warning: open_basedir restriction in effect. File is in wrong directory in /var/www/site/cms/modules/FeedbackForm/FeedbackForm.module.php on line 66

Warning: open_basedir restriction in effect. File is in wrong directory in /var/www/site/cms/modules/FeedbackForm/FeedbackForm.module.php on line 67

Warning: open_basedir restriction in effect. File is in wrong directory in /var/www/site/cms/modules/FeedbackForm/FeedbackForm.module.php on line 68

Warning: open_basedir restriction in effect. File is in wrong directory in /var/www/site/cms/modules/FeedbackForm/FeedbackForm.module.php on line 69

Warning: open_basedir restriction in effect. File is in wrong directory in /var/www/site/cms/modules/FeedbackForm/FeedbackForm.module.php on line 70
so i guess it is something with the include part, but when i make the path correctly, it still doesn't work..

Hmm.. when i'm trying it on a testserver, it works correctly..

I'll contact the system admin of the site to see if he can fix this setting.

Re: Forms support

Posted: Wed Mar 23, 2005 12:47 pm
by tijntjethf
It's finaly solved!

thanks to dirname(__FILE__)
:)

Re: Forms support

Posted: Wed Mar 23, 2005 1:21 pm
by Ted
dirname(__FILE__) is on the best PHP tricks ever.  :)