View Single Post
  #1 (permalink)  
Old 07-12-2006, 11:23 AM
pligguser pligguser is offline
New Pligger
 
Join Date: May 2006
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
incorrect key at submit url problem Solved!

hi,


the problem is cause by a missing code to assign the randkey from the form post to the code.

you just need to add this

$linkres->randkey = $_POST['randkey'];
to line 11 to yourtemplate\submit_step_3.tpl


bellow are some pictures for references.

good work buddies!

john
Attached Thumbnails
incorrect-key-submit-url-problem-solved-pligg_incorretkey_onsubmit_error1.jpg   incorrect-key-submit-url-problem-solved-pligg_incorretkey_onsubmit_error2.jpg  
Reply With Quote