fulldecent / fulldecent/beginner-project-php-sql
php-sqlite 3 must installed in order to run queries using PDO technique.
Open
- Dominant language
- No language data
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
I had to run `sudo apt install php-sqlite3` in order to get the line queries to run without an error. Before running `sudo apt install php-sqlite3`, I received this error in the Bash terminal:
```
127.0.0.1:60862 [500]: / - Uncaught Error: Call to a member function fetchAll() on boolean in /home/someone/Desktop/practice-php/index.php:22
Stack trace:
#0 {main}
thrown in /home/rob/Desktop/practice-php/index.php on line 22
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.