Hi....
I think my problem has to do with the fact that my server uses sftp - when I changed my "ftp" details, somehow it got cached, then broke things. I am having the same problem with other mods. NOT FUN.

I normally manually install my mods because of this, but install.php looks greek to me! (I am used to manually installing mods on 1.1.5) Do you have a manual install version of that file?
For example - I don't understand....
$smcFunc['db_create_table']('cf_forms', $columns, $indexes, array(), 'update_remove');
Thanks!
Edit: woo hoo - I did a fresh re-install, and this time, instead of entering my ftp info - I noticed a small link that says "some files need to be writable see a list of files effected". I clicked on that and saw I needed to chmod 777 these files....
chmod 777 /mysite/index.php
chmod 777 /mysite/Sources/Admin.php
chmod 777 /mysite/Sources/ManageSettings.php
chmod 777 /mysite/Sources
chmod 777 /mysite/Sources/CustomForm.php
chmod 777 /mysite/Themes/default
chmod 777 /mysite/Themes/default/CustomForm.template.php
chmod 777 /mysite/Themes/default/languages/Modifications.english.php
chmod 777 /mysite/Themes/default/languages/Help.english.php
I did that, and voila - my Install button (submit button) appeared!
It installed perfectly.
Thanks - now I need to see the power of this baby.
