[Solved] php Error – Call to a member function fetchAll() on boolean [duplicate]


Your query() call returns false as it’s failed. That’s why fetchAll can’t be executed.

Debug your query! (I think it’s a typo error and tite should be title)

0

solved php Error – Call to a member function fetchAll() on boolean [duplicate]