Jump to content
  • 0

FluxCP - Ranking not working?


Question

Posted

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

Posted (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 by Thanna
  • Upvote 1
Posted

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

  • Recently Browsing   0 members

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