Bonjour !
Bon je sais pas si je suis dans la bonne catégorie mais bon si c'est Autres logiciels je pense que c'est là ! Bref.
Alors récemment (Hier) j'ai installé LAMP avec phpMyAdmin. Bon jusque là tout va bien.
Alors je fait ma base de données et pas d'erreur jusque là mais quand je vais pour voir les tables que j'ai fais dedans. N'importe laquelle c'est j'ai cette erreur là.
Warning in ./libraries/sql.lib.php#613
count(): Parameter must be an array or an object that implements Countable
Backtrace
./libraries/sql.lib.php#2128: PMA_isRememberSortingOrder(array)
./libraries/sql.lib.php#2079: PMA_executeQueryAndGetQueryResponse(
array,
boolean true,
string 'espace membre',
string 'membre',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
string '',
string './themes/pmahomme/img/',
NULL,
NULL,
NULL,
string 'SELECT * FROM `membre`',
NULL,
NULL,
)
./sql.php#221: PMA_executeQueryAndSendQueryResponse(
array,
boolean true,
string 'espace membre',
string 'membre',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
string '',
string './themes/pmahomme/img/',
NULL,
NULL,
NULL,
string 'SELECT * FROM `membre`',
NULL,
NULL,
)
Alors j'ai un autre problème qui pour moi colle avec celui là. Je fais un site du coup en PHP (Merci Sherlock). Bon j'ai mis dans ma balise <?php ?> sa
<?php
$bdd = new PDO('mysql:host=localhost;dbname=espace_membre', 'root', 'root')
?>