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.