Upgrade Issues / Internal Server Error cPanel

I upgraded to EasyApache 4 and running PHP v5.6.24 and I am still getting an Internal Server Error after upgrading to GRAV v1.1.1.

In the log file for the website I get the following errors:

[Wed Jul 27 08:07:04.179115 2016] [:error] [pid 3981] [client 76.172.65.89:54237] SoftException in Application.cpp:356: UID of script “/home/pclworks/public_html/index.php” is smaller than min_uid

[Wed Jul 27 08:03:51.982977 2016] [:error] [pid 3475] [client 83.105.42.139:54896] SoftException in Application.cpp:356: UID of script “/home/pclworks/public_html/index.php” is smaller than min_uid, referer: http://www.pagetech.com/support/

[Wed Jul 27 08:01:52.423537 2016] [core:alert] [pid 2843] [client 50.87.144.68:33285] /home/pclworks/public_html/.htaccess: RewriteBase takes one argument, the base URL of the per-directory context

Any ides?

Thanks,

Brad

Not an expert but maybe as far as the SoftException errors, those may be due to permissions or ownership settings perhaps on the index.php file.

For the rewrite - make sure mod_rewrite is enabled and there are no comments on the same line with the with the rewrite like the sample below.

RewriteBase /home/ # Redirect To Somewhere

Also check out https://www.inmotionhosting.com/support/website/general-server-setup/uid-smaller-than-min-uid and https://stackoverflow.com/questions/9711085/uid-of-script-home-public-html-index-php-is-smaller-than-min-uid, looks like a server configuration (permissions) issue

Application.cpp, sounds like a c++ app running on the server. That’s nothing to do with Grav which is PHP based.