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 has been 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.
cheers
bruce
The text was updated successfully, but these errors were encountered:
I have a Files.Sort column in some SS3 installs but not in others which might be a relic of early adoption. I've reimplemented the field in the actual module.
Note the upgrade notes as the gallery field creation method has changed.
I have a Files.Sort column in some SS3 installs but not in others which might be a relic of early adoption. I've reimplemented the field in the actual module.
Note the upgrade notes as the gallery field creation method has changed.
Thanks
James
—
Reply to this email directly or view it on GitHub.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
cheers
bruce
The text was updated successfully, but these errors were encountered: