install eroor

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
garrie007
Forum Newbie
Posts: 1
Joined: Thu Mar 31, 2011 9:55 am

install eroor

Post by garrie007 »

Hi,

I am installing a php website on my server,i have sorted the permissions on the private & public folders by given
them write permissions in windows explorer using the ISUER_ account, but now i am faced with this error:

The file_write() function failed to delete the file:
E:/Inetpub/wwwroot/estore/khxc/config.php. The file existed prior to writing data to it.

I have deleted the original config file but still get the same error.

Thanks in advance

Garrie

Microsoft Server 2003 sp2
IIS6
PHP v5.2
User avatar
AbraCadaver
DevNet Master
Posts: 2572
Joined: Mon Feb 24, 2003 10:12 am
Location: The Republic of Texas
Contact:

Re: install eroor

Post by AbraCadaver »

You need to create the config.php file and give the IUSER_ account permission to write to it.
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
Post Reply