Gallery icon indicating copy to clipboard operation
Gallery copied to clipboard

Found a bug or error I do not know

Open Nik-ADA opened this issue 13 years ago • 0 comments

Found a bug or error I do not know if all of the gallery to display in the address bar and change the number of galleries on a non-existent galAlbum = 26 will come out errors

Warning: Invalid argument supplied for foreach () in / public_html/core/cache/includes/elements/modsnippet/9.include.cache.php on line 107

Fatal error: Cannot use string offset as an array in / public_html/core/cache/includes/elements/modsnippet/9.include.cache.php on line 158

found the solution: In Snippets in the galleys before the line

foreach ($ data ['items'] as $ item) {

add

if (empty ($ data ['items'])) return false;

Nik-ADA avatar Jul 10 '12 11:07 Nik-ADA