Closed GoogleCodeExporter closed 9 years ago
I've tried to track this error down myself and I haven't been able to figure
anything out as of yet. However, for whatever reason, the admin page shows up
with the exact text of "ERROR!!". I've not been able to locate that particular
text, which is rather interesting in itself.
Original comment by Pontia...@gmail.com
on 19 Feb 2011 at 7:54
Code is located in class.pos.php
I´m not a Coder but i think there is a problem in caching api data
else {
Eve::SessionSetVar('errormsg', 'ERROR - Need to wait to pull in API data again.');
return false;
}
1. Insert API Data
2. click "Industrial Jobs from API"
3. Data fetched correct!
4. click POS Update from API
5. now try to fetch Industrial Jobs again
6. ERROR
Original comment by toxicai...@gmail.com
on 23 Feb 2011 at 9:29
Yeah I already have the fix for the timer so no worries about it. It was more
or less notes to myself that the fix was left out of 5.1.1 Beta 1. Will be in
Beta 2.
:)
Original comment by frozenic...@gmail.com
on 25 Feb 2011 at 2:47
Hello,
Updated from 3.0 to 5.1.1 (all steps done 3.0fgv/5.01/5.02/5.03/5.04/5.1) .
also made Db upgrade.
All is fine except CorpJobs :
Seems the required table POS3 had not been created
"POS.pos3_invTypes' doesn't existSELECT DISTINCT typeID, typeName FROM
pos3_invTypes WHERE typeName LIKE '%Blueprint%' OR marketGroupID IS NOT NULL
ORDER BY typeID".
Any tip about this ?
Original comment by backyam...@gmail.com
on 14 Mar 2011 at 7:42
So you even did the DB upgrade when upgrading to 5.1.1? If so, make sure to
check that 511.sql is in your pos_directory\install\upgrade folder. Also, did
you have a different structure name besides pos3_ ?
-FG
Original comment by frozenic...@gmail.com
on 15 Mar 2011 at 10:51
OK i got it !
In fact, after upgrading, i got the message about "delete or rename the install
folder" , so i did ! and then the DB upgrades were unsuccessfull without any
error message. I finally rename Install as original and then launch the DB
upgrade !
All seems ok so far ! Great job indeed ;-) thx for all
Original comment by backyam...@gmail.com
on 18 Mar 2011 at 7:45
Yay! Yeah that says install.php, not the entire folder :P
Glad to hear it worked out though!
Original comment by frozenic...@gmail.com
on 18 Mar 2011 at 1:12
I have this issue as well, initial update worked fine but every subsequent
update fails with an "Error". This was a fresh installation.
Original comment by ozho...@gmail.com
on 19 Apr 2011 at 1:05
i have the same problem ozho...@gmail.com has. Im also willing to give access
to my install directory/and db access for the owner of the script to help
trouble shoot this.
Original comment by veg...@gmail.com
on 19 Apr 2011 at 1:18
Any news on when 5.1.2 will be released, would like to see the jobs working.
P.s and the mail alerts too :-)
Original comment by complexm...@googlemail.com
on 22 Apr 2011 at 12:19
Any news on when 5.1.2 will be released, would like to see the jobs working.
P.s and the mail alerts too :-)
Original comment by complexm...@googlemail.com
on 22 Apr 2011 at 12:19
5.1.2 before May. Nothing is wrong with mail alerts ^^.
It still says Error no matter if its successful. This is fixed in 5.1.2. I just
noticed a problem from the original POS tracker code that just ruined make my
day so now it's gonna take me a few hours to clear this shit up lol wonderful.
Eventually all this will be cleared up and better working.
Original comment by frozenic...@gmail.com
on 23 Apr 2011 at 5:48
All 3 issues fixed in 5.1.1 Beta 2 (not 5.1.2. Silly me)
Original comment by frozenic...@gmail.com
on 24 Apr 2011 at 3:21
Original issue reported on code.google.com by
frozenic...@gmail.com
on 13 Feb 2011 at 8:22