FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Unlocking then locking files results in wrong permissions
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Unlocking then locking files results in wrong permissions [message #188169 is a reply to message #188168] Mon, 16 August 2021 18:28 Go to previous messageGo to previous message
naudefj is currently offline  naudefj   
Messages: 3771
Registered: December 2004
Karma:
Senior Member
Administrator
Core Developer
It seems that different web servers expect different permissions, and FUDforum's one size fits all approach is not always working.
On the positive side, noting will be lost, just inaccessible, until you reinstate the correct permissions.

On the command prompt -
find /var/www/html/forum -type d -print0 | xargs -0 chmod 755 
find /var/www/html/forum -type f -print0 | xargs -0 chmod 644
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Invalid email headers
Next Topic: SQL errors when fetching mailing list messages
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Nov 21 21:09:55 GMT 2024

Total time taken to generate the page: 0.04382 seconds