PHP 5.3 deprecated & fix

Questions and bug reports for current release of CKForms

PHP 5.3 deprecated & fix

Postby Simkea » Thu Jul 22, 2010 1:12 pm

Problem:
session_unregister is deprecated in controller.php

Fix:
Row 75 replace:
session_unregister('ck_send_once'.$ckform->id);
with:
unset($_SESSION['ck_send_once'.$ckform->id]);

Row 81 the same as:
unset($_SESSION['securimage_code_value']);

best regards
Simkea
 
Posts: 6
Joined: Thu Jul 22, 2010 1:06 pm
Top

Return to CKForms 1.3.x Support forum

Who is online

Users browsing this forum: No registered users and 1 guest