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

WordPress Local WordPress Development Local WordPress Development Installing WordPress Locally

Oscar Ayala
Oscar Ayala
1,060 Points

I am not able to click on phpMyAdmin on the MAMP home page to continue on with the tutorial. What should I do?

On the MAMP homepage under tools, phpMyAdmin says I need php version 5.5x to 7.0x, but from what I understand, I should already have a version of php that is current.

1 Answer

berny abarca
berny abarca
2,836 Points

YouΒ΄re under the 5.5 version which is what happened to me. Just go to the terminal and check your version ( php --version). Update home brew (or install it) and install PHP 7. On youtube you can find some good tutorials.