Hello!
Trying to browse the files section in SilverStripes Backend (win-setup), i get an error when
moving 'to the next page' (or the last one). A window pops up, saying:
"An error occured while fetching data from the server. Please try again later."
(well... i tried 'later' but the result was the same ^^ )
when i take look at the request done (chrome's inspector) the following message
is returned by that ajax-request (next/last page):
ERROR [User Error]: Couldn't run query (42S22, 207, [Microsoft][SQL Server Native Client 11.0][SQL Server]Invalid column name '_SortColumn0'.): SELECT * FROM (SELECT DISTINCT ROW_NUMBER() OVER ( ORDER BY "_SortColumn0" ASC, "File"."Name" ASC) AS Number, (CASE WHEN "File"."ClassName" = 'Folder' THEN 0 ELSE 1 END) AS "_SortColumn0", "File"."ClassName", "File"."Created", "File"."LastEdited", "File"."Name", "File"."Title", "File"."Filename", "File"."Content", "File"."ShowInSearch", "File"."ParentID", "File"."OwnerID", "File"."ID", CASE WHEN "File"."ClassName" IS NOT NULL THEN "File"."ClassName" ELSE N'File' END AS "RecordClassName" FROM "File" WHERE ("ParentID" = '143')) AS Numbered WHERE Number BETWEEN 16 AND 30 ORDER BY Number: [Microsoft][SQL Server Native Client 11.0][SQL Server]Invalid column name '_SortColumn0'. IN POST /of-infonet/admin/assets/EditForm/field/File Line 670 in C:\inetpub\wwwroot\of-infonet\framework\model\Database.php
this SS-install is utilizing v3.02 (WebInstaller) on a basic WinServer2008R2 setup...
Any help is much appreciated!
YT
BB