XOOPS Cube Legacy 2.1.8a Released!
0
Comments (1)
Newest first |
Oldest first |
Nested view |

Re: XOOPS Cube Legacy 2.1.8a Released!
kilica posted 2010/11/14 9:01
I'm sorry I took a mistake. If you use PHP4.*, the patch cause fatal error.
Please fix either of the following ways.
1) Download the file again.(I replaced it by corrected code already) Then overwrite html/kernel/notification.php on your server.
2) Or fix html/kernel/notification.php l.194 like below: [code] function _escapeValue($value, $type=XOBJ_DTYPE_STRING) [/code] * delete "protected " string.
# If you use PHP5.*, no fix is required.