Questions tagged [permission-denied]

This tag refers to a situation in which you are refused access to a particular system, file, database, etc. that is protected. The most common cause of this is improper credentials (i.e. usernames, passwords, etc.)

Use this tag for questions related to being unable to access a particular system, file, database, etc. that is protected because of permission issues.

1520 questions
0
votes
1 answer

Error in plugin I am using for poll in website

I am getting some errors. 1.file_put_contents(C:\Inetpub\vhosts\mystateinfo.com\httpdocs\AP201-205\AP201-205\web/app.data/demo-your-first-poll.def/ip-block.txt) [function.file-put-contents]: failed 2.to open stream: Permission denied in…
Amol Bharmoria
  • 239
  • 4
  • 23
0
votes
2 answers

Paperclip - permission denied (controller)

Well, i'm a new linux/rails student and some problems I just get so blind to solve. I've been digging stackoverflow and google to solve this one, but sincerly I cant. Only thing I know that is related with chmod and chown commands. "Anuncios" is my…
0
votes
1 answer

Not able to Create file usind PHP?

So what I'm doing is creating a directory with a name from the file , then creating a text file in it. My directory structure is like this where I am trying to create the file: /users/username/www/practise and the code is: $path =…
Deepu
  • 131
  • 6
0
votes
2 answers

Permission denied when trying to delete file via vbscript

We have a logon script that sets up default shortcuts on users desktop deployed via Group Policy. This script was used in our previous Windows XP environment. The problem is, the person who set this up copied the shortcuts to…
0
votes
1 answer

Android SDK Manager gives me error every time I want to install any package: "Download interrupted: Permission denied: connect"

I had this issue before. I don't remember how I solved it. Many others have the same issue, but couldn't find a legit solution. Some guy in this forum:…
BizMoto
  • 147
  • 3
  • 7
  • 14
0
votes
1 answer

Tomcat running, port 80 connection refused error

At first, everything was fine, until today. My site (running on Apache Tomcat) gave a No Data Received error page in Chrome. I panicked, and tried port 8080. It worked. Port 80 was failing. So I tried doing SSH to my EC2 Instance, and restarting…
crownusa
  • 159
  • 1
  • 9
0
votes
1 answer

FluentMigrator create table permission denied

I'm running C:\Dev\Migrate> MSBuild.exe .\build.proj /t:Migrate from powershell on a fluentmigrate project And getting the following error : !!! An error occured executing the following sql: CREATE TABLE [dbo].[VersionInfo] ([Version] BIGINT…
Axe
  • 764
  • 6
  • 29
0
votes
2 answers

Android SDK manager cannot access repository: permission denied

I initially didn't have issues with accessing the repository and installing packages through the SDK manager. However, somehow it does and I haven't figured out the reason yet. The following message appears on the Android SDK Manager Log: Failed to…
alwesam
  • 26
  • 1
  • 2
0
votes
1 answer

Error installing Homebrew on a fresh Mavericks install

Did a fresh install of Mavericks from a clean disk, installing Homebrew before updating my Ruby versions with rbenv. Getting this error: error: unable to create file bin/brew (Permission denied) error: unable to create file share/man/man1/brew.1…
0
votes
2 answers

No permission on server after changed DocumentRoot in 000-default.conf Apache2

I'm trying to fallow the steps of the laboratory exercise and encounter a problems. i have to configure apache2 using bash ubuntu. I created a folder with the html file and I want to share it on a server. i edited the part of the config file…
Sruj
  • 1,177
  • 2
  • 18
  • 38
0
votes
0 answers

Javascript development - apache write permission

I am developing a web site with extjs and my files are in htdocs folder. (Windows 7) In eclipse, my workspace will be the htdocs so with this and code modifications, after refresh browser, i see the last source code modifications. This is my idea…
Vítor Nóbrega
  • 1,219
  • 4
  • 26
  • 53
0
votes
2 answers

Trouble downloading a file from the web to a folder on my computer

I am writing a program that basically uses a DAT file of countries from http://dev.maxmind.com/geoip/legacy/geolite/ to run some analysis of IP addresses. However if the folder in C:\ProgramData\IPChecker is not there (first time) I create it - no…
user2334626
  • 197
  • 1
  • 1
  • 12
0
votes
1 answer

permission denied format+en,default+en,i+en,corechart+en.i.js, line 83 character 16

Hi i am also facing the same issue on my site, In IE 8 the Google chart not displaying at all..while rendering the chart IE 8 rises the following error, permission denied format+en,default+en,ui+en,corechart+en.i.js at line 83 still i cant find why…
0
votes
0 answers

Setting up nginx getting 404 because of folder permission?

I have just installed nginx and i think my configs are just right.. But i still get 404 on the page im trying to access, I reviewed other setups on nginx and found one which included on how to see nginx log. I tried it then, tried to access again on…
0
votes
1 answer

PDF getting created with permission 600?

I'm experimenting a weird issue. Most of the time (almost everytime) my pdf are getting generated with the permission (rwx-r--r--) 644 which is correct. But 'sometimes'.. and I cannot understand why this happens but they get created with permission…
Johny19
  • 5,364
  • 14
  • 61
  • 99