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.

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How do I change File Permissions?

If you're new to scripting, or getting the dreaded "Internal Server Error" when you try to run a...

I have two index files in public_html directory but Apache is picking one with .html extension. How can I change its order?

Apache's 'DirectoryIndex' directive is used for this purpose. On our servers we have 'index.html...

I am using php4, is there any problem using php5 for my applications?

This can be correctly answered by the developer/vendor of your web applications. If they say that...

Is php5 available? How do I use php5 alongside php4?

All shared servers have php5 along with php4. New servers are being setup with PHP5 as default...

How do I provide streaming - Audio / Video ?

We DO NOT have Real Audio server software running on our servers. However, you can stream Real...