Quote Originally Posted by yellow1912 View Post
For whatever reason, your server setting makes it impossible to run any query via the patch tool if there is a line break in the query, so I had to remove them from all the patches,

Note that you are using 3.5.8, that version is stable but does not have auto-alias.
Thanks a MILLION it works now. So if I am correct I can install SSU on another website on my particular server by first
1.changing the line in /includes/classes/sqlpatch_class.php to
if (!defined('DB_PREFIX')) define('DB_PREFIX','zen_');
2.editing the patches as described above
3.upload and turn on SSU in admin

I presume i do not have to worry about manually updating the tracker table anymore?