EVE-SECURE / joomla-in-eve

Automatically exported from code.google.com/p/joomla-in-eve
0 stars 0 forks source link

No skills shown #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.install plugins 
2.import dbdump
3.character sheet shows no skills

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by piepsi1...@googlemail.com on 25 Mar 2010 at 7:22

GoogleCodeExporter commented 9 years ago
Does it output anything? what's the url? there is difference between: 
index.php?option=com_eve&view=character&characterID=11111111:Character&Itemid=18
_
index.php?option=com_evecharsheet&view=character&characterID=characterID=1111111
1:Character&Itemid=8

What does have a look at backend. Administrator -> Components -> EVE Character 
Sheet
should output "TABLE <table> IS PRESENT". Also open Parameters and Save them, 
just in
case.

Original comment by koval...@gmail.com on 25 Mar 2010 at 8:06

GoogleCodeExporter commented 9 years ago
i´ve fixed the problem it was in cause of cron problem sry for my nooby 
question but
this is a great project. 

Original comment by piepsi1...@googlemail.com on 25 Mar 2010 at 8:16

GoogleCodeExporter commented 9 years ago
Probably most helpful thing to do would be give me screen-shot of the 
problematic
character sheet. See example how it should look

Original comment by koval...@gmail.com on 25 Mar 2010 at 8:17

Attachments:

GoogleCodeExporter commented 9 years ago
Yeah i got the same error.
Every database should be fine but only get the headers of the skills.

Also tried to manually start the cron via call the index.php direct.

Original comment by skyfulc...@googlemail.com on 26 Mar 2010 at 11:07

Attachments:

GoogleCodeExporter commented 9 years ago
Gender: unknown means the /char/CharacterSheet has not been called yet. 

There is one possible explanation for it: I've just located a bug in scheduling 
first
api call - It uses local (PHP) time instead of UTC. Check Components -> EVE ->
Schedule what's the time of next character sheet call time (Take joomla timezone
settings into consideration).

Original comment by koval...@gmail.com on 26 Mar 2010 at 11:21

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Yes seems to be the problem... 

at my location we have CET (UTC +1) and the scheduler called after update exact 
one
hour later.

[26/Mar/2010:13:09:25 +0100] = local server time

So will wait until confirmation

Original comment by skyfulc...@googlemail.com on 26 Mar 2010 at 12:14

Attachments:

GoogleCodeExporter commented 9 years ago
Okay one step more :)

Got now standard character informations - Also cash balance (But disabled on the
pictures :) )

But no skills.

I also see the scheduler (second pic) it has an option of char/skillqueue but 
no way
to enable. Maybe this affect this?

Original comment by skyfulc...@googlemail.com on 26 Mar 2010 at 12:49

Attachments:

GoogleCodeExporter commented 9 years ago
is plugin Eveapi - Character Tracking enabled?

Original comment by koval...@gmail.com on 26 Mar 2010 at 12:53

GoogleCodeExporter commented 9 years ago
Now yes. Installed the char tracking after the main and forgot it due dumbness 
:)

Now run the cron index.php, scheduler and cron joomla without any changes.
Also open and save the sheet and tracking parameters.

Noticed the scheduler time will not change anymore. Is already at 13.18 - only
alliance changed.

Original comment by skyfulc...@googlemail.com on 26 Mar 2010 at 1:12

GoogleCodeExporter commented 9 years ago
Actually, what i meant was Eveapi - Character Sheet
Stupid copy&paste.
Anyway, if you don't want to wait until cache expires, just clear 
#__eve_alecache
table and modify #__eve_schedule.next field.

Original comment by koval...@gmail.com on 26 Mar 2010 at 1:23

GoogleCodeExporter commented 9 years ago
Cleared alechache, modified scheduler.

But doesn't help. Also after manual updates.

Alechache is also not filled up anymore.

When i use run now schedulertime is also not changing.

Atm i don't understand the mechanism of updating, otherwise maybe i can 
describe you
the problem better.

Original comment by skyfulc...@googlemail.com on 26 Mar 2010 at 1:59

Attachments:

GoogleCodeExporter commented 9 years ago
Everything is at it is supposed to be?
All eve related plugins enabled. onCronTick event registered in cron.
Also have you tried to import character sheet through Components -> EVE -> 
Characters
-> Character Sheet (in menu bar)

Original comment by koval...@gmail.com on 26 Mar 2010 at 2:23

Attachments:

GoogleCodeExporter commented 9 years ago
Now it runs but i didn´t know the reson but its pretty good

my last question ist can  i add a style to charsheet because i think on the
categories like "Drones" should change The Mousepointer and i will change the 
colors
is this possible 

Original comment by piepsi1...@googlemail.com on 26 Mar 2010 at 2:24

GoogleCodeExporter commented 9 years ago
The component itself deserves healthy dose of CSS. You can find component 
stylesheet
in /media/com_evecharsheet/css/component.css

The header changes class between heading-expanded and heading-collapsed, you 
might
find that useful.

Original comment by koval...@gmail.com on 26 Mar 2010 at 2:42

GoogleCodeExporter commented 9 years ago
Yes figured out...

All job doublechecked but already okay.

Character Imported -> working!

What do the import? Is it always necessary for characters?
Where can we describe it for new implementors? :)

Original comment by skyfulc...@googlemail.com on 26 Mar 2010 at 3:19

GoogleCodeExporter commented 9 years ago
Yes the pointer is not the right one...

After you told the possibility i check it can be pressed ^^

Original comment by skyfulc...@googlemail.com on 26 Mar 2010 at 3:22

GoogleCodeExporter commented 9 years ago
Made some component face-lifting. Enjoy. Hopefully we can consider this issue 
resolved.

Original comment by koval...@gmail.com on 5 Apr 2010 at 9:54