1
I have been using liaise for the best part of a year with no trouble.
But now, since host went php5 and i have installed XOOPS 2.0.9.2 lisaise has stopped working.
When i go to make a new contact form, I save and all it says is
ERRORNONE
i used php debug and found the lines
Quote:
Notice [PHP]: Undefined variable: hidden_form_id in file modules/liaise/admin/index.php line 174
Notice [PHP]: Undefined variable: clone_form_id in file modules/liaise/admin/index.php line 177
I looked at the relevent lines in the index.php and cant see nothing wrong
if( is_object($hidden_form_id) ){
$output->addElement($hidden_form_id);
}
if( is_object($clone_form_id) ){
$output->addElement($clone_form_id);
}
anyone any ideas?