biow0lf / evedev-kb

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

getting error when i add an api and cant fetch killmails aswell #246

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Thats what i get when i add an api

WARNING [2] Invalid argument supplied for foreach()
Error on line 320 in file /var/www/web826/html/EDK404/common/admin/admin_api.php
PHP 5.4.17 (Linux), EDK 4.0.4 (Crucible)
File: /var/www/web826/html/EDK404/common/admin/admin_api.php, line: 320, class: 
EDKError, function: handler
File: /var/www/web826/html/EDK404/common/index.php, line: 293, function: include
File: /var/www/web826/html/EDK404/index.php, line: 27, function: include

and this is what i get when i try to fetch killmails with the idfeed syndication

WARNING [512] Not a valid EVEAPI feed.
Error on line 135 in file 
/var/www/web826/html/EDK404/common/includes/class.idfeed.php
PHP 5.4.17 (Linux), EDK 4.0.4 (Crucible)
File: /var/www/web826/html/EDK404/common/includes/class.idfeed.php, line: 135, 
function: trigger_error
File: /var/www/web826/html/EDK404/common/admin/admin_idfeedsyndication.php, 
line: 155, class: IDFeed, function: read
File: /var/www/web826/html/EDK404/common/admin/admin_idfeedsyndication.php, 
line: 83, function: getIDFeed
File: /var/www/web826/html/EDK404/common/index.php, line: 293, function: include
File: /var/www/web826/html/EDK404/index.php, line: 27, function: include

im new to this, so bare with me pls :/

Original issue reported on code.google.com by RedTos...@gmail.com on 30 Jul 2013 at 7:13

GoogleCodeExporter commented 9 years ago
another error what i get when i go to the tab "Statistics"

WARNING [2] Invalid argument supplied for foreach()
Error on line 39 in file 
/var/www/web826/html/EDK404/common/includes/api/class.alliance.php
PHP 5.4.17 (Linux), EDK 4.0.4 (Crucible)
File: /var/www/web826/html/EDK404/common/includes/api/class.alliance.php, line: 
39, class: EDKError, function: handler
File: /var/www/web826/html/EDK404/common/alliance_detail.php, line: 195, class: 
API_Alliance, function: LocateAlliance
File: /var/www/web826/html/EDK404/common/includes/class.pageassembly.php, line: 
70, function: call_user_func_array
File: /var/www/web826/html/EDK404/common/includes/class.pageassembly.php, line: 
37, class: pageAssembly, function: call
File: /var/www/web826/html/EDK404/common/alliance_detail.php, line: 960, class: 
pageAssembly, function: assemble
File: /var/www/web826/html/EDK404/common/index.php, line: 293, function: include
File: /var/www/web826/html/EDK404/index.php, line: 27, function: include

Original comment by RedTos...@gmail.com on 30 Jul 2013 at 7:22

GoogleCodeExporter commented 9 years ago
this also with latest git version

PHP Fatal error:  Uncaught exception 'Exception' with message 'Database Error: 
Duplicate entry '2013-10-12 18:05:00-\x00' for key 'time_hash'' in 
/var/wwwvirtual/kb/httpdocs/common/includes/class.dbnormalquery.php:42
Stack trace:
#0 /var/wwwvirtual/kb/httpdocs/common/includes/class.kill.php(1647): 
DBNormalQuery->execute('INSERT INTO kb3...')
#1 /var/wwwvirtual/kb/httpdocs/common/includes/class.kill.php(1450): 
Kill->realadd()
#2 /var/wwwvirtual/kb/httpdocs/common/includes/class.idfeed.php(602): 
Kill->add()
#3 /var/wwwvirtual/kb/httpdocs/common/includes/class.idfeed.php(515): 
IDFeed->processKill(Object(SimpleXMLElement))
#4 /var/wwwvirtual/kb/httpdocs/common/includes/class.idfeed.php(114): 
IDFeed->processFeed()
#5 /var/wwwvirtual/kb/httpdocs/common/includes/api/class.killlog.php(126): 
IDFeed->read()
#6 /var/wwwvirtual/kb/httpdocs/cron/cron_api.php(77): 
API_KillLog->Import('fistn', '2675007', 'IuS9X2gWKLEFkQh...', '2')
#7 {main}
  thrown in /var/wwwvirtual/kb/httpdocs/common/includes/class.dbnormalquery.php on line 42

Original comment by magnifi...@gmail.com on 12 Oct 2013 at 6:09