The error is here:
// $newtosdes = cnbya_fixtext($newtosdes, 'nohtml');
// $newtosdata = cnbya_fixtext($newtosdata, 'nohtml');
due to the filter for html, when the phpnuke has publishing
html.
in my your account 5x comment him those you line and it no
longer leaves the error.
Sorry my bad english.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1335260
To clarify -- when changing or adding to the TOS it does not
save.
Logged In: NO
error code: $qry2 = "UPDATE ".$prefix."_cnbya_tos SET
data='$newtosdata', des='$newtosdes' WHERE id='$tosid'";
correct : $qry2 = "UPDATE ".$prefix."_cnbya_tos SET
data='$tosdata', des='$tosdes' WHERE id='$tosid'";
Logged In: NO
The error is here:
// $newtosdes = cnbya_fixtext($newtosdes, 'nohtml');
// $newtosdata = cnbya_fixtext($newtosdata, 'nohtml');
due to the filter for html, when the phpnuke has publishing
html.
in my your account 5x comment him those you line and it no
longer leaves the error.
Sorry my bad english.