Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mrfolkblues

    (@mrfolkblues)

    No, but the scripts did have the non-www version of the domain name in their links, whereas the rest of the site is supposed to be the www version, and the SSL certificate applies only to www. The source from the page is below:

    <!-- Start Of Script Generated By cforms v11.4 [Oliver Seidel | www.deliciousdays.com] -->
    <link rel="stylesheet" type="text/css" href="http://domain.com/wp-content/plugins/cforms/styling/gopalcloud.css" />
    <script type="text/javascript" src="http://domain.com/wp-content/plugins/cforms/js/cforms.js"></script>
    <script type="text/javascript" src="http://domain.com/wp-content/plugins/cforms/js/calendar.js"></script>
    <script type="text/javascript">
    	var cforms = jQuery.noConflict();
    	Date.dayNames = ["S","M","T","W","T","F","S"];
    	Date.abbrDayNames = ["S","M","T","W","T","F","S"];
    	Date.monthNames = ["January","February","March","April","May","June","July","August","September","October","November","December"];
    	Date.abbrMonthNames = ["January","February","March","April","May","June","July","August","September","October","November","December"];
    	Date.firstDayOfWeek = 0;
    
    	Date.fullYearStart = "20";
    	cforms.dpText = { TEXT_PREV_YEAR:"Previous Year",TEXT_PREV_MONTH:"Previous Month",TEXT_NEXT_YEAR:"Next Year",TEXT_NEXT_MONTH:"Next Month",TEXT_CLOSE:"Close",TEXT_CHOOSE_DATE:"Choose Date",ROOT:"http://domain.com/wp-content/plugins/cforms"};
    	cforms(function() { Date.format = "dd/mm/yyyy"; cforms(".cf_date").datePicker( {startDate:"01/01/1899",verticalOffset:10,horizontalOffset:5,horizontalPosition:1 } ); Date.format = "mm/dd/yyyy"; });
    </script>
    <!-- End Of Script Generated By cforms -->

    I’m not sure if the newest version of cforms will have the same problem.

    Thread Starter mrfolkblues

    (@mrfolkblues)

    Mvied,

    I seem to have resolved my issues. I had a plugin installed called “Enforce www. Preference” by Mark Jaquith. Once I disabled that plugin, the redirect loop stopped happening. Seems like there may have been a conflict.

    Also, I was still having problems with some elements not being secure on the page. I tracked this down to the cforms plugin, which inserts some code into the header of the page (links to its scripts and so on). In cforms settings, I excluded this behavior to the specific pages that require cforms. Now I have a properly encrypted page.

    Thanks for writing this plugin. It seems that my problems were not related to WP-Ecommerce after all.

Viewing 2 replies - 1 through 2 (of 2 total)