Problem with Installation Paths

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
Alphanumeric92
Posts: 6
Joined: Wed 21. Dec 2005, 19:12

Problem with Installation Paths

Post by Alphanumeric92 »

I'm recieving the following error message when trying to verify the paths in "Setup Path Values" section of the installation.

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/sslends/www/www/phpwcms/setup/setup.conf.inc.php on line 16


Here is was my setup.config.inc.php file looks like;

// site values
$phpwcms["site"] = "http://www.sslends.com/";
$phpwcms["admin_email"] = "**************";

// paths
$phpwcms["DOC_ROOT"] = "$_SERVER['DOCUMENT_ROOT']"; //default: $_SERVER['DOCUMENT_ROOT']
$phpwcms["root"] = "phpwcms"; //default: ""
$phpwcms["file_path"] = "phpwcms_filestorage"; //default: "phpwcms_filestorage"
$phpwcms["templates"] = "phpwcms_template"; //default: "phpwcms_template"
$phpwcms["content_path"] = "content"; //default: "content"
$phpwcms["cimage_path"] = "images"; //default: "images"
$phpwcms["ftp_path"] = "phpwcms_ftp"; //default: "phpwcms_ftp"



I have all of the files installed in a folder called 'phpwcme'

Please advise.
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

run the Setup-Script at
at the end (Last-Page) download the conf.inc.php and put it to
don't edit this File or any other with a Editor like Word - use a Plain-Text-Editor like Ultraedit32 or something else.

Don't edit the setup.config.inc.php - it works as a Template for the conf.inc.php
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
Post Reply