Closed (fixed)
Project:
Galleria
Version:
7.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2012 at 08:36 UTC
Updated:
22 Feb 2012 at 18:50 UTC
I added an option to an optionsset. Then all images disappeared. In the edit optionset screen i get this errror: Warning: rsort() expects parameter 1 to be array, boolean given in galleria_get_themes() (line 261 of .... public_html/sites/all/modules/galleria/galleria.module). Looks like now the classic theme is inserted in the page instead of my own theme.
Comments
Comment #1
ronwi commentedI solved the problem but it is not clear to me what happened. Galleria could not find my theme. I changed the name from galleria.ron.js to galleria.ron.min.js and then it worked. It did work without this name-change. I also change some file permission from 777 to 744 but i don't see if it is related.
Comment #2
kroimon commentedI think there was a problem with file permissions. The error message points to an error while searching for the theme files.
As you seem to have solved it, I mark this issue as being fixed.
Comment #3
cledwyn commentedThis issue happens to me as well. The public facing page this is occurring for me is
http://llpots.com/node/5
Comment #4
cledwyn commentedThis also was a permissions issue. I widened the permissions in my /sites/all/libraries/galleria/themes/ directory and it is all working now.