Skip to content
This repository was archived by the owner on Aug 10, 2018. It is now read-only.
This repository was archived by the owner on Aug 10, 2018. It is now read-only.

Can't wait till its compatible with SS3 stable release #1

Description

@bbowden

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions