File Upload - Cannot create folder

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
nadimsia
User
Posts: 31

File Upload - Cannot create folder

Post by nadimsia »

I got this message when I want to add a new record from website. What should I do..

"...Cannot create folder: /var/www/networkv8/files/temp__fb34gg6j9qclq6rabvr7j51ci4/x_diagram..."


drmovi
User
Posts: 53

Post by drmovi »

i think you should look to the permission on your server to create folders


nadimsia
User
Posts: 31

Post by nadimsia »

On my server.. php file that create with version 8, didnt have any problem but when I create with version 10. I get this error message.


danielc
User
Posts: 1601

Post by danielc »

drmovi wrote:
i think you should look to the permission on your server to create folders

If you want to upload files, there is a temporary folder created under your specified upload folder. So, make sure user has read/write permission for this folder. Read PHP Settings > General Options > File Upload in the help file.


nadimsia
User
Posts: 31

Post by nadimsia »

Thank you.. danielc...

Default folder "...files.." are setting 775, after I change the folder to 777.. all OK.


Post Reply