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

Da'Neth
Gallente 256 FREELANCERS FREELANCER ALLIANCE
|
Posted - 2009.04.24 10:03:00 -
[451]
Edited by: Da''Neth on 24/04/2009 10:07:01
Originally by: Johnathan Roark
Originally by: Danica Sunglow Edited by: Danica Sunglow on 15/04/2009 21:24:30 I edited the path out in the op but I do have it set up my absolute path to the postracker /home/[username]/public_html/postracker/cron_updatepos.php
Originally by: Johnathan Roark
Originally by: Da'Neth I am useing POS-Tracker 3.0.0 Beta 6 and trying to set up cron job and when it runs (every hour) I get this
/path/to/pos-tracker/cron_updatepos.php: 1: cannot open ?php: No such file /path/to/pos-tracker/cron_updatepos.php: 2: /Maildir: Permission denied /path/to/pos-tracker/cron_updatepos.php: 4: include_once: not found /path/to/pos-tracker/cron_updatepos.php: 6: Syntax error: ";" unexpected
I get this for cron_updatepos.php cron_updateallianceinfo.php cron_updatesov.php
I am not using cron_mail.php as I don't know what it is for
You need to replace /path/to/pos-tracker/ with the path to your tracker, it needs to be an absolute path and should begin with a backslash, so probably something like /home/yourusername/public_html/postracker. Its different for every system and windows users need to use something else completely.
If i'm reading it correctly, try asking your host where the CLI version of php is. If its your own box, you may have to look around for it. If that doesn't work, try making sure the files work in a web browser, page will probably be blank.
ok bare with me I am still new at this by CLI version I am assuming you mean my path to php like this #!/usr/bin/php if that is right (wich that is my path to php) I added that to the cron_updatepos.php befor the opening <?php so it looks like this (I am going off what I have leaned to get cron working with the killboard here) #!/usr/bin/php <?php
and I now get this Output from command /home/[username]/public_html/postracker/cron_updatepos.php ..
Fatal error: Call to undefined function ADONewConnection() in /home/[username]/public_html/postracker/includes/dbfunctions.php on line 71
and this is line 71 $GLOBALS['evedbconn'] =& ADONewConnection($dbtype); I know I can run jobs as I have them running for the killboard and thay are working right or am I missing some thing basic here? and yes I opend it up in a browser and it was blank
Originally by: T'Laar Bok SLI is overrated. What you need is 3 9800GX2's so you can have your Eve clients on 8 monitors. The 9th monitor as any right thinking person knows is of course reserved for p0rn.[/q
|

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2009.04.26 17:52:00 -
[452]
Originally by: Da'Neth
ok bare with me I am still new at this by CLI version I am assuming you mean my path to php like this #!/usr/bin/php if that is right (wich that is my path to php) I added that to the cron_updatepos.php befor the opening <?php so it looks like this (I am going off what I have leaned to get cron working with the killboard here) #!/usr/bin/php <?php
and I now get this Output from command /home/[username]/public_html/postracker/cron_updatepos.php ..
Fatal error: Call to undefined function ADONewConnection() in /home/[username]/public_html/postracker/includes/dbfunctions.php on line 71
and this is line 71 $GLOBALS['evedbconn'] =& ADONewConnection($dbtype); I know I can run jobs as I have them running for the killboard and thay are working right or am I missing some thing basic here? and yes I opend it up in a browser and it was blank
Yes thats what I meant. You need to make sure that its actually php version 5. Some host upgrade the web extension and leave the cli version
POS-Tracker 2.1.0 Hosting |

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2009.04.26 17:56:00 -
[453]
Release POS-Tracker 3.0.0 Release Candidate 1 today. There are still a few code cleanups and some small bugs that need worked on.
POS-Tracker 2.1.0 Hosting |

Preddy
Minmatar Konstrukteure der Zukunft AAA Citizens
|
Posted - 2009.04.26 21:58:00 -
[454]
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 
|

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2009.04.27 00:45:00 -
[455]
Originally by: Preddy 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 
add the following after line 888 in class.pos.php
else { $orderby="ORDER BY MoonName"; $orderstatus=true; }
lines 884 through 888 look like
case 10: $orderby="ORDER BY pos_race, pos_size"; break; } }
POS-Tracker 2.1.0 Hosting |

