Pages: 1 2 3 [4] 5 6 :: one page |
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Kepuh Harjo
whips chains and ballgags Care Factor
0
|
Posted - 2012.01.20 01:19:00 -
[91] - Quote
Hi all,
FG, thx for the great app! Took me a while to get it setup on windows/IIS but it's all working now.
Here's the main bugs i ran into (aside from stupid windows stuff)
I was getting some errors when loading our corp's towers into the table because the powergrid and cpu did not have default values.
I just dropped the table and re-created it with default values and it worked great!
I'm new to towers so no idea if there is something specia/funky with my corp's specific installations, so it may be some weird edge case, but either way it was a fairly easy fix.
I do still get one error when trying to import Jobs:
ERROR Failed to Add Job info ; Out of range value for column 'containerID' at row 1
thx again for all the hard work that's gone into this!
Cheers,
Kep |

Frozen Guardian
Registered Amateur Mathematicians
30
|
Posted - 2012.01.20 04:37:00 -
[92] - Quote
Kepuh Harjo wrote:Hi all,
FG, thx for the great app! Took me a while to get it setup on windows/IIS but it's all working now.
Here's the main bugs i ran into (aside from stupid windows stuff)
I was getting some errors when loading our corp's towers into the table because the powergrid and cpu did not have default values.
I just dropped the table and re-created it with default values and it worked great!
I'm new to towers so no idea if there is something specia/funky with my corp's specific installations, so it may be some weird edge case, but either way it was a fairly easy fix.
I do still get one error when trying to import Jobs:
ERROR Failed to Add Job info ; Out of range value for column 'containerID' at row 1
thx again for all the hard work that's gone into this!
Cheers,
Kep
Hi!
What version did you install? Also...It sounds like you are missing tables/structure in the DB and/or your installation isn't correctly installed.
"I was getting some errors when loading our corp's towers into the table because the powergrid and cpu did not have default values." <--that tells me something is quite wrong.
"ERROR Failed to Add Job info ; Out of range value for column 'containerID' at row 1" <--even more confirms my suspicions
The tracker on any setup is pretty much drop the php files in, install the DB files, add your API key, done. Then on versions 5.1.7 and earlier you would go in and add structures as it mattered for fuel purposes. No longer the case of 5.2.0 because Fuel Blocks don't care what your CPU/PG is at so you wouldn't even need to add structures for it to tell you the correct times left on your tower. But even if you didn't add structures on 5.1.7 and earlier versions the tracker still functions without error. I know it runs on IIS setups because I've walked several people through it. So I would suggest wiping everything and re-install because something is definitely not right.
If you are using IIS or this windows setup because all you got is a Windows box laying around, you may want to look into using something like WAMP which I know works flawless with the tracker pretty much right out of the box.
Best of luck, -FG |

Kepuh Harjo
whips chains and ballgags Care Factor
0
|
Posted - 2012.01.20 08:34:00 -
[93] - Quote
Hi FG, thx for the quick reply.
Looks like i'm using 5.1.6 which i used the full installer from here:
http://iceneko.com/eve/?q=node/4
I notice there is an update to 5.1.7, but I don't see anything for 5.2?
I just did the upgrade to 517, but still the same error. I'll look @ wiping the install and re-doing later today.
where can I find 5.2?
cheers,
kep |

Frozen Guardian
Registered Amateur Mathematicians
30
|
Posted - 2012.01.20 15:36:00 -
[94] - Quote
Kepuh Harjo wrote:Hi FG, thx for the quick reply. Looks like i'm using 5.1.6 which i used the full installer from here: http://iceneko.com/eve/?q=node/4I notice there is an update to 5.1.7, but I don't see anything for 5.2? I just did the upgrade to 517, but still the same error. I'll look @ wiping the install and re-doing later today. where can I find 5.2? cheers, kep
A few posts above you :) |

snipereagle1
White Star Line 2010 GIANTSBANE.
1
|
Posted - 2012.01.20 20:01:00 -
[95] - Quote
Frozen Guardian wrote:snipereagle1 wrote:So..... no matter what I do I can't get the moon mining tracking to work. Please help! Uhh what version, did it work in previous versions, what exactly are you talking about? What page are you on? 5.1.7, on the production page all of the silos show empty. |

