Jump to content
  • 0
GM Winter

H> Fluxcp Error

Question

can someone help me how to fix this error

Warning: fopen(data/tmp/ConfigServers.cache.php): failed to open stream: Permission denied in /var/www/html/lib/Flux.php on line 277

123.JPG

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Before setting 777 permissions on directories that are accessible to the public, did you first confirm the Ownership?

Your webserver process should be running under a non-root user, such as apachenobody, or www-data.
Run the following BASH command to find the appropriate user:

ps aux | egrep '(apache|httpd)'

The "data/" and "data/tmp/" directories on my FluxCP instance are not set to hold 777, and they never will.

Link to comment
Share on other sites

  • -1
On 7/31/2021 at 1:34 PM, chadness said:

can someone help me how to fix this error

Warning: fopen(data/tmp/ConfigServers.cache.php): failed to open stream: Permission denied in /var/www/html/lib/Flux.php on line 277

123.JPG

As already saying: "Permission denied" to open the file "data/tmp/ConfigServers.cache.php"
So try giving permission "777" folder data/tmp

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.