Seeing PHP errors
-
Hi,
I'm trying to make uvdesk work with SQLite, and I was able to get the schema applied, but when I try to make it add a user, the server responds with a 500 error. Unfortunately, I don't see any errors in the logs.
How can I get the PHP errors out?
-
We have not tested with SQLite but you can try and resolve the error you are getting while running it with SQLite.
It Works well with MySql.
-
@Sanjeev well I would love to resolve the error, I love SQLite.
Is there a way to turn on debug logging out something like that?
-
You can try using command this may be you will be able to see errors on CMD.
Or
If using web installer Just check your console for any kind of error during installation.