ur_ingest_resource_path_rewrite_rule (table) Content
.plantuml -> .puml | default | (\.plantuml)$ | .puml | Treat .plantuml as .puml files | 2024-12-24 11:01:20 | ||||||||
.text -> .txt | default | (\.text)$ | .txt | Treat .text as .txt files | 2024-12-24 11:01:20 | ||||||||
.yaml -> .yml | default | (\.yaml)$ | .yml | Treat .yaml as .yml files | 2024-12-24 11:01:20 |
Error We are sorry, but an error occurred while generating this page. You should contact the site's administrator.
Error in query number 6:
Parsing failed: SQLPage couldn't understand the SQL file. Please check for syntax errors:
SELECT 'text' AS component,
(SELECT CASE WHEN $current_page > 1 THEN '[Previous](?limit=' || $limit || '&offset=' || ($offset - $limit) || ')' ELSE ' END) || ' ' ||
⬆️
'(Page ' || $current_page || ' of ' || $total_pages || ') ' ||
Backtrace
sql parser error: Expected: END, found: ' ||
' at Line: 42, Column: 149
"console/content/table/ur_ingest_resource_path_rewrite_rule.auto.sql" contains a syntax error preventing SQLPage from parsing and preparing its SQL statements.
You can hide error messages like this one from your users by setting the 'environment' configuration option to 'production'.