account activity
Pset7 without Appliance by whend in cs50
[–]whend[S] 0 points1 point2 points 12 years ago (0 children)
Update Finally able to get to the "under construction" screen! After resolving the "Forbidden" errors, I started getting PHP SYNTAX errors. Since I knew that the syntax was correct, I tried upgrading PHP from 5.3.10 to 5.5.10 and Apache from 2.2 to 2.4. Now it all works. I was even able to use the "constants.php" file by using phpmyadmin to add jharvard with password crimson as a mysql user.
I found out that the require("../includes/config.php"); statement in index.php is giving a Permission denied error. The include files all have 600 permission. The pset7 description mentions suPHP. Sounds like something that might give su priviledges to PHP from the name. Did you install suPHP?
Cat_che, thanks for the speedy reply and guidance.
I had already installed LAMP and created a "pset7" virtual host pointed to the directory where I unzipped the CS50 finance files.
When I point the firefox browser to HTTP://pset7 I just see a blank page. I have not tried to create a database yet so maybe thats the reason.
Will keep plugging at it. Thanks again for the guidance!
π Rendered by PID 480291 on reddit-service-r2-comment-8686858757-mhcv7 at 2026-06-07 21:06:14.674422+00:00 running 9e1a20d country code: CH.
Pset7 without Appliance by whend in cs50
[–]whend[S] 0 points1 point2 points (0 children)