-
Notifications
You must be signed in to change notification settings - Fork 15
CommonErrors
You can start by editing html.template
and the queries in queries
directory. You should also read Debugging components for more information about knowing what is going on when you request a URL served b LODSPeaKr
You can try deleting the files in the cache/
directory. Sometimes Haanga doesn't seem to notices there is a change, so you have to force it.
It may be a problem with the permissions in the SQLite database. Remember to grant writing permissions to the apache user not only to the database file, but also to the directory where it is located (usually meta
).
This may be related to several reasons:
- Using dash "-" in variables
- Not closing a
for
loop or anif
- Using a
forloop
outside of a loop -
include
file not found
utils/lodspk.sh debug on
utils/lodspk.sh debug off
/var/log/apache2
Exception query : could not find driver meta/db.sqlite
Proposed solution: Install sqlite (Requisites) and reinstall lodspeakr
b/c meta/db.sqlite wasn't created by lodspeakr b/c sqlite wasn't available during install.
Can't write in SQLite database. Please check you have granted write permissions to meta/ and meta/db.sqlite.
Can't write in SQLite database. Please check you have granted write permissions to meta/ and meta/db.sqlite.
In case your problem persist, you can wipe out the database.