Question about news module
I am using the News Module in CMSMS. I have a little problem there. I am using a Field definition for uploading an image. But when I choose an image en choose 'Submit' the system gives an error:
Could not create directory: /var/www/vhosts/domain.nl/httpdocs/uploads/news/id1 (Troubleshooting)
I suspect this has something to do with the rights of the user. The owner of all files en folders is 'kbc'. But when I look at the owner of the News folder (in /uploads/) it is 'Apache'. Could this be the problem?
Anyone a great idea?
Regards,
Jan
News module and field definition
-
jackgittes
- Forum Members

- Posts: 23
- Joined: Mon Sep 28, 2009 9:04 pm
-
Peciura
Re: News module and field definition
Try to set access rule to 0777 to folder "uploads" and all subfolders.
Code: Select all
chmod -R 0777 /var/www/vhosts/domain.nl/httpdocs/uploads