Pages: 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 .. 25 :: one page |
|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Gilgamoth
Eldritch Storm The Matari Consortium
|
Posted - 2008.12.19 12:58:00 -
[301]
Originally by: Lillis85 Any news on when the option to change owner will get added? It's a bit picky to change the ID in the database every time :)
The version I have (up do date from SVN as of last week) has the ability to change the primary and backup contact. Click on Edit POS and there's a drop down with all the registered users then click on the Change Primary or Change Secondary buttons.
Regards,
Gil
Live on Eden Underground Radio every Wednesday 19:00 - 21:00 GMT. |

Lillis85
Task Force Zener Atlas Alliance
|
Posted - 2008.12.19 16:22:00 -
[302]
Oh yea, noticed that now. Thanks a bunch :)
|

Nicholas Skrypets
Caldari Russian Specialists Group Red Army Alliance
|
Posted - 2008.12.19 17:59:00 -
[303]
/install.php , then writing mysql settings , checked -OK , writing tables , install tables - hang ....what i did wrong ?
|

Lillis85
Task Force Zener Atlas Alliance
|
Posted - 2008.12.19 22:07:00 -
[304]
umm, I seem to have broken something. I get this error:
Quote: Syntax error in file: includes/adodb/drivers/adodb-mysql.inc.php
ADONewConnection: Unable to load database driver ''
Fatal error: Call to a member function NConnect() on a non-object in /home/content/s/v/e/sveppur/html/postracker/includes/dbfunctions.php on line 82
|

Faradhi
Solar Wind Industries
|
Posted - 2008.12.22 05:42:00 -
[305]
o/
Nice Tool, makes life a lot easier on pos ownership 
Figured I'd pass this error along... When I try to change a towers name, I get the following error:
Unknown column 'outpost_id' in 'field list'UPDATE pos3_tower_info SET pos_status = '4', towerName = 'New_Name', outpost_id= '0' WHERE pos_id = '7'
This is from the SVN, updated on 12/22.
|

Lillis85
Task Force Zener Atlas Alliance
|
Posted - 2008.12.22 14:04:00 -
[306]
Edited by: Lillis85 on 22/12/2008 14:05:27 You have to run the update sql scripts as the database have changed a bit since the beginning. There should be 3 sql files located in install/upgrade/
About my problem, it started I updated from the SVN. I must have done something terribly wrong. Funny thing is it works on my local setup webserver. I get the problem at my web host
Quote: Syntax error in file: includes/adodb/drivers/adodb-mysql.inc.php
ADONewConnection: Unable to load database driver ''
Fatal error: Call to a member function NConnect() on a non-object in /home/content/s/v/e/sveppur/html/postracker/includes/dbfunctions.php on line 82
|

