Jump to content
  • 0

FluxCP Character not found


anoobforumer

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  12/05/14
  • Last Seen:  

FluxCP is working the way it should be now, when I click accounts, characters, guilds and etc tabs on the Admin panel, they're all working.
But when I click on a specific character, the information about the character is not found.
I'll include some screenshots here.

Logged in as an admin:

Screenshot 1:
char1_zps683a55f6.png

 

Screenshot 2:

 

char2_zps370f0f47.png

 

Logged in as a normal player:

 

Screenshot 1:

char3_zpse712d372.png

 

Screenshot 2:

 

char4_zps4aa95aff.png


Well if any of you have any free time, I would be glad if you'll be able to help me with this.
Thank you in advance!

Edited by anoobforumer
Link to comment
Share on other sites

15 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   2
  • Joined:  09/19/13
  • Last Seen:  

maybe you need check config/access.php


		'character' => array(
			'index'    => AccountLevel::LOWGM,
			'view'     => AccountLevel::NORMAL,
			'online'   => AccountLevel::ANYONE,
			'prefs'    => AccountLevel::NORMAL,
			'changeslot' => AccountLevel::ADMIN,
			'resetlook'  => AccountLevel::ADMIN,
			'resetpos'   => AccountLevel::ADMIN,
			'mapstats'   => AccountLevel::ANYONE,
			'divorce'    => AccountLevel::NORMAL
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  12/05/14
  • Last Seen:  

Tried changing it to that but still Character not found.

Any other suggestions please

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  12/05/14
  • Last Seen:  

Bump!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  197
  • Reputation:   13
  • Joined:  05/14/12
  • Last Seen:  

Are you using a custom coded flux theme? make sure all modules on the theme are compatible with the flux control panel

  • Love 1
  • MVP 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  12/05/14
  • Last Seen:  

I tried using the default flux theme but the Characters are still not found.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  57
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   5
  • Joined:  03/09/12
  • Last Seen:  

turn the Status from Renewal to Pre renewal.. 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

Did you apply the item_db.sql? And other SQL's?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  12/05/14
  • Last Seen:  

@kazaru:
How will I turn the status to pre-renewal?
 

@radian,

I can't find any item_db.sql in the schemas folder..

Here's a screenshot of my schema folder(left) and my current database(right)

schemas_zps46e6a02b.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

@kazaru:

How will I turn the status to pre-renewal?

 

@radian,

I can't find any item_db.sql in the schemas folder..

Here's a screenshot of my schema folder(left) and my current database(right)

schemas_zps46e6a02b.png

 

That's because its on the same folder of main.sql and logs.sql on server side.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  12/05/14
  • Last Seen:  

I can't seem to find it.

My server was migrated from one host to another and they were the ones who installed my database.

Do you have any links to where I can download them?

I've downloaded fluxcp-1.0.0.1000 but I can't seem to find the main.sql, logs.sql, and etc..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

here's the link : tell your host that you need to put this files on your sql.

https://github.com/rathena/rathena/tree/master/sql-files

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  12/05/14
  • Last Seen:  

Thank you!

We'll now import them..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  3
  • Reputation:   0
  • Joined:  01/08/15
  • Last Seen:  

Thank you!


We'll now import them..


Link to comment
Share on other sites

×
×
  • Create New...