Jump to content
  • 0

FluxCP in CentOS


Vaytrex

Question


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   0
  • Joined:  02/21/13
  • Last Seen:  

Hi all rAthena members!

I met some problem while setting up the FluxCP in CentOS, after i setup the file config/application.php  it pop up an error msg  as shown as picture below. Any1 know whats the problem? Thanks!

 

flux.PNG

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

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

Your file editor doesn't understand the arrows and can't convert them to ascii/unicode in order to save them correctly.

9c5acbaab9.png

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  261
  • Reputation:   53
  • Joined:  11/11/16
  • Last Seen:  

Looks like you might of forgot an ' on something you changed.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   0
  • Joined:  02/21/13
  • Last Seen:  

14 hours ago, srhmike said:

Looks like you might of forgot an ' on something you changed.

I only changed the server address, base url and password. 

but the error code shows at line 90, i never been to line 90

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  261
  • Reputation:   53
  • Joined:  11/11/16
  • Last Seen:  

'ServerAddress'				=> 'serveraddress',				// This value is the hostname:port under which Flux runs. (e.g., example.com or example.com:80)
	'BaseURI'					=> '',						// The base URI is the base web root on which your application lies.
	'InstallerPassword'			=> '',	

If thats all you touched, do they have the ' like shown above?

Will you post that file on here?  Make sure to take off your pw, and any other info you dont want public.  And please put it in a codebox

Edited by srhmike
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   0
  • Joined:  02/21/13
  • Last Seen:  

Aww I saw what happen already. I pull the FluxCP from github and these are what inside the application.php

 

	'ColumnSortAscending'		=> ' ??,					// (Visual) Text displayed for ascending sorted column names.
	'ColumnSortDescending'		=> ' ??,

line 89 and line 90 without ' as what as you said. Should ask someone to fix it

Edited by Vaytrex
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  261
  • Reputation:   53
  • Joined:  11/11/16
  • Last Seen:  

Which fluxcp are you using?  I pulled the one from rAthena github it its correct.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   0
  • Joined:  02/21/13
  • Last Seen:  

17 hours ago, Akkarin said:

Your file editor doesn't understand the arrows and can't convert them to ascii/unicode in order to save them correctly.

9c5acbaab9.png

 
 

Yes you are right. I using winscp default editor which not support unicode. I changed to sublime then problem solved. Thanks guys for the help!

Link to comment
Share on other sites

×
×
  • Create New...