Page 1 of 1

Problem with Installation Paths

Posted: Mon 9. Jan 2006, 22:00
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.

Posted: Mon 9. Jan 2006, 22:11
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