Jump to content
  • 0

FluxCP - Ranking not working?


Bert

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  02/03/12
  • Last Seen:  

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.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  271
  • Reputation:   7
  • Joined:  01/06/12
  • Last Seen:  

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 by Thanna
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  02/03/12
  • Last Seen:  

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: 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 :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  02/03/12
  • Last Seen:  

Fixed. #Close topic request.

Thanks!

Link to comment
Share on other sites

×
×
  • Create New...