Elxis CMS Forum

Support => Installation => Topic started by: aalana on July 10, 2010, 23:59:16

Title: help message error step 5
Post by: aalana on July 10, 2010, 23:59:16
please help me to resolve this problem, in step 5 to installation, the localhost show me this message:

Parse error: parse error, expecting `')'' in C:\wamp\www\elxis\installation\tmpconfig.php  on line 74

this is my config


1)   <?php
2)   $tmpConfig = array(
3)   'offline' => '0',
4)   'host' => 'localhost',
5)   'user' => 'myname',
6)   'password' => 'mypassword',
7)   'db' => 'elxis',
8 )   'dbtype' => 'mysql',
9)   'dbprefix' => 'elx_',
10)   'lang' => 'frensh',
11)   'pub_langs' => 'frensh',
12)   'alang' => 'frensh',
13)   'absolute_path' => '',
14)   'live_site' => '',
15)   'sitename' => 'Elxis 2009.2',
16)   'shownoauth' => '0',
17)   'useractivation' => '1',
18)   'uniquemail' => '1',
19)   'offline_message' => 'This site is down for maintenance.<br />Please check back again soon.',
20)   'error_message' => 'This site is temporarily unavailable.<br />Please notify the System Administrator',
21)   'debug' => '0',
22)   'lifetime' => '3600',
23)   'MetaDesc' => 'elxis - Open Source CMS',
24)   'MetaKeys' => 'elxis cms, open source, multilingual, free cms, content managment, rtl compatible, web standards, elxis.org, adodb, xhtml valid',
25)   'locale' => '',
26)   'offset' => '0',
27)   'hideAuthor' => '0',
28)   'hideCreateDate' => '0',
29)   'hideModifyDate' => '0',
30)   'hideRtf' => '0',
31)   'hidePdf' => '0',
32)   'hidePrint' => '0',
33)   'hideEmail' => '0',
34)   'enable_log_items' => '0',
35)   'enable_log_searches' => '0',
36)   'enable_stats' => '0',
37)   'sef' => '0',
38)   'vote' => '0',
39)   'gzip' => '0',
40)   'multipage_toc' => '1',
41)   'allowUserRegistration' => '1',
42)   'link_titles' => '0',
43)   'error_reporting' => '-1',
44)   'list_limit' => '20',
45)   'caching' => '0',
46)   'static_cache' => '0',
47)   'cachepath' => '',
48)   'cachetime' => '3600',
49)   'mailer' => 'mail',
50)   'mailfrom' => '',
51)   'fromname' => 'Elxis 2009.2',
52)   'sendmail' => '/usr/sbin/sendmail',
53)   'smtpauth' => '0',
54)   'smtpuser' => '',
55)   'smtppass' => '',
56)   'smtphost' => 'localhost',
57)   'back_button' => '0',
58)   'item_navigation' => '1',
59)   'secret' => '',
60)   'readmore' => '1',
61)   'hits' => '1',
62)   'comments' => '1',
63)   'icons' => '1',
64)   'favicon' => 'favicon.ico',
65)   'fileperms' => '',
66)   'dirperms' => '',
67)   'helpurl' => '',
68)   'ftp' => '0',
69)   'ftp_host' => 'localhost',
70)   'ftp_user' => 'myname',
71)   'ftp_pass' => 'mypassword',
72)   'ftp_port' => '21',
73)   'ftp_root' => 'C:\wamp\www\elxis\',
74)   'access' => '1',
75)   'captcha' => '0',
76)   );
77)   ?>


what can i do? thank's
Title: Re: help message error step 5
Post by: datahell on July 11, 2010, 08:59:32
Leave the FTP root empty!
Title: Re: help message error step 5
Post by: aalana on July 11, 2010, 15:56:17
 ;)  thank u you are my HERO