open All Channels
seplocked Science and Industry
blankseplocked POS-Tracker 3.0.0 RC 5 [updated January, 12 2010]
 
This thread is older than 90 days and has been locked due to inactivity.


 
Pages: first : previous : ... 2 3 4 5 [6] 7 8 9 10 ... : last (25)

Author Topic

Valtrinor
Exsilium Militaris
Exiled Collective
Posted - 2008.10.01 09:17:00 - [151]
 

Originally by: Johnathan Roark
Before you try importing with phpmyadmin, run a search and replace to replace all the %prefix% with what ever prefix you set in the dbconfig.php file. As far as the actual cause of your issue, im not sure, although I wonder if your bumping into the maximum script execution time limit.


After some more (figurative) banging my head against the wall in frustration I realized that it was probably something super-simple I had overlooked. I was trying to install it using MySQL 4 rather than MySQL 5 and had forgotten what I read about major syntax changes in version 5 Embarassed. I made a new MySQL 5 DB and everything worked beautifully. Thank you for all the help and sorry for not thinking of this earlier!

XFranc
Caldari
Interstellar eXodus
BricK sQuAD.
Posted - 2008.10.01 09:23:00 - [152]
 

Hi,

I changed the charters code manually to > and it now works, however, is it possible to add the charters to the fuel calculator ?

Thanks,

source killer
Amarr
Resilience.
Posted - 2008.10.01 16:03:00 - [153]
 

Edited by: source killer on 01/10/2008 16:08:41
when i add a 0.0 pos using API it ands charters to the list of fuel need. tried to use the

Quote:
$security=$this->getSystemSecurity($systemID);
if($security>0.35)
{
(integer) $charters_needed=1;
}
else
{
(integer) $charters_needed=0;
}

But it didn't help, any fix for it?

Johnathan Roark
Caldari
The Graduates
Morsus Mihi
Posted - 2008.10.01 16:14:00 - [154]
 

Originally by: source killer
Edited by: source killer on 01/10/2008 16:08:41
when i add a 0.0 pos using API it ands charters to the list of fuel need. tried to use the

Quote:
$security=$this->getSystemSecurity($systemID);
if($security>0.35)
{
(integer) $charters_needed=1;
}
else
{
(integer) $charters_needed=0;
}

But it didn't help, any fix for it?


Fixing that wont make then suddenly not require charters, towers you have already added you either need to add them again or go into the database using phpmyadmin or something simular and set the field called charters_needed to 0. I'll look at writing a sql statement that will correct them all.

B'atou
Gallente
Projekt Erzengel
Eternal Evocations
Posted - 2008.10.01 21:09:00 - [155]
 

It's a great tool,
but I have a small problem wit the POS Tracker. As a short question, how do I add Coupling Arrays into the planner? It doesn't has them saved, so the won't show up.

Johnathan Roark
Caldari
The Graduates
Morsus Mihi
Posted - 2008.10.02 05:20:00 - [156]
 

Originally by: B'atou
It's a great tool,
but I have a small problem wit the POS Tracker. As a short question, how do I add Coupling Arrays into the planner? It doesn't has them saved, so the won't show up.


They show up for me. If your refering to the silo tracking, no, they are not included.

Revanom
Gallente
Burning Technologies
Black Star Alliance
Posted - 2008.10.02 21:26:00 - [157]
 

I am still showing 'hostile' sov in systems which my alliance indeed has sov... the AllianceID values look good in the tables for the system as well. Any thoughts?

Johnathan Roark
Caldari
The Graduates
Morsus Mihi
Posted - 2008.10.03 05:23:00 - [158]
 

Originally by: Revanom
I am still showing 'hostile' sov in systems which my alliance indeed has sov... the AllianceID values look good in the tables for the system as well. Any thoughts?


Stop using the admin account.

Skyler Thunder
Caldari
Perkone
Posted - 2008.10.03 09:38:00 - [159]
 

During install:
Not Acceptable

An appropriate representation of the requested resource /Pos-Tracker3.0beta3/install.php could not be found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Ive installed all versions successfully so far except this one.

Johnathan Roark
Caldari
The Graduates
Morsus Mihi
Posted - 2008.10.03 16:43:00 - [160]
 

Originally by: Skyler Thunder
During install:
Not Acceptable

An appropriate representation of the requested resource /Pos-Tracker3.0beta3/install.php could not be found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Ive installed all versions successfully so far except this one.


What step? May want to try uploading install.php again, along with themes/posmanager/install/

Halada
Caldari
Lone Star Joint Venture
Posted - 2008.10.05 05:20:00 - [161]
 

This happens when I press "test" in install php even after a whole re-upload

Does not work

Johnathan Roark
Caldari
The Graduates
Morsus Mihi
Posted - 2008.10.05 06:35:00 - [162]
 

Originally by: Halada
This happens when I press "test" in install php even after a whole re-upload

