Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 10, 201212 yr The problem was solved (see att. pic).Please, accept the report of the bugFile: /hooks/gallery_attach_forums_b5837a552916d3be8d5333452a37ae85.php (or similar)Find: $category = array_merge( $category['_latestImage'], $category ); $string .= $this->registry->output->getTemplate('gallery_external')->$ Replace with: if ($category['_totalImages']) { $category = array_merge( $category['_latestImage'], $category ); $string .= $this->registry->output->getTemplate('gallery_external')->$ } In theory this happened because there is category in the Gallery but there are no pictures in it. Please, check if there are more places in your code where this problem may arise.
December 10, 201212 yr http://community.invisionpower.com/resources/bugs.html?do=add&category=196 Please report it in the correct area, feedback is not a bug tracker.
Archived
This topic is now archived and is closed to further replies.