Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP

PHP extensions needed?

Hi I'm getting a "driver could not be loaded" error on https://teamtreehouse.com/library/extending-a-class when running locally

Anyone now which version of php the course uses and which extensions I need? I have tried on 7.0 and 7.2 with:

extension=php_curl.dll

extension=php_gd2.dll

extension=php_mbstring.dll

extension=php_mysqli.dll

extension=php_pdo_mysql.dll

extension=php_xmlrpc.dll

I think the error is linked to this: https://stackoverflow.com/questions/34903896/what-happened-to-php-mysql-dll

Can anyone confirm?

EDIT: formatting