Jump to content
  • 0

fluxcp reigister ID error "Uh oh, what happened?"


lengchaileo

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  65
  • Reputation:   0
  • Joined:  04/12/12
  • Last Seen:  

i register id on my flux cp ...after key in all the detail and process register , it come out this message

"Uh oh, what happened?"

i really dont understand what going on..

Edited by lengchaileo
Link to comment
Share on other sites

12 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

config/error.php, set it to FALSE, and refresh to see what errors it gives. Remember to turn it back to default settings when you finish solving the problem

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  65
  • Reputation:   0
  • Joined:  04/12/12
  • Last Seen:  

<?php

// Configuration information for critical error handling.

// Critical errors are exposed due to an exception in the program.

// Setting $showExceptions to true will cause not only exceptions to be displayed

// but also the backtrace, which can result in security issues such as exposing

// your MySQL user and password when unable to connect. Please keep it at false

// in a production environment.

$adminEmail = 'admin@localhost'; // Administrator e-mail address.

$errorFile = 'error.php'; // Error file to render.

$showExceptions = false; // Whether or not to show exceptions (only applies to error.php)

?>

this is my default setting same as you say..

im lack of information to figure out what problem is it

im try with $showExceptions =true;

it show me where error is it...

thanks you

Edited by lengchaileo
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

I forget what setting was default, but set it to True, and refresh the page, you should see a list of errors tell where it is stemming from

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  65
  • Reputation:   0
  • Joined:  04/12/12
  • Last Seen:  

how to solve this ?

Critical Error

An error was encountered during the lifetime of the application.

This could be due to a variety of problems, such as a bug in the application.

However, normally it is caused by misconfiguration.

Exception Details

Error: PDOException

Message: SQLSTATE[HY000] [1130] Host 'xxxxx.com' is not allowed to connect to this MySQL server

File: /home/my32c/public_html/u1play.com/lib/Flux/Connection.php:81 File Line Function/Method /home/my32c/public_html/u1play.com/lib/Flux/Connection.php 81 PDO::__construct() /home/my32c/public_html/u1play.com/lib/Flux/Connection.php 94 Flux_Connection::connect() /home/my32c/public_html/u1play.com/lib/Flux/Connection.php 159 Flux_Connection::getConnection() /home/my32c/public_html/u1play.com/modules/install/index.php 17 Flux_Connection::getStatement() /home/my32c/public_html/u1play.com/lib/Flux/Template.php 337 include() /home/my32c/public_html/u1play.com/lib/Flux/Dispatcher.php 168 Flux_Template::render() /home/my32c/public_html/u1play.com/index.php 177 Flux_Dispatcher::dispatch()

Exception Trace As String

#0 /home/my32c/public_html/u1play.com/lib/Flux/Connection.php(81): PDO->__construct(*hidden*)

#1 /home/my32c/public_html/u1play.com/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))

#2 /home/my32c/public_html/u1play.com/lib/Flux/Connection.php(159): Flux_Connection->getConnection()

#3 /home/my32c/public_html/u1play.com/modules/install/index.php(17): Flux_Connection->getStatement('SELECT VERSION(...')

#4 /home/my32c/public_html/u1play.com/lib/Flux/Template.php(337): include('/home/my32c/pub...')

#5 /home/my32c/public_html/u1play.com/lib/Flux/Dispatcher.php(168): Flux_Template->render()

#6 /home/my32c/public_html/u1play.com/index.php(177): Flux_Dispatcher->dispatch(Array)

#7 {main}

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 lengchaileo,

Make sure that you have set the correct MySQL information in the file, '/config/servers.php'. If it is set correctly, then you must make sure that the MySQL User has permission to be accessed by % (Any Host). If those 2 are already completed, then that means that your webhost has not whitelisted your server's IP, so you must contact your host about this matter.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  65
  • Reputation:   0
  • Joined:  04/12/12
  • Last Seen:  

my flux installed on webhost now able to connect my VPS mysql , but cant register new ID , it show me "Uh oh, what happened?" this error , and cant login ID that create by phpmyadmin

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 lengchaileo,

Maybe you installed the wrong version of FluxCP? For the newer revisions of rAthena, you must use CalciumKid's version of FluxCP because of the change of the field name `level` to `group_id` in the login table.

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   1
  • Joined:  05/18/12
  • Last Seen:  

If you're using Ubuntu.. Don't forget to sudo chown www-data:www-data /cpdir

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  66
  • Reputation:   3
  • Joined:  04/02/12
  • Last Seen:  

when it says uh oh what happened it means wrong date format

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  83
  • Topics Per Day:  0.02
  • Content Count:  243
  • Reputation:   1
  • Joined:  08/29/12
  • Last Seen:  

wrong date? where can i find this wrong date?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  167
  • Reputation:   22
  • Joined:  11/23/11
  • Last Seen:  

Bump, same thing happened here.

 

I can't find the problem to this.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  62
  • Reputation:   0
  • Joined:  12/08/11
  • Last Seen:  

Well I know what's the problem with this. If it happens that you get this error during registration and using rAthena cPanel module then loginServer.php create function has a missing check of error that's why it shows up that error. Please message me if this is your problem so i could help you fix it.

Link to comment
Share on other sites

×
×
  • Create New...