Jump to content


Photo
- - - - -

Not able to export files from JBZoo


  • This topic is locked This topic is locked
12 replies to this topic

#11 Kess

Kess
  • JBZoo User (rus)
  • User rate: 11.9
  • posts: 406
  • topics: 40

Posted 15 December 2013 - 11:57

I think you should be able to send a file using forum personal messages. There is a "full editor" option which allows file uploading.


  • 0

#12 tkdas

tkdas
  • Topic Starter
  • JBZoo User
  • User rate: 0
  • posts: 28
  • topics: 12

Posted 15 December 2013 - 14:46

Ok, sent to you. 


  • 0

#13 Kess

Kess
  • JBZoo User (rus)
  • User rate: 11.9
  • posts: 406
  • topics: 40

Posted 15 December 2013 - 21:32

You have a mess with file owners and permissions. Let's try to change file and directory permissions correctly and change their owner to apache.

 

First you should find a path to your website in that system report. Then you need to execute following commands:

find PATH_TO_WEBSITE -type f -exec chmod 644 {} \;

This is to change file permissions. And this one is for folders:

find PATH_TO_WEBSITE -type d -exec chmod 755 {} \;

Next change the owner to apache:

chown -R apache:apache PATH_TO_WEBSITE

After that try how everything works.


  • 0




Click to return to top of page in style!