Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 9 years ago.
Improve this question
So right now I am trying to open a folder on my local host and cannot because every time I try to access localhost/myfolder I get a you don't have permissions error. I tried copying and pasting this said folder to Library/WebServer/Documents and the even weirder thing is that other folder I copy do show up in localhost but this one does not. All this folder has is some html in it. Does anybody have any idea why this could be happening? Thanks!
You might not have permissions to read the document.
Try:
chmod -R 755 Library/WebServer/Documents
This will give read/write/execute permissions to the user. read/write to the group and read/write to other. See https://en.wikipedia.org/wiki/Chmod for more info on chmod.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 3 years ago.
Improve this question
I recently noticed that mi dashDB entry plan under a dedicated ibm cloud environment has been sunset. I read an article that said that, but i had not been informed previously, so i lost my two databases (production, and testing).
Does anyone know what i should do in this case? I have a lot of sensible data inside them, and i didn´t have any problem about changing the plan, but i don´t know how to do it because i cannot get inside the console (it doesn´t work anymore). Is there any way to recover my databases? Thanks.
Please open a support ticket here: https://watson.service-now.com/wcp
The support team can temporarily re-enable your access so that you can download a copy of your data.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 6 years ago.
Improve this question
The website that I am hosting a website on my Raspberry Pi using Apache2 doesn't seem to update it's scripts when I upload them SFTP. All of the files are like this.
Are you getting any errors, that should tell you everything you need to know.
Check that the user you're logging in as has write permissions to that directory.
I found out what was causing the error, I used chown to give the permissions to the website's root folder but I should have used usermod.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
Having trouble with transferring files with (cp) usage on Powershell. I am not able to transfer from (ex: Desktop to Temp files). Any ideas?
This will do it:
cp $userprofile\desktop\your_file $temp
Replace your_file with the name (including wildcards if necessary) of your file(s).
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I'm trying to write an image in MATLAB, but got the following error:
Error using imwrite (line 455) Unable to open file "D1.bmp" for
writing. You may not have write permission.
Why is that? How can I go around this error?
As the error suggests, it would seem that you do not have permission to write the file where you are trying to save it. Make sure that you are not trying to write to a protected area of the computer.
If changing the filename but not the location fixed this problem, it's possible that you had an existing file, "D1.bmp", which was inaccessible for Matlab to write to, possibly because it was open in another program.
In some cases (dependant on Matlab version, I think - can't reproduce on this computer) this can happen just from having the directory open in Windows Explorer. See, for example, here (Mathworks Support link).
If you want to avoid accidentally overwriting images, you can use exist to check if a filename is already in use, and if so change the filename (i.e. go to D2.bmp or D1_01.bmp), rather than changing the image format.
The problem was solved when I changed the extension of the written image to jpg instead of BMP.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
call-for-help: we are keep getting the illustrated error after hitting "save changes" in the application settings dashboard ... the changes are saved though ... any link where we can report our app issue?
http://awesomescreenshot.com/046la8j4f
This is not a problem with your app..
This happens sometimes because your app server might have taken a longer time to update on FB servers and the connection timed out...
Nothing to worry about you an try again
I had the same issue and solved it by checking all the icons and screenshots. I made sure that they all was in the same format (.png) and then it worked!
I guess the issue, for me, is that i used different formats.