Error: SoftException in Application(dot)cpp:303 UID of script is small than min_uid

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

Was this answer helpful?

Related Articles

Warning: Unknown(): open_basedir restriction in effect

Basedir restriction is set for security. This most often occurs when you are calling an app...

Clean - Shrink ibdata1

To shrink ibdata1 once and for all you must do the following: MySQLDump all databases into a...

HTTP Authentication error in PHP

Issues with HTTP Authentication error in PHP. Variables $_SERVER['PHP_AUTH_USER'] and...

phpMyAdmin - Error Incorrect format parameter

When importing a database with PHPMyAdmin I receive the error "Error Incorrect format parameter"....

What is the path to PHP5?

We are currently running the latest stable version of PHP5. /usr/bin/php