Enabling write-access Overview The web server operates in a dual-user mode for enhanced security. In order for a web application to access your...
open_basedir restriction message Overview When attempting to access a file in PHP, the script will yield a warning similar to: Warning: fopen(): open_basedir...
Permissions overview Every file is made up of a permission set. These permissions consists of 3 sets of 3 bits for a total...
pip install fails with “Permission denied” on Python 3+ Overview Python’s integrated package manager, pip, fails to install packages when Python 3.0 and above is used raising a PermissionError....
Problems deleting files Overview FTP provides a convenient interface to quickly delete multiple files from a your site with minimal overhead. Problems can...
Updating WordPress Overview Periodic updates for WordPress and its plugins are released to introduce new features, address performance problems, and resolve security vulnerabilities. Keeping...
Write permission error when installing gems Overview On newer v6+ platforms with support for multiple Ruby interpreters, installing a gem may fail resulting in a similar...
Writing to files Overview PHP operates as a separate user to enhance security across the server. In the event of a hacking event...