zizohassan / laraflat

Advanced laravel system to build admin panel
http://laraflat.com
MIT License
150 stars 76 forks source link

SQLSTATE[HY000]: General error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname must be a string specifying an existing class (SQL: select * from `post` limit 3) #90

Closed wanteed-lh closed 6 years ago

wanteed-lh commented 6 years ago

its work on local host but when i deploy my website on shared host i get that error capture d ecran 2018-03-05 a 10 13 18 am

zizohassan commented 6 years ago

get the next version 3.0.0 then told me what happen

mbarky commented 6 years ago

This issue because of PHP Version .... it must be 7.1^ or higher For Laravel 5.5.* :) Enjoy

wanteed-lh commented 6 years ago

its work thanks 👍