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 trialModure Rares
Courses Plus Student 9,041 PointsWEBSITE LIVE NOT WORKING
Hello. I have a domain and hosting bought for a website. I uploaded the website with cyberduk. The problem is that I am getting a fatal error on the line where i create the pdo object.
$database = new PDO("mysql:dbname=myportfolio;host=127.0.0.1", "root", "");
1 Answer
Shaun Dixon
10,944 PointsYou would need to ensure that the connection information is correct for the hosting environment you are using.
127.0.0.1 is usually your localhost IP address, which works while you are hosting it on your own machine. You would need to consult your host's documentation/support to ensure you are using the correct connection information.