Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: permission denied when running wamp in win 7 |
|
Author |
|
vulcan
Joined: 07 Jan 2015 Posts: 1 Location: Sweden
|
Posted: Wed 07 Jan '15 11:34 Post subject: permission denied when running wamp in win 7 |
|
|
First of all, I am a total newbie at apache.
I'm trying out a free support management system "supportform" which is web based.
I have installed in on top of "wamp" a bundle with apache/php/mysql.
The problem is I cant get the permissions right, when I browse to the localhost webpage on the "server" I get the following message:
( ! ) Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0
( ! ) Fatal error: Unknown: Failed opening required 'C:/wamp/www/index.php' (include_path='.;C:\php\pear') in Unknown on line 0
What am I doing wrong? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 08 Jan '15 18:07 Post subject: |
|
|
Than is a PHP error.
In your php.ini set
Code: |
error_reporting = E_ALL
display_errors = On
display_startup_errors = On
|
|
|
Back to top |
|
|
|
|
|
|