Accessing uploaded files Overview By default, uploaded files are stored under /tmp, which is outside the pivot root of your account’s filesystem. These files may...
Changing PHP settings Overview Certain default PHP settings may be insufficient for an application. For example, it may be necessary to accept large file...
Detecting a web application Overview Supported web applications installed under your account may be detected by first selecting the subdomain or domain under Web...
Displaying errors on-screen for debugging Overview During early development of a PHP application or to debug a problem, errors should be displayed in-browser to help spot...
Increasing max file upload size Overview By default, file uploads are restricted to less than 32 MB, on a server-by-server basis, to prevent abuse by...
Installing Laravel Overview Laravel is a PHP framework built around abstraction: do more with less coding. Laravel runs off PHP and MySQL....
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...
Setting timezone and locale Overview Timezone and locale may be changed for the active user within the control panel via Account > Settings > Localization....
Troubleshooting PHP Overview PHP can fail for a variety of reasons. This is a growing list of reasons for which a PHP...
Understanding fortification Overview Fortification simplifies permission management for PHP-based applications, which run as a separate user from the account holder to enhance...