Jump to content
  • 0

Flux CP Critical Error "Flux_PermissionError"


chatterboy

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  308
  • Reputation:   24
  • Joined:  11/26/12
  • Last Seen:  

Critical Error

An error was encountered during the lifetime of the application.

This could be due to a variety of problems, such as a bug in the application.

However, normally it is caused by misconfiguration.

Exception Details

Error: Flux_PermissionError

Message: The log storage directory '/var/www/html/data/logs' is not owned by the executing user. Remedy with `chown -R 33:33 /var/www/html/data/logs`

File: /var/www/html/index.php:125

 

Im using a Debian 10 its a kind of tricky >.< any idea guys?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  308
  • Reputation:   24
  • Joined:  11/26/12
  • Last Seen:  

[Problem SOLVE]

I've finaly found the missing piece 

$ sudo chown -R www-data:www-data /var/www/html

^_^ happy day!!

 

Edited by chatterboy
Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3122
  • Reputation:   1615
  • Joined:  03/26/12
  • Last Seen:  

The error literally tells you what to do.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  01/09/22
  • Last Seen:  

sometimes, in my case if you are in a virtual machine using a shared folder you will need more magic to make it happen. but, this isnt a fluxcp issue its because shared folders in VM are kind of protected.

 

Link to comment
Share on other sites

×
×
  • Create New...