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) |

copybeotch
|
Posted - 2009.03.17 09:07:00 -
[391]
Edited by: copybeotch on 17/03/2009 09:07:19
|

Dan Brimstone
|
Posted - 2009.03.17 09:08:00 -
[392]
Originally by: Johnathan Roark
Originally by: Dan Brimstone Ok nevermind. I figured out all my problems, but now I have a new one. When I added all my towers it is only listing one of them under the production window. I have silo, moon miners, and reactors on several towers, not just the one.
have you added silos, reactors, or moon miners and configured them on other towers? Production page is considered very experimental. I've considered removing it.
Yep, all the setups are in there properly and I configured everything, but still only one of them is showing up. I also get this error.
Warning: Smarty error: math: parameter y is empty in /includes/Smarty/Smarty.class.php on line 1088
(Path altered for forums)
|

Epic Slayer
|
Posted - 2009.03.17 13:32:00 -
[393]
I have tried to install the latest version and i get the following error when trying to run install.php script.
Parse error: syntax error, unexpected '{' in /home/public_html/POS/includes/class.pos.php on line 3631
The code on line 3631, 3632 is the following:
try { $xml = new SimpleXMLElement($content);
Anyone got any ideas?
|

Schry Evolon
M. Corp Mostly Harmless
|
Posted - 2009.03.17 19:06:00 -
[394]
Quote: Notice: Undefined variable: mod in /pos/install.php on line 9
Notice: Undefined index: shorturls in /pos/includes/eveRender.class.php on line 122
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /pos/install.php:9) in /pos/includes/eveclass.php on line 253
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /pos/install.php:9) in /pos/includes/eveclass.php on line 253
Notice: Undefined variable: dbconfig in /pos/install.php on line 54
Notice: Undefined variable: dbconfig in /pos/install.php on line 55
Notice: Undefined variable: dbconfig in /pos/install.php on line 56
Notice: Undefined variable: dbconfig in /pos/install.php on line 57
Notice: Use of undefined constant TBL_PREFIX - assumed 'TBL_PREFIX' in /pos/install.php on line 77
Those errors occur when I initially go to the install.php file. No editing of files have taken place, this is straight from sourceforge. Any ideas?
|

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2009.03.18 00:13:00 -
[395]
Originally by: Epic Slayer Edited by: Epic Slayer on 17/03/2009 13:59:59 I have tried to install the latest version and i get the following error when trying to run install.php script.
Parse error: syntax error, unexpected '{' in /home/public_html/POS/includes/class.pos.php on line 3631
The code on line 3631, 3632 is the following:
try { $xml = new SimpleXMLElement($content);
Anyone got any ideas?
*** EDIT *** PHP version 5.2.5. Still not working.
No idea, normally php 4 is what causes that.
Originally by: Schry Evolon
Quote: Notice: Undefined variable: mod in /pos/install.php on line 9
Notice: Undefined index: shorturls in /pos/includes/eveRender.class.php on line 122
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /pos/install.php:9) in /pos/includes/eveclass.php on line 253
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /pos/install.php:9) in /pos/includes/eveclass.php on line 253
Notice: Undefined variable: dbconfig in /pos/install.php on line 54
Notice: Undefined variable: dbconfig in /pos/install.php on line 55
Notice: Undefined variable: dbconfig in /pos/install.php on line 56
Notice: Undefined variable: dbconfig in /pos/install.php on line 57
Notice: Use of undefined constant TBL_PREFIX - assumed 'TBL_PREFIX' in /pos/install.php on line 77
Those errors occur when I initially go to the install.php file. No editing of files have taken place, this is straight from sourceforge. Any ideas?
Your php is configured to report every little thing to you, no reason to have that on unless your developing. Add the following to the top of your install.php to turn it off for the install script, rest of the program it gets it from dbfunctions.php
error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
POS-Tracker 2.1.0 Hosting |

Dan Brimstone
THORN Syndicate Mostly Harmless
|
Posted - 2009.03.18 01:16:00 -
[396]
Originally by: Dan Brimstone
Originally by: Johnathan Roark
Originally by: Dan Brimstone Ok nevermind. I figured out all my problems, but now I have a new one. When I added all my towers it is only listing one of them under the production window. I have silo, moon miners, and reactors on several towers, not just the one.
have you added silos, reactors, or moon miners and configured them on other towers? Production page is considered very experimental. I've considered removing it.
Yep, all the setups are in there properly and I configured everything, but still only one of them is showing up. I also get this error.
Warning: Smarty error: math: parameter y is empty in /includes/Smarty/Smarty.class.php on line 1088
(Path altered for forums)
Ok I just figured out the problem. I dunno how to go about fixing it, but maybe you do. If you import your tower fits threw mypos the production chain info does not work. If you add the silos manually it does work.
|

