config.php error

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jun 5, 2007
Messages
32
Reaction score
0
hi , i'm trying to fix this error but i don't know how to do that.

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in C:\xampplite\htdocs\_inc\config.php on line 4

how can i fix that?

I 'm using:
Xampplite
RoseOnline-CMS-v3.2-Lite
 
Last edited:
Hi , i'm trying to fix this error but i don't know how to do that.

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in C:\xampplite\htdocs\_inc\config.php on line 4

How can i fix that?

I 'm using:
Xampplite
RoseOnline-CMS-v3.2-Lite
 
hi , i'm trying to fix this error but i don't know how to do that.

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in C:\xampplite\htdocs\_inc\config.php on line 4

how can i fix that?

I 'm using:
Xampplite
RoseOnline-CMS-v3.2-Lite


delete this please ( i was testing how this site works)
\/
\/
 
i had this 2 with my site with wamp, i removed or changed a line in a config, then that came.
redownload the config and replace it
should work.
 
JvD

look:

PHP:
<?php

// Database
$cms['db']['host']             =         ''; // Database Host
$cms['db']['user']             =         ''; // Database User
$cms['db']['pass']             =         ''; // Database Pass
$cms['db']['name']             =         ''; // Database Name

// Site
$cms['site']['title']         =         'RoseOnlineCMS Lite'; // Site Title
$cms['site']['drop']         =         ''; // Server Drop
$cms['site']['expr']         =         ''; // Server EXP
$cms['site']['zuly']         =         ''; // Server Zuly
$cms['site']['temp']        =         'default'; // The default template to be used. Check if it is in the templates folder first.
$cms['site']['girl']        =        'hide'; // Wierd girl appears on the page. Show / Hide
$cms['site']['forum']        =        'mailto:[email protected]'; // Forum Link

// Downloads
$cms['site']['client']        =        'http://www.clientdownload.com'; // Client download link
$cms['site']['patch']        =        'http://www.patchdownload.com'; // Patch download link
$cms['site']['launcher']    =        'http://www.launcherdownload.com'; // Launcher download link
?>

where should i put mine account info?
 
np.
and your info should be here:
$cms['db']['host'] = 'put here localhost'; // Database Host
$cms['db']['user'] = 'put here root'; // Database User
$cms['db']['pass'] = 'dont put anything here'; // Database Pass
$cms['db']['name'] = 'put here roseon'; // Database Name

then ur done
 
Status
Not open for further replies.
Back