BlackStonedLover / fluxcp

Automatically exported from code.google.com/p/fluxcp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

No such character was found. #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. When i select any character on cp 

What is the expected output? What do you see instead?
It should show character details

What version of the product are you using? On what operating system?
fluxcp-1.0.0.1000.rar

Please provide any additional information below.

Original issue reported on code.google.com by ankitpise111 on 11 Feb 2012 at 9:09

GoogleCodeExporter commented 8 years ago
Same!

Original comment by dore...@gmail.com on 18 Feb 2012 at 9:09

GoogleCodeExporter commented 8 years ago
This is likely due to use of FluxCP with incompatible and unsupported software.

Original comment by Paradox924X on 19 Feb 2012 at 4:16

GoogleCodeExporter commented 8 years ago
what do you mean by this?

which software you mean? which s/w shall i change? i m using normal cp with php 
/ mysqli and all installed 

Original comment by ankitpise111 on 19 Feb 2012 at 4:19

GoogleCodeExporter commented 8 years ago
FluxCP is only guaranteed to be compatible with stock eAthena.
This means it may not function correctly, or at all, with 3rd party projects or 
modifications such as rAthena, 3CeAM, etc.

Original comment by Paradox924X on 19 Feb 2012 at 5:16

GoogleCodeExporter commented 8 years ago
i m using normal trunk latest version from 
http://eathena-project.googlecode.com/svn/trunk/

Original comment by ankitpise111 on 19 Feb 2012 at 5:19

GoogleCodeExporter commented 8 years ago
You must provide more details including any error logs 
(FLUX_ROOT/data/logs/errors/exceptions/, FLUX_ROOT/data/mysql/errors/ and any 
webserver logs).
Additionally, you should consider upgrading to the latest version of FluxCP by 
upgrading to the latest revision (r1092) using an `svn update`.

Original comment by Paradox924X on 19 Feb 2012 at 5:26

GoogleCodeExporter commented 8 years ago
<?php exit('Forbidden'); ?>
[2012-02-18 04:25:42] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.item_db' 
doesn't exist
[2012-02-18 04:25:42] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.items' doesn't 
exist
[2012-02-18 04:25:42] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.items' doesn't 
exist
[2012-02-18 04:25:44] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.mob_db' 
doesn't exist
[2012-02-18 04:25:44] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.monsters' 
doesn't exist
[2012-02-18 04:25:44] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.monsters' 
doesn't exist
[2012-02-18 04:26:50] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.item_db' 
doesn't exist
[2012-02-18 04:26:50] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.items' doesn't 
exist
[2012-02-18 04:26:50] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.items' doesn't 
exist
[2012-02-18 04:27:02] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.mob_db' 
doesn't exist
[2012-02-18 04:27:03] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.monsters' 
doesn't exist
[2012-02-18 04:27:03] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.monsters' 
doesn't exist
[2012-02-18 04:27:22] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.mob_db' 
doesn't exist
[2012-02-18 04:27:22] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.monsters' 
doesn't exist
[2012-02-18 04:27:22] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.monsters' 
doesn't exist
[2012-02-18 04:28:13] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.item_db' 
doesn't exist
[2012-02-18 04:28:13] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.items' doesn't 
exist
[2012-02-18 12:33:15] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.item_db' 
doesn't exist
[2012-02-18 12:33:15] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.items' doesn't 
exist
[2012-02-18 10:32:05] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.item_db' 
doesn't exist
[2012-02-18 10:32:06] [SQLSTATE=42S02] Err 1146: Table 'ragnarok.items' doesn't 
exist

This are the errors 

And if i executed mob_db.sql in my RO database the mob database page in Flux CP 
will show

Error

An error occurred while trying to process your request.

Please try contacting an administrator: admin@localhost

other pages will work fine

Original comment by ankitpise111 on 19 Feb 2012 at 5:39

GoogleCodeExporter commented 8 years ago
oh paradox nvm this :P i didnt execute item db / item db2 and mob db / mob db2

my fault sorry

Original comment by ankitpise111 on 19 Feb 2012 at 7:08