Does not work


your host is running an apache mod called mod_security. One of its purposes is to detect sql injection attacks. I am not sure why the "test" function would trigger it, but it doesn't seem to like something. Your host provider may have more information on exactly what is causing the issue.

You should be able to override the module with a .htaccess file with the following:

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>


It will probably work fine after you have it installed.

Lillis85
Task Force Zener
Atlas Alliance
Posted - 2008.10.05 15:08:00 - [163]
 

Edited by: Lillis85 on 05/10/2008 16:06:51
Is there a way to change the time? I would like it to follow eve time, but atm it's a few hours off.

Edit: Actually it looks like the time never change. I've made the cron to update through the API every hour, but all towers are still showing "last time updated" at 22:00. The cron works though and the towers are really getting updated every hour. The date gets updated, but not the time.

Johnathan Roark
Caldari
The Graduates
Morsus Mihi
Posted - 2008.10.05 17:50:00 - [164]
 

Originally by: Lillis85
Edited by: Lillis85 on 05/10/2008 16:06:51
Is there a way to change the time? I would like it to follow eve time, but atm it's a few hours off.

Edit: Actually it looks like the time never change. I've made the cron to update through the API every hour, but all towers are still showing "last time updated" at 22:00. The cron works though and the towers are really getting updated every hour. The date gets updated, but not the time.


The API will only update every 6 hours, results are cached until then

Lillis85
Task Force Zener
Atlas Alliance
Posted - 2008.10.05 20:09:00 - [165]
 

Edited by: Lillis85 on 06/10/2008 19:10:10
Ok, that might explain it. Though, the time seems a bit off anyway. Is there a way to make it the same as eve time, or is it running the same as the web server perhaps?

Edit:
I've done some more checking to it now. Seems the time is going GMT+7, but I want it to run GMT sharp. Is there any way I can do this. When I check details on a tower it says last update was -7 hours ago, which is 7 hours into the future Razz The web host is running GMT-7 hours, so I guess this doesn't have anything to do with the host?

bomerI
Posted - 2008.10.07 23:00:00 - [166]
 

Hi,
I am attempting to install this on a development server and seem to be unable to get it installed properly. I had to kind of "hack" my way through the install page (using the query string to bring me to the next step) as php errors and javascript errors prevented me from going through properly. (PHP 5.2.6 and MySQL 5.0.51b)

is there someone that can help me set this up? Thx.

Halada
Caldari
Lone Star Joint Venture
Posted - 2008.10.08 00:12:00 - [167]
 

My hosting provider disabled mod_security in apache for my domain and it still doesn't work.


DeTox MinRohim
Madhatters Inc.
The Initiative.
Posted - 2008.10.08 16:54:00 - [168]
 

Originally by: Halada
My hosting provider disabled mod_security in apache for my domain and it still doesn't work.




Hal, try with the htaccess suggested by John


<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>


It is confirmed that it is related to the AJAX in the installation triggering the mod_security. This is not to be considered as a final fix though (if it fixes anything).

Bomer... not knowing about the problems you encountered makes it impossible to help.
Wink

bomerI
Posted - 2008.10.08 19:37:00 - [169]
 

Edited by: bomerI on 08/10/2008 19:38:34
Well.. to install it, I had to edit the html code to un-disable the Write Config and Install tables buttons. I tried then clicking the Write Config and then Install tables. After that it just gets stuck on the Creating / Updating tables. I had to then change the URL to include the query string ?step=4 to get to creating the moon tables. Installing the moons again had problems because it would give me javascript errors and would not register the moon as being installed (just stuck on "installing").

In the end I believe I have the tables all in there and the moons populated, however I dont have a user in the system. Does this need to be done through the IGB? (which will be a problem as I am working on a development server that isnt accessible from eve).

DeTox MinRohim
Madhatters Inc.
The Initiative.
Posted - 2008.10.08 20:59:00 - [170]
 

Originally by: bomerI
Edited by: bomerI on 08/10/2008 19:38:34
Well.. to install it, I had to edit the html code to un-disable the Write Config and Install tables buttons. I tried then clicking the Write Config and then Install tables. After that it just gets stuck on the Creating / Updating tables. I had to then change the URL to include the query string ?step=4 to get to creating the moon tables. Installing the moons again had problems because it would give me javascript errors and would not register the moon as being installed (just stuck on "installing").

In the end I believe I have the tables all in there and the moons populated, however I dont have a user in the system. Does this need to be done through the IGB? (which will be a problem as I am working on a development server that isnt accessible from eve).


Shocked

Guess that for now I can only ask: Anyone else having the same? (Note: Using the test button enables the Write/Install buttons btw).

bomerI
Posted - 2008.10.08 23:50:00 - [171]
 

Edited by: bomerI on 08/10/2008 23:50:12
Another corp mate was trying as well on his own server, and he is getting similar issues.

