Problem with Path and folders on OSX

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
kelley
Posts: 33
Joined: Thu 13. May 2004, 08:02

Problem with Path and folders on OSX

Post by kelley »

Hello,

I am trying to install the new version of phpwcms and go through the installer fine until I get to the end. It says my PATH:/Library/WebServer/Documents/~kelley/phpwcms and that none of the folders are found.

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)

the path should be /Users/kelley/Sites/phpwcms

Any ideas on how to get this running?

Thanks,

Kelley
Pappnase

Post by Pappnase »

hello

please call the file document_root.php wich u will find in the root of your installation!

also try to change the

Code: Select all

$phpwcms["site"]              = "http://www.yourdomain.de/~kelly/";
Post Reply