Flux CP unable to register

ToiletMaster

New member
Messages
146
Points
0
Hello everyone!
 

I seem to be facing an issue right now.

Hopefully someone is able to assist,

I manage to got the site up,

however I face some challenges in the process which would be,

  • Login server shows offline even though it's online
  • Unable to register, it shows Uh Oh! What happened?

I've been struggling this for some time now, it would really make my day if someone could help me out on this >_>

 
So i've checked what you said...

I was able to register via FluxCP and the only issue i can imagine is, that you are using plain text passwords on your server and flux is making md5 hashes out of that, so have a look into your hercules db "login" and check if the new registered account is not md5 (password is hashed, 0-9 + a-f and 32 chars long).

The MD5 Setting is in "your fluxcp folder/config/servers.php" and then

'UseMD5' => true, under 'LoginServer'

if you want to use MD5, use true, otherwise false
default_smile.png


~Shikazu

 
Last edited by a moderator:
well i just checked and it is hashed haha

I guess setting it false should fix it then? as currently i face another issue after reloading my OS ._.

since I kinda screwed up the entire thing lol

now it's showing Index of / instead of the flux page ._.

 
Usually you can change a 'true' bool value in PHP if you set it to 'false'. Yeah, try if that works.

 
Open ports 6900, 5121, 6121. 

well i just checked and it is hashed haha

I guess setting it false should fix it then? as currently i face another issue after reloading my OS ._.

since I kinda screwed up the entire thing lol

now it's showing Index of / instead of the flux page ._.
You must have index.php

CalciumKid : https://github.com/calciumkid/fluxcp-renewal

 
Yeah that's the fluxcp i used, but it's not fixed for hercules. For example you can't show a list of the items, because hercules added the matk to attack instead of creating a new one.

So if you want to show the itemdb to your users, you can upload a second item_db and rename the field "atk:matk" to "attack" which probably is the fastest solution, even if the field contains x:y sometimes, because of the matk.

if you're running into problems with that, let me know
default_wink.png


 
okay here's an update,

I manage to install the Flux after lingering with the files, alot!

and finally getting it to work i guess,

however right now, the only i face now is this

Warning: date(): It is not safe to rely on the system's timezone
settings. You are *required* to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely
misspelled the timezone identifier. We selected 'Asia/Kuala_Lumpur' for
'MYT/8.0/no DST' instead in
/var/www/html/lib/Flux/Connection/Statement.php on line 14
Registrations works great now without any issues thanks guys!

 
Last edited by a moderator:
Back
Top