10.01. Joomla pernissions?
If I like to add an image to a new article, I'll get the error message: Warning: Failed to move file! Unable to upload file.
If I like to save a CSS file, I get the error message: Could not save data. Error: An error occurred. The file css/black.css could not be saved (I started fgrep -r css/black.css 'and got from fgrep: /opt/lampp/
I guess it's something with missing permissions.
How can I set the valid permissions in the Joomla folder for directories and the files? Thanks in advance.
Peter
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu apache2 Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- peter
- Solved:
- 2011-01-24
- Last query:
- 2011-01-24
- Last reply:
- 2011-01-22
What is the output of:
ls -la /opt/lampp/
Thanks
peter (peter-neuweiler) said : | #2 |
peter@peter:~$ ls -la /opt/lampp/
-rw------- 1 nobody root 2 2011-01-15 23:57 /opt/lampp/
Thanks.
Peter
ok then currently nobody has access, you may need to chown and chmod the file but I would look online to see what is appropriate.
peter (peter-neuweiler) said : | #4 |
Can you give me an example for chmod and chown?
I'm new with Linux and I can't create the command needed. I miss the knowledge.
Thanks a lot.
Peter
peter (peter-neuweiler) said : | #6 |
solved