Kepuh Harjo
whips chains and ballgags Care Factor
0
|
Posted - 2012.01.20 20:54:00 -
[96] - Quote
grrrr stupid forums... just wiped out a big post saying post can't contain HTML and then wiped everything :( :(
Basically, I did a full re-install/setup w/ version 5.2 and I get the exact same errors.
I confirmed that the scripts install the database without any default values for the cpu/powergrid as seen here from install_database.sql:
CREATE TABLE `%prefix%tower_info` (
`powergrid` int(10) unsigned NOT NULL, `cpu` int(10) unsigned NOT NULL, `fuelblock` int(10) unsigned NOT NULL, PRIMARY KEY (`pos_id`) )
Are you sure this is installing wrong, and it's not something with our corp towers? |

Frozen Guardian
Registered Amateur Mathematicians
30
|
Posted - 2012.01.20 21:49:00 -
[97] - Quote
snipereagle1 wrote:Frozen Guardian wrote:snipereagle1 wrote:So..... no matter what I do I can't get the moon mining tracking to work. Please help! Uhh what version, did it work in previous versions, what exactly are you talking about? What page are you on? 5.1.7, on the production page all of the silos show empty.
Correct because you need to do that manually. The API doesn't provide this data easily so it must be entered in manually when you setup the towers. So you will need to connect the MHA to the input silo. Just so it ends up looking like this: http://iceneko.com/eve/images/viewpos.png
Kepuh Harjo wrote:grrrr stupid forums... just wiped out a big post saying post can't contain HTML and then wiped everything :( :(
Basically, I did a full re-install/setup w/ version 5.2 and I get the exact same errors.
I confirmed that the scripts install the database without any default values for the cpu/powergrid as seen here from install_database.sql:
Are you sure this is installing wrong, and it's not something with our corp towers?
That looks correct because there is no need to know the CPU/PG. So because nothing is in there it will revert to 0 during manual tower setup and API pulls. This information doesn't come in via API and is at this point more of a visual fyi when you add structures. So your installation is still incorrectly running because as I basically said in an earlier post there is no errors like this. In fact the two errors you're getting are probably the first time I've ever seen those. You shouldn't be having all this trouble if your installation went through right and your server is working correctly.
-FG |

Kepuh Harjo
whips chains and ballgags Care Factor
0
|
Posted - 2012.01.20 22:20:00 -
[98] - Quote
Maybe i'm just not understanding the app...
You mention manual tower setup, i thought the api pulled the towers/etc... ?
Do i have to do something manually to set this up?
I do see now that 5.2 is fuel blocks only, so this is only useful post-24 correct? or to start identifying fuel block needs for when the cutover is made.
Basically i just joined a corp, and want to help out, they have towers, and i offered to look into some automated way to do management of them.
I've never done POS mgmt before, or used any app related, so i'm a complete noob with this :) |

Frozen Guardian
Registered Amateur Mathematicians
30
|
Posted - 2012.01.21 00:29:00 -
[99] - Quote
Kepuh Harjo wrote:Maybe i'm just not understanding the app...
You mention manual tower setup, i thought the api pulled the towers/etc... ?
Do i have to do something manually to set this up?
I do see now that 5.2 is fuel blocks only, so this is only useful post-24 correct? or to start identifying fuel block needs for when the cutover is made.
Basically i just joined a corp, and want to help out, they have towers, and i offered to look into some automated way to do management of them.
I've never done POS mgmt before, or used any app related, so i'm a complete noob with this :)
I've always wanted to make a demo tracker so gonna make one well start it at least and you can add your API and test it out for a day to see how it works. Then I'll just wipe it afterwards. This way you can actually see it working without hassle. I'll send you an EVEMail shortly on the links. |