Schry Evolon
M. Corp Mostly Harmless
|
Posted - 2009.03.18 18:05:00 -
[397]
Originally by: Johnathan Roark
Originally by: Schry Evolon
Quote: Notice: Undefined variable: mod in /pos/install.php on line 9
Notice: Undefined index: shorturls in /pos/includes/eveRender.class.php on line 122
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /pos/install.php:9) in /pos/includes/eveclass.php on line 253
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /pos/install.php:9) in /pos/includes/eveclass.php on line 253
Notice: Undefined variable: dbconfig in /pos/install.php on line 54
Notice: Undefined variable: dbconfig in /pos/install.php on line 55
Notice: Undefined variable: dbconfig in /pos/install.php on line 56
Notice: Undefined variable: dbconfig in /pos/install.php on line 57
Notice: Use of undefined constant TBL_PREFIX - assumed 'TBL_PREFIX' in /pos/install.php on line 77
Those errors occur when I initially go to the install.php file. No editing of files have taken place, this is straight from sourceforge. Any ideas?
Your php is configured to report every little thing to you, no reason to have that on unless your developing. Add the following to the top of your install.php to turn it off for the install script, rest of the program it gets it from dbfunctions.php
error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
Worked. Had to be added to index.php as well.
One last issue that I encountered was "ERROR Failed to Add tower info ; Unknown column 'outpost_name' in 'field list'" when updating via API. It was fixed via an update you posted. Thought I would mention it so you can update your sourceforge zip file.
Originally by: Johnathan Roark
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.
|

Dan Brimstone
THORN Syndicate Mostly Harmless
|
Posted - 2009.03.19 02:47:00 -
[398]
Ok so I found a problem with the Titanium Carbide reaction. Instead of showing the number of units in the silo it is displaying the m3 in that column. So instead of 20k units and 1,000m3 it is currently displaying 1k units and 50 m3. Which is throwing off the calculations for the time till the silo is full. Can anyone help me try and fix this?
|

Lola Blue
|
Posted - 2009.03.19 09:35:00 -
[399]
How do I get the MoonDB to display any buttons where I can enter info on Moon materials?
|

Postman Dee
|
Posted - 2009.03.19 10:04:00 -
[400]
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.
|

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2009.03.19 16:29:00 -
[401]
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.
POS-Tracker 2.1.0 Hosting |

Enochosis
|
Posted - 2009.03.22 20:28:00 -
[402]
I keep getting this error when I try to update from API. I have completely reinstalled the program and it keeps happening.
ERROR Failed to Add tower info ; Unknown column 'outpost_name' in 'field list'
|

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2009.03.23 00:16:00 -
[403]
Originally by: Enochosis I keep getting this error when I try to update from API. I have completely reinstalled the program and it keeps happening.
ERROR Failed to Add tower info ; Unknown column 'outpost_name' in 'field list'
Look at this post
POS-Tracker 2.1.0 Hosting |

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2009.03.23 01:34:00 -
[404]
Apocrypha data added so now everyone can track those towers they drop in w-space. I think i also fixed the bug when tracking heavy water and ozone for outpost.
POS-Tracker 2.1.0 Hosting |

Rainus Max
Fusion Enterprises Ltd
|
Posted - 2009.03.24 17:33:00 -
[405]
Im getting this error when updating the api data: "Error Code: 200::Current security level not high enough.", also when I tried to add the tower the program wont hold the charters info setting it to 0 and making the tower appear offline
Is this me being a noob?
|

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2009.03.25 05:25:00 -
[406]
Edited by: Johnathan Roark on 25/03/2009 05:25:34
Originally by: Rainus Max Edited by: Rainus Max on 24/03/2009 17:37:27 Im getting this error when updating the api data: "Error Code: 200::Current security level not high enough.", also when I tried to add the tower manually the program wont hold the charters info setting it to 0 and making the tower appear offline
Is this me being a noob?
The API error means either your key isn't a director key or its not a full key. As for the charters issue, ill look into that. Are you using the download or SVN?
POS-Tracker 2.1.0 Hosting |

Rainus Max
Fusion Enterprises Ltd
|
Posted - 2009.03.25 13:58:00 -
[407]
Download afaik, as for the error, the api is for the CEO (hes only been there a couple of days if that makes a difference) and the tower is in a 0.4 system and his standings have screwed up the corps standings needed for the tower to anchor there.
|

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2009.03.25 16:22:00 -
[408]
Originally by: Rainus Max Download afaik, as for the error, the api is for the CEO (hes only been there a couple of days if that makes a difference) and the tower is in a 0.4 system and his standings have screwed up the corps standings needed for the tower to anchor there.
If the key was created before he became a director/CEO, it may just need to be regenerated.
POS-Tracker 2.1.0 Hosting |

Rainus Max
Fusion Enterprises Ltd
|
Posted - 2009.03.25 23:30:00 -
[409]
Tried the API reset no luck 
|

Dan Brimstone
THORN Syndicate Mostly Harmless
|
Posted - 2009.03.27 02:14:00 -
[410]
Originally by: Dan Brimstone Ok so I found a problem with the Titanium Carbide reaction. Instead of showing the number of units in the silo it is displaying the m3 in that column. So instead of 20k units and 1,000m3 it is currently displaying 1k units and 50 m3. Which is throwing off the calculations for the time till the silo is full. Can anyone help me try and fix this?
Bump to my question earlier. Anyone have a solution?
|

