1
Using the myReviews module in a XOOPS 2.2.2 environment.
The module previously displayed the following 6 blocks:
Recent Reviews, Top Reviews, Head of the Class, Hall of Fame, Most Voted, and To Be Reviewed blocks.
Now it only displays these 3: Head of the Class, Hall of Fame & To be reviewed.
The module previously displayed thumbnails for each review. Doesn't do that anymore.
Received the following debug errors:
Notice [PHP]: Undefined offset: 1 in file modules/myReviews/blocks/waiting_reviews.php line 90
Notice [PHP]: Undefined offset: 1 in file modules/myReviews/blocks/waiting_reviews.php line 94
When I re-install the module, I notice that the data base seems to be inserting blocks strangely:
Updating existing block
Block Recent Reviews inserted. Block ID: 151
Updating existing block
Block Top Reviews inserted. Block ID: 151
Updating existing block
Block To be Reviewed inserted. Block ID: 152
Updating existing block
Block Reviews Hall of Fame inserted. Block ID: 153
Updating existing block
Block Most Voted Reviews inserted. Block ID: 151
Updating existing block
Block Head of the Class inserted. Block ID: 151
The developers site seems to be unavailable. Has anyone experienced this or know how to fix it?
EDIT: I only receive the php debug errors when I add the To Be Reviewed block.