logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: permission denied when running wamp in win 7
Author
vulcan



Joined: 07 Jan 2015
Posts: 1
Location: Sweden

PostPosted: Wed 07 Jan '15 11:34    Post subject: permission denied when running wamp in win 7 Reply with quote

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: 7298
Location: Germany, Next to Hamburg

PostPosted: Thu 08 Jan '15 18:07    Post subject: Reply with quote

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


Reply to topic   Topic: permission denied when running wamp in win 7 View previous topic :: View next topic
Post new topic   Forum Index -> Other Software