Hey guys,
The formbuilder (0.5.12) stops working after I upgraded my CMSMS from 1.5.2 to 1.6.6. The CMSMailer works fine.
http://www.tordiaimages.com/contact/
http://www.tordiaimages.com/order/
Any idea why is it happening?
Thanks!
Colin
SOLVED: Formbuilder stops working after CMSMS upgrade
-
- Forum Members
- Posts: 24
- Joined: Wed Dec 31, 2008 9:16 pm
SOLVED: Formbuilder stops working after CMSMS upgrade
Last edited by phreerider on Sun Nov 22, 2009 8:14 pm, edited 1 time in total.
Re: Formbuilder stops working after CMSMS upgrade
Hi phreerider,
You probably need to change this in your .htaccess file:
Regards, Rolf
You probably need to change this in your .htaccess file:
Code: Select all
# 301 Redirect all requests that don't contain a dot or trailing slash to
# include a trailing slash
# except for form POSTS
RewriteCond %{REQUEST_URI} !/$
RewriteCond %{REQUEST_URI} !\.
RewriteCond %{REQUEST_METHOD} !POST$
RewriteRule ^(.*) %{REQUEST_URI}/ [R=301,L]
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
-
- Forum Members
- Posts: 24
- Joined: Wed Dec 31, 2008 9:16 pm
Re: Formbuilder stops working after CMSMS upgrade
Hi Rolf,
Thanks for replying, I'm not sure what to change to what? Can you be a little more elaborate?
Thanks.
Thanks for replying, I'm not sure what to change to what? Can you be a little more elaborate?
Thanks.
-
- Forum Members
- Posts: 24
- Joined: Wed Dec 31, 2008 9:16 pm
Re: Formbuilder stops working after CMSMS upgrade
Nevermind, it's working now. Thanks!
Re: SOLVED: Formbuilder stops working after CMSMS upgrade
How did you fix it?
Nullig
Nullig
-
- Forum Members
- Posts: 24
- Joined: Wed Dec 31, 2008 9:16 pm
Re: SOLVED: Formbuilder stops working after CMSMS upgrade
Just uploaded .htaccess (htaccess.txt in the doc folder) that comes with the package into the root directory.