Jump to content
  • 0

Anyone can help me please setup my fluxcp?


chronoscrowler

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  02/27/16
  • Last Seen:  

Anyone can help me please setup my fluxcp?

I keep getting this error but the code is correct ?

Parse error: syntax error, unexpected end of file, expecting '`' in /home/vol1000_2/epizy.com/epiz_25495159/htdocs/config/servers.php on line 112

This is the code:

--- check

 

--edit: Resolved

Edited by chronoscrowler
codebox + masked data
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3122
  • Reputation:   1614
  • Joined:  03/26/12
  • Last Seen:  

1 hour ago, chronoscrowler said:

but the code is correct

The code is obviously not correct:

'UseMD5'   => `false,

Remove that erroneous `

The error literally told you where to look.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  02/27/16
  • Last Seen:  

Thanks but, now there is a different error ?

Quote

Parse error: syntax error, unexpected 'Persistent' (T_STRING), expecting ')' in /home/vol1000_2/epizy.com/epiz_25495159/htdocs/config/servers.php on line 41


Below are lines 30 to 42 ?

		'LogsDbConfig'   => array(
			//'Socket'     => '/tmp/mysql.sock',
			//'Port'       => 3306,
			//'Encoding'   => null, // Connection encoding -- use whatever here your MySQL tables collation is.
			'Convert'    => 'utf8',
				// -- 'Convert' option only works when 'Encoding' option is specified and iconv (http://php.net/iconv) is available.
				// -- It specifies the encoding to convert your MySQL data to on the website (most likely needs to be utf8)
			'Hostname'   => 'x.x.x.x',
			'Username'   => 'ragnarok',
			'Password'   => 'ragnarok',
			'Database'   => 'ragna_logs
			'Persistent' => true,
			'Timezone'   => null // Possible values is as described in the comment in DbConfig.

 

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

21 minutes ago, chronoscrowler said:

Parse error: syntax error, unexpected 'Persistent' (T_STRING), expecting ')' in /home/vol1000_2/epizy.com/epiz_25495159/htdocs/config/servers.php on line 41

'Database'   => 'ragna_logs     <--------- Where is the missing symbol ' ???

always recheck what you have edited.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  02/27/16
  • Last Seen:  

Ohh! Thanks so much ?

Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3122
  • Reputation:   1614
  • Joined:  03/26/12
  • Last Seen:  

As i've already said, the error message tells you where to look for the erroneous code. There's absolutely no reason why you couldn't have fixed either of these issues yourself. It's all about the learning curve!

Link to comment
Share on other sites

×
×
  • Create New...