Bug Error message on page

Status
Not open for further replies.

hubbucks

Customer
I don't remember this happening when I first installed the mod, but today I noticed this message when navigating to the Reviews page: Warning: Invalid argument supplied for foreach() in [path]/dbtech/review/includes/class_module.php on line 532
 
See if this fixes it.

Open dbtech/review/includes/class_module.php

On about line 539 change

PHP:
                foreach ($reviewarray AS $tagtext => $reviewdata)

to

PHP:
                foreach ((array)$reviewarray AS $tagtext => $reviewdata)

If that fixes it I'll make sure it goes into the next release.
 
Status
Not open for further replies.

Legacy DragonByte Reviews

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
191
Customer rating
0.00 star(s) 0 ratings
Back
Top