snipereagle1
White Star Line 2010 GIANTSBANE.
1
|
Posted - 2012.01.21 02:15:00 -
[100] - Quote
Frozen Guardian wrote:snipereagle1 wrote:Frozen Guardian wrote:[quote=snipereagle1]So..... no matter what I do I can't get the moon mining tracking to work. Please help! Uhh what version, did it work in previous versions, what exactly are you talking about? What page are you on? 5.1.7, on the production page all of the silos show empty.
Correct because you need to do that manually. The API doesn't provide this data easily so it must be entered in manually when you setup the towers. So you will need to connect the MHA to the input silo. Just so it ends up looking like this: http://iceneko.com/eve/images/viewpos.png
Ah ok, I thought it pulled from the API. Thank you =) |

Frozen Guardian
Registered Amateur Mathematicians
31
|
Posted - 2012.01.21 04:54:00 -
[101] - Quote
5.2.0 Officially Released, no changes were needed to the test files except one missing line in the full installer. I of course will still be watching this thread and google code's issues area incase something comes up.
Now awesome people would awesomely donate towards the Frozen Guardian keep working on the POS Tracker fund. :P
Enjoy and have an awesome weekend! -FG
Edit: There is a bug where Stront isn't affected by Sov, will be fixed in 5.2.1. |

king curt
The Maverick Navy Against ALL Authorities
2
|
Posted - 2012.01.23 16:56:00 -
[102] - Quote
Upgraded from 5.1.7 to 5.2 and having some db issues
Quote:postracker.pos3_tower_fbstatic' doesn't existSELECT * FROM pos3_tower_fbstatic WHERE pos_race = '4' AND pos_size = '3'
When adding 520 upgrade getting the following sql error Quote:#1146 - Table 'xxxxxxxx_postracker.%prefix%tower_info' doesn't exist yet there is a pos3_tower_info db already
DB is there but it uploaded from the sql as "%prefix%tower_fbstatic"
In fact both sql's in the install folder uploaded with %prefix% instead of pos3_. So in other words, I have both a full list of db's with %prefix% and pos3_
Any ideas?
Thanks.
***EDIT***
I got it working but I had to delete the existing tower_info and change %prefix%tower_info to pos3_tower_info and run the api for it to populate and renamed the %prefix%tower_fbstatic to pos3_tower_fbstatic. |

Frozen Guardian
Registered Amateur Mathematicians
31
|
Posted - 2012.01.24 02:52:00 -
[103] - Quote
king curt wrote:Upgraded from 5.1.7 to 5.2 and having some db issues Quote:postracker.pos3_tower_fbstatic' doesn't existSELECT * FROM pos3_tower_fbstatic WHERE pos_race = '4' AND pos_size = '3' When adding 520 upgrade getting the following sql error Quote:#1146 - Table 'xxxxxxxx_postracker.%prefix%tower_info' doesn't exist yet there is a pos3_tower_info db already DB is there but it uploaded from the sql as "%prefix%tower_fbstatic" In fact both sql's in the install folder uploaded with %prefix% instead of pos3_. So in other words, I have both a full list of db's with %prefix% and pos3_ Any ideas? Thanks. ***EDIT*** I got it working but I had to delete the existing tower_info and change %prefix%tower_info to pos3_tower_info and run the api for it to populate and renamed the %prefix%tower_fbstatic to pos3_tower_fbstatic.
Uhh yeah because you need to use the built-in updater instead of importing the .sql file manually. The updater then replaces %prefix% with what ever is in your install for you...in this case pos3_ . ^^
|

Wibla
Alcatraz Inc. Tactical Narcotics Team
31
|
Posted - 2012.01.24 16:12:00 -
[104] - Quote
I tried installing 5.2.0 full, while the fuel tracking works fine, production doesn't work at all, silos aren't updating... CEO Tactical Narcotics Team |

