| Author |
Thread Statistics | Show CCP posts - 1 post(s) |

Myrdyr
|
Posted - 2008.01.13 22:55:00 -
[1]
Edited by: Myrdyr on 13/01/2008 22:55:04 i copied the latest from SVN in the 2.1 branch and it appears improved but I still am unable to update amounts in my silos... has anyone gotten the silo tracking to work ?
oh, and the problem is, i can get the reactors + silos set up but i can't update the quantities...after i type in the amounts and hit update they refresh back to zero...
|

Myrdyr
|
Posted - 2008.01.14 20:24:00 -
[2]
it's a sourceforge project, they all have SVN. i don't have the URL but it's off the sourceforge project page someplace here's what i used from my .bash_history though: svn co https://pos-tracker2.svn.sourceforge.net/svnroot/pos-tracker2 pos-tracker2
|

Myrdyr
|
Posted - 2008.01.16 17:59:00 -
[3]
Originally by: Johnathan Roark
Originally by: Blue Sassley I seen to get this error when I install some of the systems:
INSERT INTO `pos2_evemoons` ( `moonID` , `moonName` , `systemID` , `systemName` , `regionID` , `regionName` )VALUES ('40002090', 'Mohas II - Moon 1', '30000042', 'Moh', '10000001', 'Derelik')Database creation failed on step 2050. Please create database manually from file. Error Text: Duplicate entry '40002090' for key 1
You've attempted to install the same region twice into the moon database.
Actually it appears as if your SQL exports repeat themselves. I had this problem for Domain also, somewhere in the M's.
|

Myrdyr
|
Posted - 2008.01.20 02:05:00 -
[4]
it's not ready for a new release quite yet, IMO. needs a lot of bugfixing, and a better db dump.
there's an error in the calculations that i've narrowed down to line 34 of viewpos.php
Quote: if ($pos_race == 1 || $pos_race == 2 || $pos_race == 3 || $pos_race == 4)
it makes every tower calculate as if it were an amarr tower...not sure what was intended here.
|

Myrdyr
|
Posted - 2008.01.22 22:40:00 -
[5]
Originally by: Johnathan Roark Edited by: Johnathan Roark on 22/01/2008 17:31:21
Originally by: Viktor Rasmussen I don't know if you're aware of this, but my Gallente large POS is counted as an amarr large one
CPU: 6575 / 5500 PG: 3140000 / 5000000
which are the values for the amarr tower. I don't know where there values comes from - I definitely choosen Gallente CT. The tower itself is located in Amarr space - maybe this is related?
There was some old code doing this, it has been fixed in the SVN.
I just did a `svn update` and the references to $pos_race1 are still there: $ grep -n \$pos_race1 *.php fuel_calculator.php:185: $pos_race1 = 1; fuel_calculator.php:187: $pos_race1 = $pos_race; fuel_calculator.php:199: $sql = "SELECT * FROM " . $db . " WHERE pos_race ='" . $pos_race1 ."' && pos_size = '" . $pos_size . "'"; functions.php:28: $pos_race1 = 1; functions.php:30: $pos_race1 = $pos_race; functions.php:38: $sql = "SELECT * FROM " . $database . " WHERE pos_race = '" . $pos_race1 . "' AND pos_size = '" . $pos_size . "'"; functions.php:196: $pos_race1 = 1; functions.php:198: $pos_race1 = $pos_race; functions.php:209: $sql = "SELECT * FROM " . $database . " WHERE pos_race ='" . $pos_race1 ."' && pos_size = '" . $pos_size . "'"; viewoutpost.php:208: $pos_race1 = 1; viewoutpost.php:210: $pos_race1 = $pos_race;
|

Myrdyr
|
Posted - 2008.02.01 18:34:00 -
[6]
Is anyone having any problems with the Optimum fuel calculator not working in editpos.php ? Please post constructively. ~Saint |

Myrdyr
|
Posted - 2008.02.01 21:18:00 -
[7]
Originally by: Johnathan Roark
Originally by: Myrdyr Is anyone having any problems with the Optimum fuel calculator not working in editpos.php ?
Not working in what way? Wrong quantities? No quantities?
shows zero for all quantities Please post constructively. ~Saint |

Myrdyr
|
Posted - 2008.02.03 20:15:00 -
[8]
mine are gallente. i've updated from both SVN and the beta2 release w/ no change so I am guessing it must be a database issue. can you point me towards which tables i can try restoring? I really don't want to lose the POS structures and silo data I've got set up... Please post constructively. ~Saint |

Myrdyr
|
Posted - 2008.02.04 16:25:00 -
[9]
Originally by: Johnathan Roark
Originally by: Myrdyr mine are gallente. i've updated from both SVN and the beta2 release w/ no change so I am guessing it must be a database issue. can you point me towards which tables i can try restoring? I really don't want to lose the POS structures and silo data I've got set up...
check your tower_static, sovereignty_static, and sovereignty_constellation_static. If what I suspect is going on is correct, you need to reload those tables.
confirmed, this did indeed fix my problems. Thanks again! Please post constructively. ~Saint |

Myrdyr
|
Posted - 2008.02.06 15:33:00 -
[10]
I had a thought along the same lines but lazier -- as long as the updates are at least an hour apart you can do a difference of all the values and autocalculate fuel usage, no? I think assuming max usage is ideal until you get enough API grabs to determine actual usage, which can autoupdate if it detects a change in ratios... Please post constructively. ~Saint |

Myrdyr
|
Posted - 2008.02.07 19:02:00 -
[11]
The Reactor Array is the simple reactor, the Medium Reactor Array is the complex reactor. Please post constructively. ~Saint |
| |
|