biow0lf / evedev-kb

Automatically exported from code.google.com/p/evedev-kb
1 stars 0 forks source link

kb3_api_keys not created on install #206

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install
2. kb3_api_keys is now missing
3.
4. profit

kb3_api_keys needs to be added to the install packages.

Original issue reported on code.google.com by kovellia on 31 Jan 2012 at 9:59

GoogleCodeExporter commented 9 years ago
i'm confused - i've not commited the code to use kb3_api_keys yet (have I????)

Original comment by p...@minimoo.org on 31 Jan 2012 at 10:07

GoogleCodeExporter commented 9 years ago
Database error: Table 'ultimate_rmzkb.kb3_api_keys' doesn't exist
SQL: SELECT * FROM kb3_api_keys WHERE key_kbsite = 'RMZKB' ORDER BY key_name
ERROR [256] SQL error (Table 'ultimate_rmzkb.kb3_api_keys' doesn't exist
Error on line 46 in file 
/home/ultimate/public_html/rmz-kb/common/includes/class.dbnormalquery.php
PHP 5.3.6 (Linux), EDK 4.0.4 (Crucible)
File: 
/home/ultimate/public_html/rmz-kb/common/includes/class.dbnormalquery.php, 
line: 46, function: trigger_error
File: /home/ultimate/public_html/rmz-kb/common/includes/class.dbquery.php, 
line: 26, function: call_user_func_array
File: /home/ultimate/public_html/rmz-kb/common/admin/admin_api.php, line: 262, 
class: DBQuery, function: __call
File: /home/ultimate/public_html/rmz-kb/common/admin/admin_api.php, line: 262, 
class: DBQuery, function: execute
File: /home/ultimate/public_html/rmz-kb/common/index.php, line: 293, function: 
include
File: /home/ultimate/public_html/rmz-kb/index.php, line: 27, function: include

Original comment by joreks...@gmail.com on 1 Feb 2012 at 11:33

GoogleCodeExporter commented 9 years ago
jorekster, you can work around the problem by going to 
[kburl]/update/?do=force&level=026

Original comment by kovellia on 2 Feb 2012 at 1:44

GoogleCodeExporter commented 9 years ago
GREAT!!! Thank you kovellia, you are the one. Now everything works fine :) 
Thanks again for help.

Original comment by joreks...@gmail.com on 2 Feb 2012 at 10:53

GoogleCodeExporter commented 9 years ago
Probably a special problem on this install.

API key handling (including the DB) works well with 4.0.5 and also in current 
4.1.0-dev.

Original comment by hgloc...@gmail.com on 2 Jan 2014 at 12:23