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?
Path problems on Windows 2000 install?
complete the instal anyway.
savethe new conf.inc.php as instructed.
then add this line to your incude/inc_conf/conf.inc.php...
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"]) ;
- Oliver Georgi
- Site Admin
- Posts: 9920
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
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
http://www.phpwcms.de/support/document_root.zip
This will be implemented into core release and into setup process.
Oliver