Path problems on Windows 2000 install?

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
jamba
Posts: 50
Joined: Fri 23. Apr 2004, 11:18
Location: UK
Contact:

Path problems on Windows 2000 install?

Post 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?
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post 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"]) ;
jamba
Posts: 50
Joined: Fri 23. Apr 2004, 11:18
Location: UK
Contact:

Post by jamba »

Thanks, pSouper.

That's done the trick
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

;)
User avatar
Oliver Georgi
Site Admin
Posts: 9920
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post 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
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

8)
Post Reply