Gallery
Gallery copied to clipboard
Found a bug or error I do not know
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;