Why do I get the Warning: I am able to write to the configuration file: /path/to/configure.php ?

This is because of the secure php environment on our servers (phpsuexec). This usually happens with OSCommerce and ZenCart web applications.

You need to change the file permissions of configure.php to 440 using ssh.

chmod 440 ~/path/to/configure.php

And this warning will go away.