Re: EuMVC-SQlite3:Weird Unassigned Variable Issue
- Posted by euphoric (admin) Jan 12, 2022
- 860 views
ghaberek said...
euphoric said...
Why does it claim sqlitedb has not been assigned a value?
If I comment out the "include sqlite3.e" line, it works fine!
Are you using the MVC wrapper or do you have another "sqlite3.e" somewhere else?
The MVC/Sqlite3 wrapper
ghaberek said...
You should have your Euphoria include paths pointing to the MVC include/ directory and reference things from there.
I just moved it from the repo into the app directory. It's sitting right there with the source.
Oh, this is not an MVC app!
I had to comment references to the logging library.
Is that not a good way to use it?