When upgrading phpFox, you can encounter this error:

The reason is because you might use suPHP during upgrading process. This program use root permission to operate unzipping process and cause above problem after.

We need to switch back to normal permission by log in SSH at public_html folder and run command: 

chown ohayday:ohayday -R public_html/

to switch back user ohayday:ohayday back to its original user and group permission.

1
  • October 10, 2017
  • 0 Comment(s)
Category: FAQs