Incorrect placement of closing bracket

lib/class.ISPConfigDatabase.inc.php:393 if(substr(strtolower($sQuery, 0, 7)) == 'select ') {

Should be: if(substr(strtolower($sQuery), 0, 7) == 'select ') {

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information