Error: SoftException in Application.cpp:303 UID of script is small than min_uid when going through error logs. GID errors can also occur.
You can receive such an error if the ownership of your files are not setup properly.
To crrect the issue be sure the ownership of your files are correct. To do so, use the
To fix this issue, make sure you have correct user and group ownership for the file that you are trying to access. With our service you would want to use the following:
chown usernmame:username filename.php
or to update the entire account use the following:
chown username:username * -R
- 169 Users Found This Useful
Related Articles
