Jump to content
  • 0

how to fix this?


Ragnar Lothbrok

Question


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  309
  • Reputation:   6
  • Joined:  04/24/12
  • Last Seen:  

Warning: fopen(data/tmp/ConfigServers.cache.php): failed to open stream: Permission denied in /usr/html/cp/lib/Flux.php on line 275 Warning: fwrite() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 276 Warning: fwrite() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 277 Warning: fclose() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 278 Warning: fopen(data/tmp/LangEnUs.cache.php): failed to open stream: Permission denied in /usr/html/cp/lib/Flux.php on line 275 Warning: fwrite() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 276 Warning: fwrite() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 277 Warning: fclose() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 278 Warning: fopen(data/tmp/AddonsHelloworldConfigAddon.cache.php): failed to open stream: Permission denied in /usr/html/cp/lib/Flux.php on line 275 Warning: fwrite() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 276 Warning: fwrite() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 277 Warning: fclose() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 278 Warning: fopen(data/tmp/AddonsHelloworldConfigAccess.cache.php): failed to open stream: Permission denied in /usr/html/cp/lib/Flux.php on line 275 Warning: fwrite() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 276 Warning: fwrite() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 277 Warning: fclose() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 278 Warning: fopen(data/tmp/AddonsHelloworldLangEnUs.cache.php): failed to open stream: Permission denied in /usr/html/cp/lib/Flux.php on line 275 Warning: fwrite() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 276 Warning: fwrite() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 277 Warning: fclose() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 278
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 '/usr/html/cp/data/logs' is not writable. Remedy with `chmod 0600 /usr/html/cp/data/logs`

File: /usr/html/cp/index.php:125

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi P r o p e r t i e s,

 

It says how to fix the issue here; "Remedy with `chmod 0600 /usr/html/cp/data/logs`"

 

So you have to type the following in SSH/Terminal.

chmod 777 /usr/html/cp/data/logs

 

The 777 permission is fine, since you are most likely using nGinx. AsuraHosting customers have the "/usr/html" directory, so I'm guessing you're one of our clients. We offer free FluxCP installation, so just open a support ticket and request it.

Link to comment
Share on other sites

×
×
  • Create New...