[TYPO3] mailformplus multipage ssl solved

Simon Browning simon at stwdesign.com
Mon Feb 18 19:31:20 CET 2008


Simon Browning wrote:
> I've got a multipage form that we've created using mailform plus which 
> works very well, unless we enable ssl.  Under ssl we never get past the 
> first page of the form, it just reloads itself.
> 
> Looking at the debug output, it doesn't look like the form is picking up 
> any of the field values (see below).  Any assistance/boots in the right 
> direction would be appreciated.
> 
> Thank you.
> 
> Simon
> 
> SSL Debug Output
> 
> These are the current GET/POST parameters:
> Array ( ) not chosen alternative templates:
> Array ( ) chosen alternative template:
> Array ( ) result: alternative template found!
> 
> This is the current template code array for this route:
> Array ( [1] => General Donation Step ###curStep###/###maxStep###:
> 
> 
> Non SSL Debug
> 
> These are the current GET/POST parameters:
> Array ( [id] => 414 [submitted] => 1 [L] => [formtype] => donations 
> [reference] => [centrename] => [date] => [donationtype] => general ...
> 
> ...[paymentref2] => [confirmation] => [mp_step] => 2 
> [mp_delete_uploaded_file] => [mp_last_step] => 1 ) not chosen 
> alternative templates:
> Array ( ) chosen alternative template:
> Array ( ) result: alternative template found!
> 
> This is the current template code array for this route:
> Array ( [1] => General Donation Step ###curStep###/###maxStep###:



.... changed the baseURL for the pages requiring ssl to be https 
(config.baseURL = https://www.mydomain.ca/).

Problem solved.

Simon


More information about the TYPO3-english mailing list