I'm trying to use sqlite primarily because I have no other reason to install mysql server (I'm running on an ODroid-C1, and have limited memory). Install.php runs fine, but then I can't log in.
I've checked to make sure my login credentials are the same as they are in the config file (I copy/pasted to make sure...).
When I hit enter or submit, I can see that the page loads again, but it loads the login page again, with the username and password still there.
I tried enabling logging in config.php, but it doesn't seem to do anything... There's no log file in the directory, and pages/php_errors.log doesn't exist. I have also tried moving the script out of the subdirectory I had it in (/shorturltest/-/ instead of /-/), and that doesn't work either.
I'm trying to use sqlite primarily because I have no other reason to install mysql server (I'm running on an ODroid-C1, and have limited memory). Install.php runs fine, but then I can't log in.
I've checked to make sure my login credentials are the same as they are in the config file (I copy/pasted to make sure...).
When I hit enter or submit, I can see that the page loads again, but it loads the login page again, with the username and password still there.
I tried enabling logging in config.php, but it doesn't seem to do anything... There's no log file in the directory, and pages/php_errors.log doesn't exist. I have also tried moving the script out of the subdirectory I had it in (/shorturltest/-/ instead of /-/), and that doesn't work either.