Hello! Here are some instructions on how to patch an old interworx server to make it stop trying to include mysql data in system quotas. Step 1: wget http://updates.interworx.com/_internal/patches/4783/mysql.php.txt -O ~iworx/bin/mysql.php chown iworx:iworx ~iworx/bin/mysql.php Step 2: Edit ~iworx/iworx.ini, under the [mysql] section, add: group_quota="0" Here's a bash snippet that'll do it: ---------------------------- ~iworx/bin/php <