Jump to content
  • 0

Reset Position Unauthorized


Question

Posted

Okay here it is. Sorry if I have been asking too many supports lately..

Whenever I log-in to my server control panel.. and go to My Accounts tab and click my character name it says..

You are unauthorized to view this page. Redirecting…

But whenever I use a admin account it is normal. but for NORMAL player it does not redirect or reset position..

How to solve it? or to fix it?

Thank you.

11 answers to this question

Recommended Posts

Posted

Hi!, edit config/access.php find this

'resetpos'

its inside the character array

set the resetpos value to AccountLevel::NORMAL which looks like this

'resetlook'  => AccountLevel::NORMAL,

Posted

upload itemdb.sql, mobdb.sql to ur flux bro

also turning ON debug mode at config/apllication.php + turning on error mode at config/error.php

just see at error log :)

  • Upvote 2
Posted

upload itemdb.sql, mobdb.sql to ur flux bro

also turning ON debug mode at config/apllication.php + turning on error mode at config/error.php

just see at error log :)

thx Java! you solve my problem!

Posted

upload itemdb.sql, mobdb.sql to ur flux bro

also turning ON debug mode at config/apllication.php + turning on error mode at config/error.php

just see at error log :)

 

hello.. im sorry that i ask in other people's topic. but i have to do this urgently for my players.. :(

 

when i do all the steps above, i got this error :

 

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: 42S02, ERROR: 1146): Table 'serversg12.item_db' doesn't exist

File: /home/serversg12/web/cp/lib/Flux/Connection/Statement.php:27     File     Line     Function/Method     /home/serversg12/web/cp/lib/Flux/TemporaryTable.php     99 Flux_Connection_Statement::execute()     /home/serversg12/web/cp/lib/Flux/TemporaryTable.php     71     Flux_TemporaryTable::create() /home/serversg12/web/cp/modules/account/view.php     12     Flux_TemporaryTable::__construct()     /home/serversg12/web/cp/lib/Flux/Template.php     337     include() /home/serversg12/web/cp/lib/Flux/Dispatcher.php     168     Flux_Template::render()     /home/serversg12/web/cp/index.php     169     Flux_Dispatcher::dispatch()    

Exception Trace As String

#0 /home/serversg12/web/cp/lib/Flux/TemporaryTable.php(99): Flux_Connection_Statement->execute()

#1 /home/serversg12/web/cp/lib/Flux/TemporaryTable.php(71): Flux_TemporaryTable->create('serversg12.item...')

#2 /home/serversg12/web/cp/modules/account/view.php(12): Flux_TemporaryTable->__construct(Object(Flux_Connection), 'serversg12.item...', Array)

#3 /home/serversg12/web/cp/lib/Flux/Template.php(337): include('/home/serversg1...')

#4 /home/serversg12/web/cp/lib/Flux/Dispatcher.php(168): Flux_Template->render()

#5 /home/serversg12/web/cp/index.php(169): Flux_Dispatcher->dispatch(Array)

#6 {main}

 

 what could be the problem? :(

Posted (edited)

 

MySQL error (SQLSTATE: 42S02, ERROR: 1146): Table 'serversg12.item_db' doesn't exist

 

upload ur itemdb.sql to ur RO database :)

 

in the phpmyadmin? it doesn't affect anything later? *worried*

 

btw, actually i am using eAthena...

Edited by amauni
  • Recently Browsing   0 members

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