You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 10, 2018. It is now read-only.
Currently creating a new gallery page generates an 'internal server error' when attempting to save.
This is using the example files and a clean install with the Simple theme.
2 changes to get it working - 1 is a hack, the other is 'sensible'.
"File"."Sort" was coming up as unknown column. - Line 43 of DisplayAnythingGallery.php is the initial trigger
It looks like this column was removed in SS3. Crude solution - manually add it to the database. Don't know if that will work but I'm just trying to get this working till a proper fix is available.
Line 21 of ImageGalleryPage.ss
<% include Clearer %>
changed to:
This needs to be done for videogallerypage.ss as well. The other option is to add the include file to the examples but that seems unnecessary complexity.