Page 1 of 1

cmsmailer and FeedbackForm

Posted: Wed Dec 07, 2005 5:06 am
by bclark
hi

real noob here!  I have tried to install FeedbackForm but it says that a dependancy - cmsmailer has not been installed.  I tried to install this module but it seems to be a zip file with phpmailer in it only and CMSMailer.module.php.  Where do i put this?  i have tried the root directory and still doesnt work and the cmsmadesimple/modules folder but no luck there either.

any help appreciated!

cheers!

Re: cmsmailer and FeedbackForm

Posted: Wed Dec 07, 2005 3:16 pm
by calguy1000
CMSMailer is a simple module that only provides a wrapper around phpmailer.  It gets installed just like any other module, in your modules directory.  Then FeedbackForm will see it, and allow you to install.

Re: cmsmailer and FeedbackForm

Posted: Wed Dec 07, 2005 11:33 pm
by bclark
thanks for your help - i got it working by copying all the files into

/public_html/cmsmadesimple/modules/CMSMailer/

which has meant I can now create the forms and submit them etc

however, i assume because of the rather convoluted installation method i used i am getting some errors - eg This under the Extensions menu (http://www.phuba.com/cmsmadesimple/admi ... =CMSMailer) -

--Add Me - module:CMSMailer string:friendlyname--

Warning: Smarty error: unable to read resource: "module_file_tpl:CMSMailer;prefs.tpl" in /home/bclark/public_html/cmsmadesimple/lib/smarty/Smarty.class.php on line 1088

I probably should simply remove the component and reinstall - what is the best way to do this - Uninstall the module, delete the folders, then copy the files up again and reinstall?

Re: cmsmailer and FeedbackForm

Posted: Wed Dec 07, 2005 11:34 pm
by calguy1000
Yep, this is the best way.
bclark wrote: thanks for your help - i got it working by copying all the files into

/public_html/cmsmadesimple/modules/CMSMailer/

which has meant I can now create the forms and submit them etc

however, i assume because of the rather convoluted installation method i used i am getting some errors - eg This under the Extensions menu (http://www.phuba.com/cmsmadesimple/admi ... =CMSMailer) -

--Add Me - module:CMSMailer string:friendlyname--

Warning: Smarty error: unable to read resource: "module_file_tpl:CMSMailer;prefs.tpl" in /home/bclark/public_html/cmsmadesimple/lib/smarty/Smarty.class.php on line 1088

I probably should simply remove the component and reinstall - what is the best way to do this - Uninstall the module, delete the folders, then copy the files up again and reinstall?