03-07-2018, 12:21 PM
You are correct to put items in Usersc...but the 500 error is some kind of error you need to figure out. There are one of two ways, check your error logs, or add this code to the top of the page (or head tags - you should probably only do this on a non-production install)
error_reporting(E_ALL);
That will hopefully give you some errors to fix.
error_reporting(E_ALL);
That will hopefully give you some errors to fix.