Jump to content
  • 0

FluxCP Fails to Do Login and Create Account


panducakep

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  77
  • Reputation:   3
  • Joined:  06/06/13
  • Last Seen:  

Hi, Everybody...

 

I'm using flux on xampp webserver. The installing process is ok because I followed this topic. http://rathena.org/board/topic/67109-flux-control-panel-setup-with-screens/

 

I'm using mysql-5.2.3-falcon-alpha-win32 I (it's old mysql though...  and I disabled the xampp built-in mysql, so does the phpmyadmin, I didn't touch it at all). l set the config/application.php, servers.php (with the user,password, and database based on my old mysql), and the value of MD5 set to false.

 

The problem emerged when I was planning to login and creating new account. The flux was not responding. It's the screenshot.

 

1184779_3321263247953_461051488_n.jpg

 

I am really sure that the my account username and the password is match with the value lies in querybrowser. 
 
Another problem is when I tried to make a new account, an error emerge and I don't know what should I do further. I read many topics and I got nothing to solve my problem. Here is the screenshot:
 
the registration is ok
 
1185426_3321272288179_2087208890_n.jpg
 
After I executed the "Create My Account" button :
 
1175185_3321277128300_834500039_n.jpg
the screen says that irritating thing...  /whisp

 

 

Can someone help solving these problem? Thanks a lot.  /no1

 
Link to comment
Share on other sites

9 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  77
  • Reputation:   3
  • Joined:  06/06/13
  • Last Seen:  

Hi panducakep,

 

I would suggest that you check your PHP modules, make sure that mcrypt is installed properly.

 

Otherwise, a quick fix would be to disable recaptcha in /config/application.php.

 

Hi Asura,

 

I've disabled the recaptcha in /config/application.php. It works, I can register a new account but It does not solve the login error problem. I checked the

 

/data/logs/error/exeptions/...php. It says

 

[2013-09-04 01:04:42] (PDOException) Exception PDOException: SQLSTATE[HY000] [1049] Unknown database 'renewaldb'
[2013-09-04 01:04:42] (PDOException) **TRACE** #0 C:\xampp\htdocs\core\lib\Flux\Connection.php(81): PDO->__construct('mysql:host=127....', 'renewal', 'fdsajkl', Array)
[2013-09-04 01:04:42] (PDOException) **TRACE** #1 C:\xampp\htdocs\core\lib\Flux\Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2013-09-04 01:04:42] (PDOException) **TRACE** #2 C:\xampp\htdocs\core\lib\Flux\Connection.php(159): Flux_Connection->getConnection()
[2013-09-04 01:04:42] (PDOException) **TRACE** #3 C:\xampp\htdocs\core\themes\default\main\status.php(21): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2013-09-04 01:04:42] (PDOException) **TRACE** #4 C:\xampp\htdocs\core\themes\default\header.php(116): include('C:\xampp\htdocs...')
[2013-09-04 01:04:42] (PDOException) **TRACE** #5 C:\xampp\htdocs\core\lib\Flux\Template.php(359): include('C:\xampp\htdocs...')
[2013-09-04 01:04:42] (PDOException) **TRACE** #6 C:\xampp\htdocs\core\lib\Flux\Dispatcher.php(168): Flux_Template->render()
[2013-09-04 01:04:42] (PDOException) **TRACE** #7 C:\xampp\htdocs\core\index.php(177): Flux_Dispatcher->dispatch(Array)
[2013-09-04 01:04:42] (PDOException) **TRACE** #8 {main} 

 

I'm sure that I set up my config/server.php correctly with "renewaldb" as the data base. Do I miss something? 

Finally, the error is fixed. I dropped all the tables made by fluxcp and reinstall the fresh one. Also, I deleted all files in data/tmp folder.

 

Thanks for Asura and Patskie for the support.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

Are you using rAthena?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  77
  • Reputation:   3
  • Joined:  06/06/13
  • Last Seen:  

Yes sir, I'm using rAthena

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

I suggest you use this http://rathena.org/board/topic/60255-fluxcp-renewal-finally-native-rathena-support/ to adjust your Flux to the rAthena database scheme. By merely checking your flux cp you don't have the birth date field which is included in the native rathena flux 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  77
  • Reputation:   3
  • Joined:  06/06/13
  • Last Seen:  

Ok Patskie, thanks.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

Ok Patskie, thanks.

Or i suggest you do something like this and show if it works.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi panducakep,

 

You need to make sure that you are using the correct version of FluxCP. You'll need the original FluxCP for eAthena, and either CalciumKid/Xantara's FluxCP for rAthena.

 

The more obvious issue for login is to check is whether you have MD5-encrypted passwords, and if your FluxCP is using MD5 or not. Within "/config/servers.php", make sure the MD5 value reflects on whether you are using it or not for your RO account passwords.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  77
  • Reputation:   3
  • Joined:  06/06/13
  • Last Seen:  

Hi Patskie, and Asura!

 

I've done changing my flux cp to CalciumKid flux CP and the result is the same. I couldn't login and register. However, I checked ./data/log/error, It said that the CP doesn't recognize my database name because of my database name consist of two spaces e.g. "example<>example<>example". Finally I changed my database name into non-spaced database name and Everything work normally! Yuppieee!  /no1

 

The next day, I saw my Xampp Control Panel said that the apache should run in administrator service to make it optimal. Therfore, I followed the instruction. After I ran the xampp CP in admin service, I clicked the box with "X" (cross) symbol, and something installing in my PC, The cross symbol changed into "checked" symbol.

 

1174809_3331740789885_2124434356_n.jpg

 

I thought everything was ok until I was planning to resetlook via Flux CP. When I was trying to login, I couldn't login. So does when I created new account, it says the recapcha doesn't match.

 

I'm still trying what wrong with the CP right now.....  /pif

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi panducakep,

 

I would suggest that you check your PHP modules, make sure that mcrypt is installed properly.

 

Otherwise, a quick fix would be to disable recaptcha in /config/application.php.

Link to comment
Share on other sites

×
×
  • Create New...