This topic is locked

PHP problem on ISS6 W2K3 Web Server

3/19/2007 5:06:44 PM
PHPRunner General questions
J
Jay author

I'm having the following error on my webserver when I try to run PHPRunner 3.1 files, the thing is that I can run other PHP scripts without problems.
PHP error happened:
Technical information

Error type 2

Error description rename(C:\Program Files\Zend\Core\temp\wrtE.tmp,templates_c\%%6C^6C0^6C04D25E%%login.htm.php) [function.rename]: Permission denied

URL 192.168.188.130/cpanel/login.php

Error file C:\Inetpub\wwwroot\cpanel\libs\internals\core.write_file.php

Error line 46

SQL query

J
Jane 3/20/2007

Jay,
It's a permission-related error. Set write permissions for web user to the folder templates_c.

To set permissions in Windows:

  • right-click on your folder, go to Properties -> Security
  • add user named UISR_<machine name> (if don't exists)
  • and assign Full Permissions for this user.
  • Then click OK.