Thread
:
Problem with QFile
View Single Post
Talvis
2010-02-27 , 15:10
Posts: 12 | Thanked: 7 times | Joined on Sep 2009 @ Finland
#
2
I guess you need to set the permissions on that directory correctly. The program is going to be run as "user" I think, so make sure "user" has writing permissions on that folder.
Have you tried changing the owner of /opt/qtirreco directory to user using "chown user /opt/qtirreco"? Then make sure user has the writing permission with "chmod u+w /opt/qtirreco"...
Quote & Reply
|
The Following 2 Users Say Thank You to Talvis For This Useful Post:
nirpe
,
Trogo
Talvis
View Public Profile
Send a private message to Talvis
Find all posts by Talvis