Jump to content
  • 0

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


Question

Posted (edited)

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

12 answers to this question

Recommended Posts

Posted

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

Posted (edited)
<?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
Posted

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

Posted

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}

Posted

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.

Posted

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

Posted

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.

  • Recently Browsing   0 members

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