fulldecent / fulldecent/beginner-project-php-sql
php-sqlite 3 must installed in order to run queries using PDO technique.
Ouverte
- Langage dominant
- Aucune donnée de langage
- Étoiles
- 1
- Forks
- 1
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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
```
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.