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

Preddy
|
Posted - 2008.12.12 23:31:00 -
[1]
Originally by: zombu2 Edited by: zombu2 on 12/12/2008 03:28:07
Originally by: Thomas Marin I need some help. I always get the error "521::Invalid username and/or password passed to UserData.LoginWebUser()." I've seen your earlier comment about wrong keys but I copy and paste ... - I use version 3.0 beta 4 - I use the in game browser and the char owning the full key. - I can perform in game the two other updates successfully. - I use a local installation, so all config files are out-of-box.
What else can I try?
well i disabled the line totally that fixed it for me in xammp
[php.ini] ; The separator used in PHP generated URLs to separate arguments. ; Default is "&". ; arg_separator.output = "&"
also i uncommented the line arg_Seperator.input = "&"
Btw i looked at the template and i found some path that direct to images in /images that are not there ....
any idea??
thnx
Here still the Error 521 Problem with Postracker and xammp :( disable of the line no fix :(..
Any hints ?
|

Preddy
|
Posted - 2008.12.15 17:14:00 -
[2]
Exactly the Problem is. Under Admin Panel i can take Limited or Full Api Key every time i get follow api failure
"Error Code: 521::Invalid username and/or password passed to UserData.LoginWebUser()."
If i take the Charakter Id for UserId and the Api Key i geht follow failure..
Error Code: 516::Failed getting user information.
????
Help pls..
Pred
|

Preddy
|
Posted - 2008.12.16 14:12:00 -
[3]
Edited by: Preddy on 16/12/2008 14:13:16 Edited by: Preddy on 16/12/2008 14:12:33 Hi again, also i solved the problem now with 2 hints from this thread.
first i do follow
Quote: well i disabled the line totally that fixed it for me in xammp
[php.ini] ; The separator used in PHP generated URLs to separate arguments. ; Default is "&". ; arg_separator.output = "&"
also i uncommented the line arg_Seperator.input = "&"
thx @zombu2
this only makes no effect, and still i get the api error 521
then i make the changes like http://chrismeller.com/using-curl-in-xampp thx @Ian8 for post this first.. and postracker works perfectly.
i try to disable my first change and take only the fix like in the link postet, then i get again 521 api error.
so both changes in php.ini a requiered when user use xampp (like me)..
only a response for others users with the same problem..
|

Preddy
|
Posted - 2009.01.28 14:52:00 -
[4]
Originally by: Doc Punkiller
Originally by: Doc Punkiller
Originally by: DeTox MinRohim Edited by: DeTox MinRohim on 30/12/2008 02:34:27
Originally by: Doc Punkiller
Material is Sylramic Fibers (0.075m3, 6000 units per hour) i see 4500 units and 338m3 in the production.
It should be 60000 units and 4500m3.
mm My source says 6K/hour/450m3
Not 60k
Exept that the silo was running for 10 hours... 6k * 10 -> 60k.
for some reason (beta 5) i had to make the following modification in production.php in order to have the correct amount and volumes displayed :
line 295, change :
$silo[$x]['material_amount'] = ($rate_vol*$silo[$x]['hoursago'])+$silo[$x]['material_amount'];///$mat info['material_volume']+$silo[$x]['material_amount'];
by
$silo[$x]['material_amount'] = ($silo[$x]['rate']*$silo[$x]['hoursago'])+$silo[$x]['material_amount'];/ //$matinfo['material_volume']+$silo[$x]['material_amount'];
if i make the changes in line 295 like u. i only copy your change here from forum
i get follow error
"Parse error: syntax error, unexpected '/' in /data/apache/users/XXXXXX/heerlager/www/postracker/production.php on line 295"
any hint ?
pred |

Preddy
|
Posted - 2009.01.30 19:03:00 -
[5]
Originally by: Doc Punkiller Edited by: Doc Punkiller on 30/01/2009 12:25:21
Originally by: Preddy
if i make the changes in line 295 like u. i only copy your change here from forum
i get follow error
"Parse error: syntax error, unexpected '/' in /data/apache/users/XXXXXX/heerlager/www/postracker/production.php on line 295"
any hint ?
pred
i think it's a line break problem; just remove the line break between / and //. The line should be on only one line.
or just change the line to :
Quote: $silo[$x]['material_amount'] = ($silo[$x]['rate']*$silo[$x]['hoursago'])+$silo[$x]['material_amount'];
(same thing without the comments)
hmm ok the syntax error are gone, but the calculation off the amount with the change in line 295 a still wrong.. you only change this one line and it works ? |

Preddy
|
Posted - 2009.01.31 18:19:00 -
[6]
Also all changes in the production.php will not solve the silo amount problem. i hope that doc punkiller share the information and give us a download link to his production.php that works ..  |

Preddy
Minmatar Konstrukteure der Zukunft AAA Citizens
|
Posted - 2009.03.28 20:11:00 -
[7]
Edited by: Preddy on 28/03/2009 20:13:24
Originally by: Johnathan Roark
Originally by: Lola Blue How do I get the MoonDB to display any buttons where I can enter info on Moon materials?
If your refering to the moon scan database in the modules, its really not supported currently. It takes some work to actually even get it to display.
Originally by: Postman Dee Edited by: Postman Dee on 19/03/2009 12:32:25 I have installed the 3.0.0 Beta 5, but cannot download POD data with API. I have an other tool what shows the POSes data, so the API is working.
Any Idea ? where can I debug what is wrong ? It was installed on apache2 + php5 with mysql server.
additionaly : I have got this : Error: String could not be parsed as XML
That error means the api server sent junk, try waiting a while and trying again.
I wait since one week now and the pos tracker get no towers on api update.. :(
"ERROR getting pos Info ; MySQL server has gone away"
MyPos works correctly but is not so nice :(
|

Preddy
Minmatar Konstrukteure der Zukunft AAA Citizens
|
Posted - 2009.04.04 22:01:00 -
[8]
hmm Johnathan, it's fine that you take the project but i think it's time that you fix the many bugs there are in pos tracker..
|

Preddy
Minmatar Konstrukteure der Zukunft AAA Citizens
|
Posted - 2009.04.14 23:29:00 -
[9]
I now test with a complete new install of postracker, i delete alle folders on webspace, the mysql bank all ..
after a new install, i can one time API Import, now more then 10 hours later again
""ERROR getting pos Info ; MySQL server has gone away"

i try it with define "XML" BLA and without, without // the files in cache/api whould create correctly !
Pred
|

Preddy
Minmatar Konstrukteure der Zukunft AAA Citizens
|
Posted - 2009.04.18 20:38:00 -
[10]
Originally by: Johnathan Roark
Originally by: Preddy I now test with a complete new install of postracker, i delete alle folders on webspace, the mysql bank all ..
after a new install, i can one time API Import, now more then 10 hours later again
""ERROR getting pos Info ; MySQL server has gone away"

i try it with define "XML" BLA and without, without // the files in cache/api whould create correctly !
Pred
That is actually a problem with your mysql server, for some reason the connection to it is lost. MySQL information
Ok Thx John first for answer. my webhoster has as MySQL Flag max_allowed_packet=4MB :( and he dosn't want change this. he mean i should splitt the numbers of querys :-(
some way to change this in postracker ?
pred
|
|

Preddy
Minmatar Konstrukteure der Zukunft AAA Citizens
|
Posted - 2009.04.19 21:58:00 -
[11]
Originally by: Johnathan Roark Edited by: Johnathan Roark on 18/04/2009 22:21:11
Originally by: Preddy
Originally by: Johnathan Roark
Originally by: Preddy I now test with a complete new install of postracker, i delete alle folders on webspace, the mysql bank all ..
after a new install, i can one time API Import, now more then 10 hours later again
""ERROR getting pos Info ; MySQL server has gone away"

i try it with define "XML" BLA and without, without // the files in cache/api whould create correctly !
Pred
That is actually a problem with your mysql server, for some reason the connection to it is lost. MySQL information
Ok Thx John first for answer. my webhoster has as MySQL Flag max_allowed_packet=4MB :( and he dosn't want change this. he mean i should splitt the numbers of querys :-(
some way to change this in postracker ?
pred
That has nothing to do with the number of queries but the size of the query. I would need more information to figure out how to work around it if even posible. It is actually rather low, normally you will see at least 16m and up to 1 gig is allowed after mysql 4.
what for more information you need ? i try to get some infos..
pred
|

Preddy
Minmatar Konstrukteure der Zukunft AAA Citizens
|
Posted - 2009.04.23 19:17:00 -
[12]
Originally by: Johnathan Roark
Originally by: Preddy
what for more information you need ? i try to get some infos..
pred
Actual mysql queries that are failing would be a good start.
I left my old Webspace provider while there are no support... My new Provider now, i installed all complete new..
Aaaaaaand . . . . . . . . .
It Work ALL ! No Api Fail, No Production and Silo Problems, nothing... ALL WORK !
Sorry Johnathan for the last posts here, but u know best that first the problem is in the program.. 
I send u a Donation and say thanks !
Pred
|

Preddy
Minmatar Konstrukteure der Zukunft AAA Citizens
|
Posted - 2009.04.26 21:58:00 -
[13]
hmm how can i set the default sort mode on the Track Tab ? Now since rc 1, my default to sort by status has gone 
|

Preddy
Minmatar Wormhole Exploration Squad
|
Posted - 2009.10.15 20:57:00 -
[14]
the size of caesium are wrong. in postracker the size is 0.4 the real size are 0.8 i change it in the material_static in my database.
only as info for all 
|

Preddy
Minmatar Konstrukteure der Zukunft Ev0ke
|
Posted - 2009.12.04 22:27:00 -
[15]
If a corp mate try to Register with the Ingame Browser, PosTracker say "You must use the Ingame Browser" so Postracker dosn't detect the New One since Dominion :(.. Any Hint ?
|

Preddy
Minmatar Konstrukteure der Zukunft Ev0ke
|
Posted - 2009.12.06 14:47:00 -
[16]
*push*
|

Preddy
Minmatar Wormhole Exploration Squad
|
Posted - 2010.05.02 17:06:00 -
[17]
Originally by: bigsteve Hi All
I am trying to setup a reaction change @ 1 Tower.
Moon Harvester & Silo to Simple Reactor Then Simple Reactor & Silo to Complex Reactor & Silo.
I then Realized that a Simple reactor outputs 200 unit an Hour but a complex Reactor uses 100 an Hour.
Is this 100 unit an hour Lost????
If i put a Silo between the Simple & Complex reactor to hold the excess simple Reactant will this stop the 100 units being lost????
If this does stop the 100 units from being lost, How can a silo on the tracker be set-up to be used as an input & output???
Has anyone try to fix that in the code 
|
|
|
|