Sallycantdance Posted July 31, 2021 Group: Members Topic Count: 225 Topics Per Day: 0.14 Content Count: 798 Reputation: 12 Joined: 12/04/20 Last Seen: Yesterday at 09:00 AM Share Posted July 31, 2021 can someone help me how to fix this errorWarning: fopen(data/tmp/ConfigServers.cache.php): failed to open stream: Permission denied in /var/www/html/lib/Flux.php on line 277 Link to comment Share on other sites More sharing options...
0 changedname Posted September 24, 2021 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 21 Reputation: 12 Joined: 09/14/21 Last Seen: September 26, 2021 Share Posted September 24, 2021 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 apache, nobody, 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 More sharing options...
-1 M a p l e Posted August 28, 2021 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 271 Reputation: 63 Joined: 02/04/19 Last Seen: October 27, 2023 Share Posted August 28, 2021 On 7/31/2021 at 1:34 PM, chadness said: can someone help me how to fix this errorWarning: fopen(data/tmp/ConfigServers.cache.php): failed to open stream: Permission denied in /var/www/html/lib/Flux.php on line 277 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 More sharing options...
Question
Sallycantdance
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
Link to comment
Share on other sites
2 answers to this question
Recommended Posts