Frozen Guardian
Registered Amateur Mathematicians
31
|
Posted - 2012.01.24 17:06:00 -
[105] - Quote
Wibla wrote:I tried installing 5.2.0 full, while the fuel tracking works fine, production doesn't work at all, silos aren't updating...
There are no easy API pulls for silos and so you need to do it manually. :( |

Wibla
Alcatraz Inc. Tactical Narcotics Team
31
|
Posted - 2012.01.24 19:57:00 -
[106] - Quote
Yeah, I know about that, it appears that if you have two silos hooked up to the same output (harvester or reactor), it wont increment the contents hourly... CEO Tactical Narcotics Team |

Matalok
Dreddit Test Alliance Please Ignore
10
|
Posted - 2012.01.24 20:25:00 -
[107] - Quote
Still lots of calls to mysql_query in the production side of the POS class and related php scripts in the 5.2 standard install, need modifying to $dbconn->Execute format before they'll work. |

Kurufinve
Super Cr3w
0
|
Posted - 2012.01.27 18:13:00 -
[108] - Quote
Hi guys. Just run update from Version 5.1.7 to 5.2.0 (all went fine) and I cant add an API. I made one for tracker (with all that is required) and Im geting masg : "Error: String could not be parsed as XML" Any1 can help? Thx in advance.
P.S. Im totaly new in this so if posible keet it simple :( |

Frozen Guardian
Registered Amateur Mathematicians
31
|
Posted - 2012.01.28 00:40:00 -
[109] - Quote
Kurufinve wrote:Hi guys. Just run update from Version 5.1.7 to 5.2.0 (all went fine) and I cant add an API. I made one for tracker (with all that is required) and Im geting masg : "Error: String could not be parsed as XML" Any1 can help? Thx in advance.
P.S. Im totaly new in this so if posible keet it simple :(
Have you used this before successfully or was this the first time you used the POS Tracker? |

Kurufinve
Super Cr3w
0
|
Posted - 2012.01.28 02:30:00 -
[110] - Quote
Frozen Guardian wrote:Kurufinve wrote:Hi guys. Just run update from Version 5.1.7 to 5.2.0 (all went fine) and I cant add an API. I made one for tracker (with all that is required) and Im geting masg : "Error: String could not be parsed as XML" Any1 can help? Thx in advance.
P.S. Im totaly new in this so if posible keet it simple :( Have you used this before successfully or was this the first time you used the POS Tracker?
No, this was the first time I tried to use it... |

Angellis Ketatsu
NeoCorteX Industry Legion of xXDEATHXx
0
|
Posted - 2012.01.28 06:49:00 -
[111] - Quote
New treker not correctly counts sovereignty - more faithful he reads him but writes 15 blocks at o'clock - at addition in pos gives out not 24 days as be proposed on priming and 33 on pos |

Frozen Guardian
Registered Amateur Mathematicians
31
|
Posted - 2012.01.29 02:26:00 -
[112] - Quote
Kurufinve wrote:Frozen Guardian wrote:Kurufinve wrote:Hi guys. Just run update from Version 5.1.7 to 5.2.0 (all went fine) and I cant add an API. I made one for tracker (with all that is required) and Im geting masg : "Error: String could not be parsed as XML" Any1 can help? Thx in advance.
P.S. Im totaly new in this so if posible keet it simple :( Have you used this before successfully or was this the first time you used the POS Tracker? No, this was the first time I tried to use it...
Then you may be running into the same problem a few others are which we're trying to figure out. The connection instead of going to EVE's API servers are instead connecting to the localhost of your server. Which in return generates a 404/not found error because your server is obviously not an EVE API server. It's all in a world of confusion and I'm still investigating as to why this happens for a few people. Especially since this issue goes back to when the POS Tracker was first being made. This weird bug has really never been squashed and I'm going to try and figure out why. |

Lordess Trader
Phoenix Evolved Part Duo
0
|
Posted - 2012.01.29 12:45:00 -
[113] - Quote
why when i get to
http://localhost/pos/install.php?step=5
add api key
Error Code: 203::Authentication failure.
????
I'm using XAMPP so all versions seem fine
Current PHP version: 5.3.1 (Needs to be greater than 5.1.2) Your CURL Version: 7.19.6 CURL: Yes SimpleXML: Yes Hash: Yes Register_globals: Off cache/template_c: OK eveconfig/dbconfig.php: OK
|

Frozen Guardian
Registered Amateur Mathematicians
31
|
Posted - 2012.01.29 21:40:00 -
[114] - Quote
Lordess Trader wrote:why when i get to
http://localhost/pos/install.php?step=5
add api key
Error Code: 203::Authentication failure.
????
I'm using XAMPP so all versions seem fine
Current PHP version: 5.3.1 (Needs to be greater than 5.1.2) Your CURL Version: 7.19.6 CURL: Yes SimpleXML: Yes Hash: Yes Register_globals: Off cache/template_c: OK eveconfig/dbconfig.php: OK
If you are 100% sure on how to copy and paste then this is probably your issue:
Check your php.ini file for the following:
[php.ini] ; The separator used in PHP generated URLs to separate arguments. ; Default is "&". arg_separator.output = "&"
My guess is it has & instead of & |

Agent212
Les chevaliers de l'ordre Goonswarm Federation
0
|
Posted - 2012.02.01 14:29:00 -
[115] - Quote
[code] /** * Set a session variable * * @param name $ name of the session variable to set * @param value $ value to set the named session variable */ function SessionSetVar($name, $value='') { if (!isset($name)) { return false; }
$_SESSION[$name] = addslashes($value); return true; } [/code]
i have add addslashes in eveclass.php because of error if corp name have apostrophe in |

KongGal
x13 Raiden.
1
|
Posted - 2012.02.16 09:52:00 -
[116] - Quote
really an unstable pos tracker,
Impossible to install "it was installing the database for over 12 hours but still the database was clean" getting fatal errors on smarty.class.php " Warning: Smarty error: unable to read resource: "login.tpl" in /includes/Smarty/Smarty.class.php on line 1088" |

Kismeteer
GoonWaffe Goonswarm Federation
98
|
Posted - 2012.02.21 19:33:00 -
[117] - Quote
We are unable to allow new characters to use FGV. (Which we have nicknamed 'The Allspark' after the energon cube patch.) It just comes up with a blank list. Also, we get a message of this in the logs: [21-Feb-2012 14:43:28 UTC] PHP Notice: Undefined variable: mod in /html/index.php on line 38 [21-Feb-2012 14:43:28 UTC] PHP Notice: Undefined index: access in /html/includes/eveclass.php on line 281
I do not know if these are related. But if anyone else has experienced this, let me know. |

Frozen Guardian
Registered Amateur Mathematicians
31
|
Posted - 2012.03.17 06:17:00 -
[118] - Quote
Kismeteer wrote:We are unable to allow new characters to use FGV. (Which we have nicknamed 'The Allspark' after the energon cube patch.) It just comes up with a blank list. Also, we get a message of this in the logs: [21-Feb-2012 14:43:28 UTC] PHP Notice: Undefined variable: mod in /html/index.php on line 38 [21-Feb-2012 14:43:28 UTC] PHP Notice: Undefined index: access in /html/includes/eveclass.php on line 281
I do not know if these are related. But if anyone else has experienced this, let me know.
I've seen two others have that same issue. Not exactly sure where it came from. In one case they just reinstalled their entire POS tracker. Though that's probably not so much fun for you. You still experience this issue?
Sorry I know kinda late response.
So on that note yeah sorry on the no updates, lots has happened(surgery and new job yays!) but I'm still alive. I can finally start working on the POS tracker this weekend again. I'll try and see if I can't get a small update out by the end of this weekend if not probably next weekend for sures.
-FG |

Frozen Guardian
Registered Amateur Mathematicians
31
|
Posted - 2012.03.26 06:01:00 -
[119] - Quote
5.2.1 Released! Downloads here: http://iceneko.com/eve/
Version 5.2.0 to 5.2.1 Changes:
- Fixed sovereignty bonus for Strontium usage.
- Fuel Calc now understands the use current levels function.
- Fixed sovereignty for both Fuel Calc and Fuel Bill.
Wanted to do more but future changes kinda expanded too quickly and I wanted the sov fixes out the door. So that gets to be held off for another day. Of course let me know if anything in this patch breaks something. :)
-FG |

Zyper
Crimson Nation En Garde
6
|
Posted - 2012.06.15 01:22:00 -
[120] - Quote
Does this not have a forgot password or reset users password feature? |
|
|
Pages: 1 2 3 [4] 5 6 :: one page |
First page | Previous page | Next page | Last page |