Doc Punkiller
Caldari Section XIII Tau Ceti Federation
|
Posted - 2008.12.23 13:07:00 -
[307]
Edited by: Doc Punkiller on 23/12/2008 13:08:33 Not sure if it has been fixed in svn but i noticed that when i update fuel no changes where visible or wrong changs (like the change occured in the past).
Looking in the code it noticed that the table update_log was not updated, because of the eve_id NULL is forbiden.
Fixing that, and the fuel can be edited by hand (i have no director API access as i'm a peon). Signature removed. Inappropriate. Navigator |

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2008.12.23 22:33:00 -
[308]
updated the file download to beta 5, which is SVN reversion 222. For those that are upgrading, there is a database update that fixes some of the sov issues with constellation sov.
Have a Mary Christmas Everyone!
POS-Tracker 2.1.0 Hosting |

Doc Punkiller
Caldari Section XIII Tau Ceti Federation
|
Posted - 2008.12.26 12:38:00 -
[309]
Version 3.0.0 Beta 5.
In production page, "Amount in Silo" is wrong, the value displayed is the volume , and not the number of items in silo. "Amount in Silo (M3)" is therefore wrong because computed from "Amount in Silo" in template.
Signature removed. Inappropriate. Navigator |

DeTox MinRohim
Madhatters Inc. The Initiative.
|
Posted - 2008.12.26 17:46:00 -
[310]
Originally by: Doc Punkiller Version 3.0.0 Beta 5.
In production page, "Amount in Silo" is wrong, the value displayed is the volume , and not the number of items in silo. "Amount in Silo (M3)" is therefore wrong because computed from "Amount in Silo" in template.
Can't find that one. Seems that what is in the SVN is fine. Note that some materials have a volume of 1m so the 2 numbers will be the same.
Could be an error of the info in the static material table. What's the material in question?
------ This sig space is Read-only ! omgalink - Online Skillsheet |
|

Amara Jade
Minmatar Fat J
|
Posted - 2008.12.26 19:00:00 -
[311]
What exactly is the process for using the upgrade package? i've looked for insctuctions in all the sub directories of the .zip and on here.
|

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2008.12.26 21:58:00 -
[312]
Originally by: Amara Jade What exactly is the process for using the upgrade package? i've looked for insctuctions in all the sub directories of the .zip and on here.
its in the readme file
Quote: If upgrading from a previous 3.x version, upload the upgrade pack and visit http://YOURPOSTRACKERURL/upgrade.php
POS-Tracker 2.1.0 Hosting |

Amara Jade
Minmatar Fat J
|
Posted - 2008.12.27 17:27:00 -
[313]
Edited by: Amara Jade on 27/12/2008 17:35:37 hai everybody
|

S'if
Minmatar
|
Posted - 2008.12.28 00:39:00 -
[314]
ERROR Failed to Add tower info ; Unknown column 'outpost_name' in 'field list'
Getting this error when trying to update from API - any ideas?
|

S'if
Minmatar
|
Posted - 2008.12.28 00:47:00 -
[315]
Originally by: S'if ERROR Failed to Add tower info ; Unknown column 'outpost_name' in 'field list'
Getting this error when trying to update from API - any ideas?
OK, "fixed" this myself by chaning outpos_id to outpost_name in the tower_info table. I'm sure this will probably break something else but at least I've now managed to import the tower info.
|

Mistress Joy
|
Posted - 2008.12.28 09:12:00 -
[316]
Originally by: Nicholas Skrypets /install.php , then writing mysql settings , checked -OK , writing tables , install tables - hang ....what i did wrong ?
I have this problem too, any assistance would be appreciated.
|

Doc Punkiller
Caldari Section XIII Tau Ceti Federation
|
Posted - 2008.12.29 10:09:00 -
[317]
Originally by: DeTox MinRohim
Originally by: Doc Punkiller Version 3.0.0 Beta 5.
In production page, "Amount in Silo" is wrong, the value displayed is the volume , and not the number of items in silo. "Amount in Silo (M3)" is therefore wrong because computed from "Amount in Silo" in template.
Can't find that one. Seems that what is in the SVN is fine. Note that some materials have a volume of 1m so the 2 numbers will be the same.
Could be an error of the info in the static material table. What's the material in question?
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.
I do not use the API import because i do not have access to it, i enter 0 when i empty the silos.
Signature removed. Inappropriate. Navigator |

R4v3n Two
|
Posted - 2008.12.29 17:01:00 -
[318]
Any plans to add Unrefined Reactions to it?
Good job btw! Keep up the nice work!
|

DeTox MinRohim
Madhatters Inc. The Initiative.
|
Posted - 2008.12.30 02:34:00 -
[319]
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
------ This sig space is Read-only ! omgalink - Online Skillsheet |

Doc Punkiller
Caldari Section XIII Tau Ceti Federation
|
Posted - 2008.12.30 09:17:00 -
[320]
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.
Signature removed. Inappropriate. Navigator |
|

Bathmu
Caldari Omnek Inc.
|
Posted - 2008.12.31 21:39:00 -
[321]
I get this following error when tryting to run install.php :(
Notice: Use of undefined constant cache - assumed 'cache' in C:\Inetpub\wwwroot\POS\eveconfig\config.php on line 30
Notice: Undefined variable: mod in C:\Inetpub\wwwroot\POS\install.php on line 9
Notice: Undefined index: shorturls in C:\Inetpub\wwwroot\POS\includes\eveRender.class.php on line 122
Notice: Undefined variable: dbconfig in C:\Inetpub\wwwroot\POS\install.php on line 54
Notice: Undefined variable: dbconfig in C:\Inetpub\wwwroot\POS\install.php on line 55
Notice: Undefined variable: dbconfig in C:\Inetpub\wwwroot\POS\install.php on line 56
Notice: Undefined variable: dbconfig in C:\Inetpub\wwwroot\POS\install.php on line 57
Notice: Use of undefined constant TBL_PREFIX - assumed 'TBL_PREFIX' in C:\Inetpub\wwwroot\POS\install.php on line 77
Warning: include(C:\Inetpub\wwwroot\POS\cache/templates_c\posmanager^%%7D^7DC^7DC17B21%%install.tpl.php) [function.include]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\POS\includes\Smarty\Smarty.class.php on line 1258
Warning: include() [function.include]: Failed opening 'C:\Inetpub\wwwroot\POS\cache/templates_c\posmanager^%%7D^7DC^7DC17B21%%install.tpl.php' for inclusion (include_path='.;C:\php5\pear') in C:\Inetpub\wwwroot\POS\includes\Smarty\Smarty.class.php on line 1258
|

Enjia Fullblood
Gallente Black Serpent Technologies Intrepid Crossing
|
Posted - 2009.01.02 09:38:00 -
[322]
okay i installed a LAMP server on my windows machine, everything went fine, unpacked the postracker.rar to the right directory, setup mysql right, surfed to localhost/install.php that came up fine, put everything in and hit test and nothing happens but a lil animation, i remove some of the data and hit the test button again and it says "invalid user" bla bla..
any ideas?
|

Sexorella hotz
Foundation Sons of Tangra
|
Posted - 2009.01.05 05:08:00 -
[323]
Hello, I'm having issues setting up the cron mailer. I've edited the mailconfig file, though I'm not entirely sure if my values are correct, I've tried with and without authentication, I set my server as localhost, port 25 which I verified with my host.
I'm curious what others have done to get the mailing to work cause right now when I manually run the cron job I get no output and it looks as though it should have confirmation lines for successful email's sent. I manipulated my pos fuel data to instigate the emails but no result.
|

huxorator
Intergalactic Serenity Skunk-Works
|
Posted - 2009.01.05 10:36:00 -
[324]
Originally by: S'if
Originally by: S'if ERROR Failed to Add tower info ; Unknown column 'outpost_name' in 'field list'
Getting this error when trying to update from API - any ideas?
OK, "fixed" this myself by chaning outpos_id to outpost_name in the tower_info table. I'm sure this will probably break something else but at least I've now managed to import the tower info.
Please let me know if you encounter errors, as I had the same error and applied your fix now. --- IGS Website | Killboard | Game-Time Cards |

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2009.01.05 16:54:00 -
[325]
Originally by: S'if
Originally by: S'if ERROR Failed to Add tower info ; Unknown column 'outpost_name' in 'field list'
Getting this error when trying to update from API - any ideas?
OK, "fixed" this myself by chaning outpos_id to outpost_name in the tower_info table. I'm sure this will probably break something else but at least I've now managed to import the tower info.
This should be fixed in the SVN located [Here]. Your fix will actually end up breaking it and other stuff.
POS-Tracker 2.1.0 Hosting |

ShadowandLight
Amarr Hammer Of Light Libertas Fidelitas
|
Posted - 2009.01.07 01:02:00 -
[326]
ok i got the installation figured out ( quite a feat for a moron like me )
after i log into the program, i says "welcome shadowandlight"
and nothing else new appears on the screen...
|

ShadowandLight
Amarr Hammer Of Light Libertas Fidelitas
|
Posted - 2009.01.07 01:32:00 -
[327]
Originally by: ShadowandLight ok i got the installation figured out ( quite a feat for a moron like me )
after i log into the program, i says "welcome shadowandlight"
and nothing else new appears on the screen...
edit: figured it out, had to log in as admin 1st.... my fault
new problem... when adding towers using the API key, i get this message
ERROR Failed to Add tower info ; Unknown column 'outpost_name' in 'field list'
|

S'if
Minmatar
|
Posted - 2009.01.07 14:22:00 -
[328]
Trying to set up a Cron job to get automatic API updates. I am getting the following error message mailed to me each time the task runs:
Fatal error: Call to undefined function ADONewConnection() in /usr/local/psa/home/vhosts/freelancerunion.co.uk/httpdocs/postracker/includes/dbfunctions.php on line 71
Any idea what is going on here? |

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2009.01.07 19:56:00 -
[329]
Originally by: S'if Trying to set up a Cron job to get automatic API updates. I am getting the following error message mailed to me each time the task runs:
Fatal error: Call to undefined function ADONewConnection() in /usr/local/psa/home/vhosts/freelancerunion.co.uk/httpdocs/postracker/includes/dbfunctions.php on line 71
Any idea what is going on here?
Are other parts of the tracker working fine? can you run the cron_updatepos.php page with your browser?
POS-Tracker 2.1.0 Hosting |

S'if
Minmatar
|
Posted - 2009.01.07 22:33:00 -
[330]
Originally by: Johnathan Roark
Originally by: S'if Trying to set up a Cron job to get automatic API updates. I am getting the following error message mailed to me each time the task runs:
Fatal error: Call to undefined function ADONewConnection() in /usr/local/psa/home/vhosts/freelancerunion.co.uk/httpdocs/postracker/includes/dbfunctions.php on line 71
Any idea what is going on here?
Are other parts of the tracker working fine? can you run the cron_updatepos.php page with your browser?
It's working fine and when I go to the admin page and hit update POS from API button it all updates perfectly. If I go direct to the cron_updatepos.php page I just get a white screen - is this what I should be seeing? |
|
|
|
|
Pages: 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 .. 25 :: one page |
First page | Previous page | Next page | Last page |