You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line is where PHP queries the SQLite database for the first time - the fact that this is failing and not returning an array that foreach can iterate over suggests that either PHP isn't compiled with SQLite support or is unable to connect to the .db database files that should be at ./resources/ (Songs.db and SongWords.db) - they either don't exist or are not valid SQLite database files.
If you're still experiencing problems, please contact me with details of your PHP implementation and I'll try to help you get up and running.
Hi @r603, did you check the two most likely things in the above comment? When I get time, I'll add some more verbose error messages giving you more details about the problem.
Hi, when I run php ./process.php, I get an error:
The text was updated successfully, but these errors were encountered: