These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
Previous page12
 

LMeve - Industry Contribution and Mass Production Tracker

Author
Lukas Rox
Aideron Technologies
#21 - 2015-04-13 10:07:43 UTC  |  Edited by: Lukas Rox
Idgarad wrote:
Corp POS and inventory not showing up with a full corp api key. Any thoughts on why? EVerything else seems okay.


Sorry for the late reply. Sent you an evemail with a couple of questions to help troubleshooting the issue.

Proud developer of LMeve: Industry Contribution and Mass Production Tracker: https://github.com/roxlukas/lmeve | Blogging about EVE on http://pozniak.pl/wp/

Lukas Rox
Aideron Technologies
#22 - 2015-04-23 14:43:54 UTC
Lukas Rox wrote:
Idgarad wrote:
Corp POS and inventory not showing up with a full corp api key. Any thoughts on why? EVerything else seems okay.


Sorry for the late reply. Sent you an evemail with a couple of questions to help troubleshooting the issue.


It seems schema.sql has old version of table definition, while delta 0.1.51 -> 0.1.52 contains proper definition.

You need to drop your 'apistarbasedetail' table in LMeve database and replace it with the following:

CREATE TABLE IF NOT EXISTS `apistarbasedetail` (
`itemID` bigint(11) NOT NULL,
`state` int(11) NOT NULL,
`stateTimestamp` datetime NOT NULL,
`onlineTimestamp` datetime NOT NULL,
`usageFlags` int(11) NOT NULL,
`deployFlags` int(11) NOT NULL,
`allowCorporationMembers` int(11) NOT NULL,
`allowAllianceMembers` int(11) NOT NULL,
`useStandingsFrom` int(11) NOT NULL,
`onStandingDrop` int(11) NOT NULL,
`onStatusDrop` int(11) NOT NULL,
`onStatusDropStanding` int(11) NOT NULL,
`onAggression` int(11) NOT NULL,
`onCorporationWar` int(11) NOT NULL,
`corporationID` bigint(11) NOT NULL,
PRIMARY KEY (`itemID`),
KEY `corporationID` (`corporationID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

POS and Inventory will work afterwards.

Proud developer of LMeve: Industry Contribution and Mass Production Tracker: https://github.com/roxlukas/lmeve | Blogging about EVE on http://pozniak.pl/wp/

Lord Darkguard
Deep Hole Cleansing
#23 - 2015-04-26 11:19:34 UTC
Many thanks for helping me getting up and running with this and helping with the above error!
Rebcarhuc
Pator Tech School
Minmatar Republic
#24 - 2015-04-29 17:11:01 UTC
Updated the starbase and it shows up but POS facilities aren't and inventory only seems to be listing some minerals but nothing else. No errors in errors.txt. Thoughts?
Previous page12