Jump to content
  • 0

FluxCP don't work in my webhosting


SugarDaddy

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  03/17/19
  • Last Seen:  

Hi folks,

First thing I did is to setup FLUXcp in localhost in my VPS, locally it works now.

config/servers.php

'Hostname'   => '127.0.0.1',
 'Username'   => 'root',
'Password'   => '12345',

 

Now, I setup it on my free webhosting but I encounter this critical error. I'm not sure if I config the servers.php properly.

'Hostname'   => '<My server's IP Address>', 
'Username'   => 'root',
'Password'   => '12345',
'Database'   => 'rathena_PRERE_db',

image.png.2eb3607ebe17d6496400c6242bb6d9a9.png

Link to comment
Share on other sites

4 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:  

Don't use free web hosting for FluxCP, it won't work. You also won't have the external MySQL access nor port-checking abilities. There's no reason to move your FluxCP installation away from your VPS.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.02
  • Content Count:  242
  • Reputation:   37
  • Joined:  02/25/18
  • Last Seen:  

Try:

'Hostname'   => '127.0.0.1',

or

'Hostname'   => 'localhost',

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  03/17/19
  • Last Seen:  

4 minutes ago, CyberDevil said:

Try:

'Hostname'   => '127.0.0.1',

or

'Hostname'   => 'localhost',

doesn't work

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.02
  • Content Count:  242
  • Reputation:   37
  • Joined:  02/25/18
  • Last Seen:  

I think that you need PDO driver on MySQL... if you use a linux server you can try: 

install php5-mysql

on a SSh console... if you use Windows I don't know the procedure to install it but you can search on google

Link to comment
Share on other sites

×
×
  • Create New...