Salmack
Dynaverse Corporation Vertigo Coalition
|
Posted - 2009.03.27 14:10:00 -
[411]
Originally by: Johnathan Roark Apocrypha data added so now everyone can track those towers they drop in w-space. I think i also fixed the bug when tracking heavy water and ozone for outpost.
Unless http://sourceforge.net/project/showfiles.php?group_id=200837&package_id=238833&release_id=649287 is not up-to-date this release is older than Apocrypha being dated 12-03-08 I can not seem to find the updates for Apocrypha. We are missing a few silos such as Biochemical and Hybrid Polymer. As well as Polymer Reactor and Fullerites ect. Am I looking in the wrong place for the patch? If not any idea when there will be one with the new information?
|

Preddy
Minmatar Konstrukteure der Zukunft AAA Citizens
|
Posted - 2009.03.28 20:11:00 -
[412]
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 :(
|

Elana Vaho
|
Posted - 2009.03.28 22:38:00 -
[413]
Originally by: Dan Brimstone
Originally by: Dan Brimstone Ok so I found a problem with the Titanium Carbide reaction. Instead of showing the number of units in the silo it is displaying the m3 in that column. So instead of 20k units and 1,000m3 it is currently displaying 1k units and 50 m3. Which is throwing off the calculations for the time till the silo is full. Can anyone help me try and fix this?
Bump to my question earlier. Anyone have a solution?
I have had the same problem. This however solved it for me.
Originally by: Doc Punkillerfor 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'];///$matinfo['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'];
|

Mediek Ordos
Caldari Association of Commonwealth Enterprises
|
Posted - 2009.03.30 09:07:00 -
[414]
Hi Johnathan. could you post a link to the new Apoc data base. also my beta 3.05 has stopped adding new towers is this due to CCP API servers not working correctly as the existing towers are updating still. any help would be greatly appriciated. Many thanks Mediek. http://www.a-c-e.eu/images/A-C-E-signature.jpg |

Sarchiapone
|
Posted - 2009.04.03 16:55:00 -
[415]
Originally by: Epic Slayer Edited by: Epic Slayer on 17/03/2009 13:59:59 I have tried to install the latest version and i get the following error when trying to run install.php script.
Parse error: syntax error, unexpected '{' in /home/public_html/POS/includes/class.pos.php on line 3631
The code on line 3631, 3632 is the following:
try { $xml = new SimpleXMLElement($content);
Anyone got any ideas?
*** EDIT *** PHP version 5.2.5. Still not working.
I have the same error above, and my server runs a PHP Version 4.4.9 I can read the problem should not be php version.. can you handle it? thank you. |

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2009.04.03 18:19:00 -
[416]
Originally by: Sarchiapone
Originally by: Epic Slayer Edited by: Epic Slayer on 17/03/2009 13:59:59 I have tried to install the latest version and i get the following error when trying to run install.php script.
Parse error: syntax error, unexpected '{' in /home/public_html/POS/includes/class.pos.php on line 3631
The code on line 3631, 3632 is the following:
try { $xml = new SimpleXMLElement($content);
Anyone got any ideas?
*** EDIT *** PHP version 5.2.5. Still not working.
I have the same error above, and my server runs a PHP Version 4.4.9 I can read the problem should not be php version.. can you handle it? thank you.
PHP versions 4.x are not supported.
POS-Tracker 2.1.0 Hosting |

Preddy
Minmatar Konstrukteure der Zukunft AAA Citizens
|
Posted - 2009.04.04 22:01:00 -
[417]
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..
|

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2009.04.06 16:36:00 -
[418]
updated the download package so its now current with the svn.
For those who are having trouble with the api adding towers, add a directory in /cache and call it api. Make sure this directory is writable (chmod 770). In /eveconfig/config.php, edit line 33 so it looks like this:
//Uncomment following line to turn on file XML caching, for debug purposes only, needs a writable directory at /cache/api (chmod 770) define('POS_CACHE_XML', 'TRUE');
You should see some xml files in /cache/api they should match your starbaseList api. This comfirms that the tracker is getting the api files correctly and that they are formated correctly.
POS-Tracker 2.1.0 Hosting |

Black Omne
Caldari House Of BlackStar SIRRIUS.
|
Posted - 2009.04.08 13:19:00 -
[419]
Great app, thank you Johnathan!
I have a working copy running since Beta 2, but decided to try a fresh install in another directory of Beta 6, to see how a fresh install looks. I created a new database for it, etc, and ran the install. It all went great until it actually went to create the tables, then it just sits and hangs (let it sit for 30 mins or so) and went to check phpmyadmin and no tables had been created in the new database, etc. Any clue what might be causing the issue?
|

Wolfgang Kies
|
Posted - 2009.04.08 15:13:00 -
[420]
I think there is a - to many in the /install/install_database.spl at line 1327 (near %prefix%mapconstellations). At least after removing one, it worked ;)
-Wolf
|
|
|
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 |