damania
Forum Replies Created
-
Forum: Plugins
In reply to: Code changes needed to make cforms II work over httpsI figured it out.
First, I went into wordpress general settings and changed the wordpress and blog address to https://(site). Then I went to cforms and went to the exact form and updated it (update button on top right side). Then I went back to general settings and rechanged it back to http://.
Then I changed the cforms_root line as referenced here in entry 4:
http://www.deliciousdays.com/cforms-forum/troubleshooting/https-problems/Then the captcha and submit button wouldn’t work, so I went into plugin editor -> cforms -> js/cforms.js and changed the sajax_uri variable to either “https://(fullpath)” or ‘/wordpress/wp-content/plugins/cforms/lib_ajax.php’;
The path may or may not include /wordpress for you depending on your path.
My website is at http://3packet.com
Good luck all!
Forum: Plugins
In reply to: [Plugin: cForms II] Secure FormsI figured it out.
First, I went into wordpress general settings and changed the wordpress and blog address to https://(site). Then I went to cforms and went to the exact form and updated it (update button on top right side). Then I went back to general settings and rechanged it back to http://.
Then I changed the cforms_root line as referenced here in entry 4:
http://www.deliciousdays.com/cforms-forum/troubleshooting/https-problems/Then the captcha and submit button wouldn’t work, so I went into plugin editor -> cforms -> js/cforms.js and changed the sajax_uri variable to either ‘https://(fullpath)’ or ‘/wordpress/wp-content/plugins/cforms/lib_ajax.php’;
The path may or may not include /wordpress for you depending on your path.
My website is at http://3packet.com
Good luck all!
Forum: Plugins
In reply to: Code changes needed to make cforms II work over httpsMore info:
I noticed I get this error in ie8 (the yellow error triangle in the left side of the status bar):
Webpage error detailsUser Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Sun, 11 Oct 2009 05:04:26 UTCMessage: Permission denied
Line: 121
Char: 1
Code: 0
URI: https://3packet.com/contact-us/Forum: Plugins
In reply to: Code changes needed to make cforms II work over httpsHi tmuka, I tried your suggestion. I changed the Blog address (URL) to https://3packet.com and reactivated the cforms plugin. THe form still hangs on https:// unfortunately. I tried it with changing the Blog address (URL) back to https://3packet.com but not reactivating cforms. That’s its current state.