On another note.. why is that eve wiki site always down!? It was working this afternoon.

Tai Ken
Dragon Clan
Guardian Federation
Posted - 2008.10.09 10:43:00 - [172]
 

Fatal error: Call to undefined function curl_init() in /XXX/pos3/includes/class.pos.php on line 3436

This happens if I put in my API-Key or if I try to update any alliance/souv-data.

Any clue what that can be?

thx

Slayerman
Caldari
Freedom-Technologies
Posted - 2008.10.09 12:08:00 - [173]
 

Originally by: Tai Ken
Fatal error: Call to undefined function curl_init() in /XXX/pos3/includes/class.pos.php on line 3436

This happens if I put in my API-Key or if I try to update any alliance/souv-data.

Any clue what that can be?

thx


Is the Curl Module installed on your webserver? Curl is used to download the XML from the Eve API.

Tai Ken
Dragon Clan
Guardian Federation
Posted - 2008.10.09 14:08:00 - [174]
 

Originally by: Slayerman
Is the Curl Module installed on your webserver? Curl is used to download the XML from the Eve API.


Installscript says: CURL: No (Will use fopen)

So I assume it will use fopen instead. Or I'm wrong?

bomerI
Posted - 2008.10.09 14:21:00 - [175]
 

So I tried to install the app on another server, this time one that doesnt report any errors / notices. It appears that the install went through as it proceeded through the steps as I figure it should. My problem now is that I cant log in. Step 2 asks for an email address and password for the admin account. When the rest of the install is done, I figure I can log in with the email address, but it asks for a char name. I figure I need to register the char name, and proceed to the register page using the IGB and register with the same email address and password. When I attempt to log in, it is just going back to the login page as if I entered the password wrong. According to the DB, the user was created.

Johnathan Roark
Caldari
The Graduates
Morsus Mihi
Posted - 2008.10.09 15:40:00 - [176]
 

Originally by: bomerI
So I tried to install the app on another server, this time one that doesnt report any errors / notices. It appears that the install went through as it proceeded through the steps as I figure it should. My problem now is that I cant log in. Step 2 asks for an email address and password for the admin account. When the rest of the install is done, I figure I can log in with the email address, but it asks for a char name. I figure I need to register the char name, and proceed to the register page using the IGB and register with the same email address and password. When I attempt to log in, it is just going back to the login page as if I entered the password wrong. According to the DB, the user was created.


The first account you created during install is called Admin. On the second account and any other account you create, you will need to grant access in the admin panel.

Slayerman
Caldari
Freedom-Technologies
Posted - 2008.10.10 08:50:00 - [177]
 

Originally by: Tai Ken
Originally by: Slayerman
Is the Curl Module installed on your webserver? Curl is used to download the XML from the Eve API.


Installscript says: CURL: No (Will use fopen)

So I assume it will use fopen instead. Or I'm wrong?


The install does show that, I've taken a quick look at the code, and there is only code there for cURL as far as i can see, no fopen.

I'm guessing the guys will change that template on the next release.

Can a Dev please confirm this

DeTox MinRohim
Madhatters Inc.
The Initiative.
Posted - 2008.10.10 09:52:00 - [178]
 

Originally by: Slayerman
Originally by: Tai Ken
Originally by: Slayerman
Is the Curl Module installed on your webserver? Curl is used to download the XML from the Eve API.


Installscript says: CURL: No (Will use fopen)

So I assume it will use fopen instead. Or I'm wrong?


The install does show that, I've taken a quick look at the code, and there is only code there for cURL as far as i can see, no fopen.

I'm guessing the guys will change that template on the next release.

Can a Dev please confirm this


My bad... my intention was to use the fopen alternative when the CURL wasn't available but... *cough*... didn't put the code in it... yet!

I know... ... /emote goes back to coding.

Keeper ofDungeonSquad
The xDEATHx Squadron
Legion of xXDEATHXx
Posted - 2008.10.10 11:28:00 - [179]
 

So as i understood from all described problems on stuck while "Creating/installing tables" i need to create MySQL v5 DB ?

Or we can get somewhere *.sql files for MySQL v4 ?

Johnathan Roark
Caldari
The Graduates
Morsus Mihi
Posted - 2008.10.10 15:44:00 - [180]
 

Originally by: Keeper ofDungeonSquad
So as i understood from all described problems on stuck while "Creating/installing tables" i need to create MySQL v5 DB ?

Or we can get somewhere *.sql files for MySQL v4 ?


I have no way of making mysql v4 tables and I would be hesitant to do so for some of the same reasons why I wont support php 4.


Pages: first : previous : ... 2 3 4 5 [6] 7 8 9 10 ... : last (25)

This thread is older than 90 days and has been locked due to inactivity.


 


The new forums are live

Please adjust your bookmarks to https://forums.eveonline.com

These forums are archived and read-only