Da'Neth
Gallente 256 FREELANCERS FREELANCER ALLIANCE
|
Posted - 2009.04.27 23:08:00 -
[456]
Originally by: Johnathan Roark
Yes thats what I meant. You need to make sure that its actually php version 5. Some host upgrade the web extension and leave the cli version
well I am running on a vps running and only ever installed php 5(PHP Version 5.2.4-2ubuntu5.5 acording to phpinfo) on it and as I said the cron job for killboards are working right
I get this output from the cron now
Quote: Output from command /home/[username]/public_html/postracker/cron_updatepos.php ..
Fatal error: Call to undefined function ADONewConnection() in /home/[username]/public_html/postracker/includes/dbfunctions.php on line 71
and this is line 71 $GLOBALS['evedbconn'] =& ADONewConnection($dbtype);
Originally by: T'Laar Bok SLI is overrated. What you need is 3 9800GX2's so you can have your Eve clients on 8 monitors. The 9th monitor as any right thinking person knows is of course reserved for p0rn.[/q
|

JD JCKDNLS
|
Posted - 2009.04.30 04:59:00 -
[457]
even though this is an old thread, i am hoping this will work. the last one I was using ======================================== ( http://www.google.com/ig/directory?synd=open&url=http%3A%2F%2Fhnam.dev.googlepages.com%2Fhnamevepos.xml ) ========================================================= had potential.but was never updated, so you never knew if you needed fuel or not.if it works my hat goes off to your genius.
|

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2009.04.30 06:14:00 -
[458]
Originally by: JD JCKDNLS even though this is an old thread, i am hoping this will work. the last one I was using ======================================== ( http://www.google.com/ig/directory?synd=open&url=http%3A%2F%2Fhnam.dev.googlepages.com%2Fhnamevepos.xml ) ========================================================= had potential.but was never updated, so you never knew if you needed fuel or not.if it works my hat goes off to your genius.
That's something else, and like all the other api pos tools, is only useful if your a director or ceo
POS-Tracker 2.1.0 Hosting |

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2009.04.30 06:34:00 -
[459]
Originally by: Da'Neth Edited by: Da''Neth on 28/04/2009 00:17:42
Originally by: Johnathan Roark
Yes thats what I meant. You need to make sure that its actually php version 5. Some host upgrade the web extension and leave the cli version
well I am running on a vps and only ever installed php 5(PHP Version 5.2.4-2ubuntu5.5 acording to phpinfo) on it and as I said the cron job for killboards are working right
I get this output from the cron now
Quote: Output from command /home/[username]/public_html/postracker/cron_updatepos.php ..
Fatal error: Call to undefined function ADONewConnection() in /home/[username]/public_html/postracker/includes/dbfunctions.php on line 71
and this is line 71 $GLOBALS['evedbconn'] =& ADONewConnection($dbtype);
Everything else is working correctly, including updating pos via button in admin panel?
POS-Tracker 2.1.0 Hosting |

Da'Neth
Gallente 256 FREELANCERS FREELANCER ALLIANCE
|
Posted - 2009.04.30 07:34:00 -
[460]
Originally by: Johnathan Roark
Everything else is working correctly, including updating pos via button in admin panel?
ya it all works if I update it via the button works like a charm this is how I am updating it atm its not like it that hard to do or any thing(tho sometimes you forget to do it lol)
Originally by: T'Laar Bok SLI is overrated. What you need is 3 9800GX2's so you can have your Eve clients on 8 monitors. The 9th monitor as any right thinking person knows is of course reserved for p0rn.[/q
|

Ronan Teisdari
The Graduates Morsus Mihi
|
Posted - 2009.05.01 01:08:00 -
[461]
Originally by: Da'Neth Edited by: Da''Neth on 30/04/2009 07:43:28
Originally by: Johnathan Roark
Everything else is working correctly, including updating pos via button in admin panel?
ya it all works if I update it via the button works like a charm this is how I am updating it atm its not like it that hard to do or any thing(tho sometimes you forget to do it lol)
If you create a shell script and call that via crontab it works properly.
I use:
Originally by: update.sh #!/bin/sh
cd /path/to/tracker php cron_updatepos.php php cron_mail.php
|

Da'Neth
Gallente 256 FREELANCERS FREELANCER ALLIANCE
|
Posted - 2009.05.01 09:10:00 -
[462]
Originally by: Ronan Teisdari
If you create a shell script and call that via crontab it works properly.
I use:
Originally by: update.sh #!/bin/sh
cd /path/to/tracker php cron_updatepos.php php cron_mail.php
I just worked that part out thanks to Johnathan help thanks to both of you it helped me alot
Originally by: T'Laar Bok SLI is overrated. What you need is 3 9800GX2's so you can have your Eve clients on 8 monitors. The 9th monitor as any right thinking person knows is of course reserved for p0rn.[/q
|

lillitheve
Lupus Draconis
|
Posted - 2009.05.01 22:20:00 -
[463]
registration is not recognizing the in game browser Lupus Draconis Home |

lillitheve
Lupus Draconis
|
Posted - 2009.05.01 22:49:00 -
[464]
nevermind, figured it out, it actually untrusted my site, changed that and it went through
Lupus Draconis Home |

Lord Ross
|
Posted - 2009.05.03 22:07:00 -
[465]
Hi. The pos tool is great :) However, I cannot edit the fuel. If I update it the amount nothing happens? Any ideas where I can start looking at ?
My setup is: Apache 2.2.2 OpenBSD 4.4 MySQL 5.0.45
|

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2009.05.04 01:15:00 -
[466]
Originally by: Lord Ross Hi. The pos tool is great :) However, I cannot edit the fuel. If I update it the amount nothing happens? Any ideas where I can start looking at ?
My setup is: Apache 2.2.2 OpenBSD 4.4 MySQL 5.0.45
Any errors, they would be just under the navigation links.
POS-Tracker 2.1.0 Hosting |

Lord Ross
|
Posted - 2009.05.04 15:58:00 -
[467]
Originally by: Johnathan Roark
Any errors, they would be just under the navigation links.
The only thing I get is just "Modifications Saved!" And below that the table that still shows 0.
Any suggestions? Is there a debug mode ?
|

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2009.05.04 17:16:00 -
[468]
Originally by: lillitheve nevermind, figured it out, it actually untrusted my site, changed that and it went through
There is a bug in the ingame browser if you click remember selection that sets it to untrusted
Originally by: Lord Ross
Originally by: Johnathan Roark
Any errors, they would be just under the navigation links.
The only thing I get is just "Modifications Saved!" And below that the table that still shows 0.
Any suggestions? Is there a debug mode ?
Are you clicking the "change Tower Information" button or the "Update Fuel" button.
POS-Tracker 2.1.0 Hosting |

Lord Ross
|
Posted - 2009.05.04 18:58:00 -
[469]
Quote:
Are you clicking the "change Tower Information" button or the "Update Fuel" button.
My workflow is as this: Select Track -> On desired tower I select Edit -> Then fill in the new values and push Update Fuel button.
I am doing it using Firefox and Epiphany.
|

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2009.05.07 05:57:00 -
[470]
Originally by: Lord Ross
Quote:
Are you clicking the "change Tower Information" button or the "Update Fuel" button.
My workflow is as this: Select Track -> On desired tower I select Edit -> Then fill in the new values and push Update Fuel button.
I am doing it using Firefox and Epiphany.
Is everything else working? are you using the api to update? I am not sure why you would only have issues with that unless you have some weird configuration on your host.
POS-Tracker 2.1.0 Hosting |

Ecid Q'Wulf
Blue Labs
|
Posted - 2009.05.07 10:56:00 -
[471]
For reference sake, it would be nice if the Readme.txt could contain a list of all directories/files that you need to set permissions for (chmod ......) so you don't have to do it by trial and error.
Ecid ________
One like many, exactly like everyone else. |

Lord Ross
|
Posted - 2009.05.07 13:24:00 -
[472]
Originally by: Johnathan Roark
Is everything else working? are you using the api to update? I am not sure why you would only have issues with that unless you have some weird configuration on your host.
Hmm maybe I have found the problem. When I hit update POS from API the page seems to load for ages. Same for the cron_updatepos.php. Then the last update time doesn't change and still hangs to the old value.
However, update sov and alliance works.
|

Mark Jones
|
Posted - 2009.05.09 21:43:00 -
[473]
I changed the line 2001 in class.pos.php to
if ($row['constellationSovereignty'] > 0) {
It was assuming all poses in sov 3 also had constelation sov.
I don't know if someone already found this.
|

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2009.05.10 01:34:00 -
[474]
Originally by: Ecid Q'Wulf Edited by: Ecid Q''Wulf on 07/05/2009 11:18:03 For reference sake, it would be nice if the Readme.txt could contain a list of all directories/files that you need to set permissions for (chmod ......) so you don't have to do it by trial and error.
I'll look into that
Originally by: Ecid Q'Wulf
Also following error is back in the SVN: (or was never fixed there)
Quote:
Check your database and make sure your tower_info table has a field called outpost_id and not outpost_name
Table tower_info contains field outpost_name, which needs to be called outpost_id instad
Ecid
What version of the install_database.sql are you using? Its correct in the SVN.
Originally by: Lord Ross
Originally by: Johnathan Roark
Is everything else working? are you using the api to update? I am not sure why you would only have issues with that unless you have some weird configuration on your host.
Hmm maybe I have found the problem. When I hit update POS from API the page seems to load for ages. Same for the cron_updatepos.php. Then the last update time doesn't change and still hangs to the old value.
However, update sov and alliance works.
I have no idea. I lack any information that would hint at the cause of this issue.
Originally by: Mark Jones I changed the line 2001 in class.pos.php to
if ($row['constellationSovereignty'] > 0) {
It was assuming all poses in sov 3 also had constelation sov.
I don't know if someone already found this.
if ($sovereignty>=4) { is actually correct, which is what I show in the svn atm and should have been included in the last release.
POS-Tracker 2.1.0 Hosting |

Mark Jones
|
Posted - 2009.05.10 13:11:00 -
[475]
Originally by: Mark Jones -------------------------------------------------------------------------------- I changed the line 2001 in class.pos.php to
if ($row['constellationSovereignty'] > 0) {
It was assuming all poses in sov 3 also had constelation sov.
I don't know if someone already found this.
--------------------------------------------------------------------------------
if ($sovereignty>=4) {is actually correct, which is what I show in the svn atm and should have been included in the last release.
I agree that is the way it was but It was not functioning as it should. I will upgrade to rc1 and try again and see how things are working as I can't remember exactly what was happening yesterday when I tract down the bug.
|

Zenshin Seiki
Gallente Honour Bound Sc0rched Earth
|
Posted - 2009.05.13 09:29:00 -
[476]
Just installed the 3.0.0 RC 1, but get the following error:
Fatal error: Call to undefined function smarty_core_write_compiled_resource() in C:\AppServ\www\xxx\includes\Smarty\Smarty.class.php on line 1426
Any ideas to what this is??
My setup is:
Apache Web Server Version 2.2.8 PHP Script Language Version 5.2.6 MySQL Database Version 5.0.51b
|

Elana Vaho
|
Posted - 2009.05.20 17:18:00 -
[477]
Having problems with fuel levels on our towers in a sov4 system. After doing some manual calculations it seems that these towers are only getting 25% fuel bonus, like the ordinary sov3 systems do. Anyone else have any problems with this? I thought sov4 gave 30% bonus but apparently CCP fails :(
|

Johnathan Roark
Caldari Quantum Industries RAZOR Alliance
|
Posted - 2009.05.20 19:01:00 -
[478]
Originally by: Elana Vaho Having problems with fuel levels on our towers in a sov4 system. After doing some manual calculations it seems that these towers are only getting 25% fuel bonus, like the ordinary sov3 systems do. Anyone else have any problems with this? I thought sov4 gave 30% bonus but apparently CCP fails :(
They should, if they aren't, then its a bug on CCP's part
POS-Tracker 2.1.0 Hosting |

Elana Vaho
|
Posted - 2009.05.20 20:26:00 -
[479]
Yes sorry, thats what I meant. The postracker is working perfectly, its the towers in EVE that is getting the wrong bonuses (25% in sov4).
|

Amy Frost
eXceed Inc.
|
Posted - 2009.05.21 18:56:00 -
[480]
user.php line 72:
- if (!empty($email) != $userinfo['email']) { + if (!empty($email) && $email != $userinfo['email']) { if (!$posmgmt->UpdateUserMail(array('id' => $userinfo['id'], 'newmail' => $email))) { + $eve->SessionSetVar('statusmsg', 'New email address saved!'); $eve->RedirectUrl('user.php'); } }
... still shows the old value for email when it re-renders the page for the first time, but this at least writes the new email into the DB.
Originally by: t20 WE AER GIOGN FRO MROE BREE
|
|
|
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 |