Page 1 of 1

Path problems on Windows 2000 install?

Posted: Fri 23. Apr 2004, 11:21
by jamba
The database has been set up and the config file looks fine. I have used the default paths anc confirm that they exist on the server but I am stuck at step 5.

system: Windows NT OCTOPUS 5.0 build 2195
server: Microsoft-IIS/5.0
php: v4.3.4
path:

Ready to start phpwcms?
filestorage: phpwcms_filestorage FALSE (not existing)
temporary: phpwcms_tmp FALSE (not existing)
templates: phpwcms_template FALSE (not existing)
thumbnail list: thumb_list FALSE (not existing)
preview images: thumb_preview FALSE (not existing)
frontend content: content FALSE (not existing)
frontend images: images FALSE (not existing)
ftp takeover: phpwcms_ftp FALSE (not existing)


Anyone else had this problem?

Posted: Fri 23. Apr 2004, 13:25
by pSouper
complete the instal anyway.
savethe new conf.inc.php as instructed.
then add this line to your incude/inc_conf/conf.inc.php...

Code: Select all

define ("PHPWCMS_ROOT","physical path to your wwwroot folder/".$phpwcms["root"]) ;

Posted: Fri 23. Apr 2004, 14:03
by jamba
Thanks, pSouper.

That's done the trick

Posted: Fri 23. Apr 2004, 14:20
by pSouper
;)

Posted: Fri 23. Apr 2004, 19:18
by Oliver Georgi
Here is a file for checking your DOCUMENT_ROOT:
http://www.phpwcms.de/support/document_root.zip

This will be implemented into core release and into setup process.


Oliver

Posted: Fri 23. Apr 2004, 23:16
by pSouper
8)