I had razuna running fine for years, but suddenly it looks like I am getting a SQL error:
{ts ‘2021-01-24 15:40:36’} ---------------------- Config Error. Aborting… !!!
!!!
±----------------±-
| type | Database
| detail | When connecting to the Database this error was reported: A file path that is implicitly
relative to t
| message | General SQL Error
| rrorcode | errorCode.sqlError
|extendedinfo |
| tagcontext | {CFML Type::array}
| sql | SELECT opt_id, opt_value
FROM options
WHERE opt_id LIKE ?
| nativeerrorcode | 90011
| sqlstate | 90011
| queryError | A file path that is implicitly relative to the current working directory is not allowed in the databa
| datasource | RAZUNA_SERVER
| tagname | CFQUERY
| template | C:/GraceCloudWebServer/tomcat-new/webapps/razuna-searchserve r/api/authentication.cfc
| line | 71
| column | 4
±----------------±-
What is the issue?
Tom…