Create Directory on Safe Mode [message #13009] |
Thu, 18 September 2003 22:21 |
quasar
Messages: 2 Registered: September 2003
Karma: 0
|
Junior Member |
|
|
When I click Next at step 1 of the install.php, I get this error message:
<<<<<<<<<
Notice: Undefined variable: WINDOWS in /usr/local/psa/home/vhosts/domain.com/httpdocs/install.php on line 552
Warning: Cannot modify header information - headers already sent by (output started at /usr/local/psa/home/vhosts/domain.com/httpdocs/install.php:552) in /usr/local/psa/home/vhosts/domain.com/httpdocs/install.php on line 619
>>>>>>>>>
At the same time the directory « forum » got created on the server but now I can't delete it. I suspect that the « mkdir() » command is not properly written. It should be like this: mkdir($dirname, 0707);
|
|
|
|
|
|