Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Problem fixed. I have been beating my head against the wall. My problem was this:
  2.  
  3. My database (tflux.db) was located at /DBz/tflux.db
  4.  
  5. and /DBz/ was owned by root.
  6.  
  7. To fix this, I did this:
  8.  
  9. Code:
  10. chown www-data /DBz/
  11. and
  12.  
  13. Code:
  14. chown www-data /DBz/tflux.db
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement