Bert Posted October 14, 2012 Posted October 14, 2012 As the title mentioned, Rankings doesn't work at my Flux Cp. Do I need to code something on it to get it work? I tried the default one, and the one from my theme, both doesn't work. Anyone able to provide briefings or what should be done? Thank you in advance.
Thanna Posted October 17, 2012 Posted October 17, 2012 (edited) open your application.php it is located in FluxCP/config/application.php Find this 'DebugMode' => false, change it to this 'DebugMode' => true, then open error.php it is located here FluxCP/config/eror.php Find this $showExceptions = false; change it to this $showExceptions = true; then post the errors that show up, it will be easier to debug Edited October 17, 2012 by Thanna 1
Bert Posted October 19, 2012 Author Posted October 19, 2012 Critical ErrorAn 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: Flux_Error Message: MySQL error (SQLSTATE: 42S22, ERROR: 1054): Unknown column 'login.level' in 'where clause' File: /home/dedi229/web/lib/Flux/Connection/Statement.php:27 File Line Function/Method /home/dedi229/web/modules/ranking/character.php 56 Flux_Connection_Statement::execute() /home/dedi229/web/lib/Flux/Template.php 337 include() /home/dedi229/web/lib/Flux/Dispatcher.php 168 Flux_Template::render() /home/dedi229/web/index.php 177 Flux_Dispatcher::dispatch() Exception Trace As String #0 /home/dedi229/web/modules/ranking/character.php(56): Flux_Connection_Statement->execute(Array) #1 /home/dedi229/web/lib/Flux/Template.php(337): include('/home/dedi229/w...') #2 /home/dedi229/web/lib/Flux/Dispatcher.php(168): Flux_Template->render() #3 /home/dedi229/web/index.php(177): Flux_Dispatcher->dispatch(Array) #4 {main} Here it is, the error as instructed. Thanks in advance, sir
Question
Bert
As the title mentioned, Rankings doesn't work at my Flux Cp. Do I need to code something on it to get it work?
I tried the default one, and the one from my theme, both doesn't work. Anyone able to provide briefings or what should be done?
Thank you in advance.
3 answers to this question
Recommended Posts