Jump to content
  • 0

help Flux CP


Question

Posted (edited)

Hi, i really sorry about this, I know there is a lot of topics about how to set up flux cp, but everytime I try to set it up on my web hosting there is an error. Here´s a picture of the critical error.

 

 

J64Evd.png

And this is the guide I use to set it up.

https://rathena.org/board/topic/67109-flux-control-panel-setup-with-screens/

 

I downloaded flux cp from here

https://github.com/rathena/FluxCP

 

I don't know if this is useful, but I have 2 different IP. one for the webhosting and one for the VPS.

and 3 different passwords: webhosting, VPS and SQL Tables

 

Thanks in advice :)

Edited by Dhall

7 answers to this question

Recommended Posts

  • 0
Posted

Hello.

I copy files from this: https://github.com/HerculesWS/FluxCP to my host, then correct application.php and servers.php

Application i correct only: 'InstallerPassword' - ********

In servers.php i correct: 

'Hostname'   => '127.0.0.1',
'Username'   => 'username of my server in sql',
'Password'   => 'password of my server in sql',
'Database'   => 'base of my server in sql
 
Then i get this problem when i open in browser http://17*.**.**.**/
 
Error

An error occurred while trying to process your request.

Please try contacting an administrator: admin@localhost

',
 
What i do wrong? Or maybe i forgot do anything?

 

I change in servers php and application php 127.0.0.1 to localhost but nothing......problem not solved.....

  • 0
Posted

 

Hello.

I copy files from this: https://github.com/HerculesWS/FluxCP to my host, then correct application.php and servers.php

Application i correct only: 'InstallerPassword' - ********

In servers.php i correct: 

'Hostname'   => '127.0.0.1',
'Username'   => 'username of my server in sql',
'Password'   => 'password of my server in sql',
'Database'   => 'base of my server in sql
 
Then i get this problem when i open in browser http://17*.**.**.**/
 
Error

An error occurred while trying to process your request.

Please try contacting an administrator: admin@localhost

',
 
What i do wrong? Or maybe i forgot do anything?

 

I change in servers php and application php 127.0.0.1 to localhost but nothing......problem not solved.....

 

in config/error.php

 

edit

$showExceptions  = false;

to

$showExceptions  = true;

and you should see your errors

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...