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

Yoinks
|
Posted - 2009.03.11 03:59:00 -
[1]
This new one doesnt work properly yet.
My issues: 1) Admin account doesn't get created on install. 2) Adding a tower returns the error "No ID Defined" 3) Putting my API info in returns this error "Error: String could not be parsed as XML"
Anyone got a link to the old 2.10 version? I just want a version that works, I dont care if its the beta
|

Yoinks
|
Posted - 2009.03.12 04:49:00 -
[2]
Originally by: Johnathan Roark
Originally by: Yoinks This new one doesnt work properly yet.
My issues: 1) Admin account doesn't get created on install. 2) Adding a tower returns the error "No ID Defined" 3) Putting my API info in returns this error "Error: String could not be parsed as XML"
Anyone got a link to the old 2.10 version? I just want a version that works, I dont care if its the beta
1) Did you use the installer? 2 & 3, the api is down atm so thats not going to work
Yep I used the installer. Typed in the boxes and no admin acount was created. All the other tables seem to be populated. Do I have the run the install from the ingame browser? (I did it in firefox). Now the API is back up, whenever I put my api key in (even the full access one) it sits there fore a minute and gets a blank page on "admin.php?action=getcharacters" . The eve API log says that it accessed "/account/Characters.xml.aspx"
Anyways I still get the "No ID Definded" error when I go to add a tower. Any ideas?
|

Yoinks
|
Posted - 2009.03.12 06:01:00 -
[3]
Originally by: Johnathan Roark I've never had any of those problems so I have no idea where to begin. "No ID Defined" isn't an error that I generate.
Oops, sorry, completely edited the post you replied to instead of making another post. Scroll up and read it 
|

Yoinks
|
Posted - 2009.03.14 03:05:00 -
[4]
Edited by: Yoinks on 14/03/2009 03:11:32
Originally by: Johnathan Roark
Running windows or mysql set to strict mode? ill fix those when i add the apoc data, but normally doesn't cause a problem
Thanks, removing strict mode appears to make everything work now :D Except for the API thing. Still a blank screen on action=getcharcters, ill look at the logs for u and post back.
|

Yoinks
|
Posted - 2009.04.09 06:54:00 -
[5]
Originally by: Dan Brimstone On instillation. When I click install tables, it just sits there for hours and never progresses. The tables are never added to the database.
I found the issue. Line 1327 has "---" instead of "--" the script just stalls on that line. Simple fix devs!
|

Yoinks
|
Posted - 2009.04.18 02:43:00 -
[6]
Okay I got everything working with the newest version. API key loaded. Turned out I had a fresh setup trying to get the database install to work and forgot to enable curl!
Anyways when i try to update pos from API it says "Error Code: 200::Current security level not high enough.. User ID: Character ID" Explain pls!! 
|

Yoinks
|
Posted - 2009.04.19 05:02:00 -
[7]
I got all my stuff working. Thx Johnathan!! Present of isk heading your way!! Keep up the good work.
|

Yoinks
|
Posted - 2009.06.09 11:53:00 -
[8]
There is an issue in the class.pos.php file. On a fuel update pos UpdatePosFuel() is called. One SQL is sent to tower_info (to update fuel values) and another is sent to update_log. However the update_log table doesnt get updated.
$sql = "INSERT INTO ".TBL_PREFIX."update_log (id,eve_id,type_id,type,action,datetime)VALUES (NULL,NULL, '" . $fuel['pos_id'] . "','1','Update Fuel','" . Eve::VarPrepForStore($time) . "')";
Change the NULLS to '' then it works.
Keep up the good work Johnathan
|

Yoinks
|
Posted - 2009.12.28 02:22:00 -
[9]
I found a problem in the 3.0.0 RC4 register.php.
Was getting the error "Could not create user;Incorrect integer value: '' for column 'alliance_id' at row 1". I just removed the alliance id from the SQL query to make it work.
|

Yoinks
|
Posted - 2009.12.30 03:31:00 -
[10]
Originally by: Johnathan Roark
Originally by: Yoinks I found a problem in the 3.0.0 RC4 register.php.
Was getting the error "Could not create user;Incorrect integer value: '' for column 'alliance_id' at row 1". I just removed the alliance id from the SQL query to make it work.
May cause issues later. I'm guessing your not in an alliance?
I am in an alliance. It shows the alliance on the previous page where you select the character. When it attempts to perform the SQL query the alliance ID variable seems to be null and the table does not accept a null value for that field.
|
| |
|