PDA

View Full Version : About IIS And An Installation Error


flyarrow
07-02-2004, 10:15 PM
Can subdreamer run on IIS 6.0 + PHP +MySql?

The Error on My Server after installation , pls tell why and how can I do

Warning: fopen(./../includes/config.php): failed to open stream: Permission denied in d:\subdreamer\install\install.php on line 133

Warning: ftruncate(): supplied argument is not a valid stream resource in d:\subdreamer\install\install.php on line 134

Warning: fwrite(): supplied argument is not a valid stream resource in d:\subdreamer\install\install.php on line 135

Warning: fclose(): supplied argument is not a valid stream resource in d:\subdreamer\install\install.php on line 136
Installation Successfull!

Before accessing the control panel you must erase the install directory.

Ziad
07-02-2004, 11:36 PM
Hmm, it looks like Subdreamer was installed, but the config.php file was not created.
Try creating a config.php file and upload it to subdreamer/includes/

Fill this out and save it as config.php

<?php

$dbtype = 'mysql';

$servername = 'localhost';
$dbname = ''; // subdreamer database name
$dbusername = ''; // database username
$dbpassword = ''; // database password

define('SD_INSTALLED', true);
define('TABLE_PREFIX', ""); // subdreamer prefix

?>

flyarrow
07-03-2004, 12:48 AM
Another Question , when I input http://localhost/subdreamer/admin

Warning: session_start(): open(/tmp\sess_40f9960c430a49d5d22a00497d35bf09, O_RDWR) failed: No such file or directory (2) in d:\subdreamer\admin\index.php on line 7

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at d:\subdreamer\admin\index.php:7) in d:\subdreamer\admin\index.php on line 7

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at d:\subdreamer\admin\index.php:7) in d:\subdreamer\admin\index.php on line 7

Warning: Cannot modify header information - headers already sent by (output started at d:\subdreamer\admin\index.php:7) in d:\subdreamer\admin\index.php on line 8

Ziad
07-03-2004, 01:07 AM
You need to create a temp folder for you php sessions (ex: C:\PHP\tmp\), and then enter the folder's location in the php.ini which is found in c:\windows\

flyarrow
07-03-2004, 02:15 AM
I have finished it, thx

session.save_path = C:\PHP\tmp\