1
I don't know if i'm supposed to post it in this forum, but i got a problem with the comments part i think.
I got XOOPS 2.0.6 installed with the latest XoopsGallery (1.3.3.3) But when i post a comment to an existing foto, i get an error:
ERROR: requested index [] out of bounds [10]
If i turn on php debug.. i get the following when i post a comment:
ERROR: requested index [] out of bounds [10]Notice [PHP]: Undefined property: app in file
modules/xoopsgallery/config.php line 5
Notice [PHP]: Undefined index: showOwners in file modules/xoopsgallery/config.php line 59
Notice [PHP]: Undefined index: HTTPS in file modules/xoopsgallery/init.php line 74
Notice [PHP]: Undefined variable: GALLERY_NO_SESSIONS in file modules/xoopsgallery/init.php line 107
Notice [PHP]: Undefined variable: full in file modules/xoopsgallery/view_photo.php line 38
Notice [PHP]: Undefined variable: index in file modules/xoopsgallery/view_photo.php line 51
It looks-like the module hasn;t got support for XOOPS 2.x, but that module uses the core systems comments part.
So is it a problem in XOOPS or in the module?
The error couses a white screen, but the comments will be displayed when i refresh the picture page, so comments are added to the database succesfully.
My question:
Does anyone have a full solution of the problem?
AND/OR
Does anyone know a hack, so the error page won't be shown?
Thanx in advance!