SOLVED: Formbuilder stops working after CMSMS upgrade

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
phreerider
Forum Members
Forum Members
Posts: 24
Joined: Wed Dec 31, 2008 9:16 pm

SOLVED: Formbuilder stops working after CMSMS upgrade

Post by phreerider »

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
Last edited by phreerider on Sun Nov 22, 2009 8:14 pm, edited 1 time in total.
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Formbuilder stops working after CMSMS upgrade

Post by Rolf »

Hi phreerider,

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]
Regards, Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
phreerider
Forum Members
Forum Members
Posts: 24
Joined: Wed Dec 31, 2008 9:16 pm

Re: Formbuilder stops working after CMSMS upgrade

Post by phreerider »

Hi Rolf,

Thanks for replying, I'm not sure what to change to what? Can you be a little more elaborate?

Thanks.
phreerider
Forum Members
Forum Members
Posts: 24
Joined: Wed Dec 31, 2008 9:16 pm

Re: Formbuilder stops working after CMSMS upgrade

Post by phreerider »

Nevermind, it's working now. Thanks!
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: SOLVED: Formbuilder stops working after CMSMS upgrade

Post by Nullig »

How did you fix it?

Nullig
phreerider
Forum Members
Forum Members
Posts: 24
Joined: Wed Dec 31, 2008 9:16 pm

Re: SOLVED: Formbuilder stops working after CMSMS upgrade

Post by phreerider »

Just uploaded .htaccess (htaccess.txt in the doc folder) that comes with the package into the root directory.
Locked

Return to “[locked] Installation, Setup and Upgrade”