My Installation issues & Solutions

Help and support in getting the EVE-Dev Killboard to run on your site.
Aeva
Noob
Posts: 7
Joined: Mon Sep 28, 2009 09:06

My Installation issues & Solutions

Post by Aeva »

Something is wrong during installation steps.
https://imgur.com/a/2QWvacM

Solution: I found my answer here : http://www.evekb.org/forum/viewtopic.php?f=503&t=22128

---

I have a warning about my timezone.
I change the server timezone to UTC but still have this warning on the top
https://imgur.com/KbtgitD

Solution: I modified my server timezone to Europe/London instead UTC and modified the index.php

---

During step 4 I had an error when I reached 15/130.

Solution: I found my answer here in "Known Issue" section : http://www.evekb.org/forum/viewtopic.php?f=503&t=22128

---

I had some difficulties on fletching kills from zkillboard.

Solution: My API path was wrong, found answers here: https://github.com/zKillboard/zKillboar ... Killmails)

---

All CCP images are broken on kill details

Solution: See Salvoxia answer here : http://www.evekb.org/forum/viewtopic.ph ... 132#p50877
Last edited by Aeva on Thu Nov 28, 2019 03:46, edited 3 times in total.
Aeva
Noob
Posts: 7
Joined: Mon Sep 28, 2009 09:06

Re: Error step 4 :: Inserting data

Post by Aeva »

I edited my first post to include all issues I got
Last edited by Aeva on Wed Nov 27, 2019 17:08, edited 1 time in total.
Aeva
Noob
Posts: 7
Joined: Mon Sep 28, 2009 09:06

Re: Error step 4 :: Inserting data

Post by Aeva »

My database seems not having CCP images.
I have broken img on kill details :/

Any idea?
User avatar
Salvoxia
Developer
Posts: 1598
Joined: Wed Feb 22, 2012 12:11

Re: My Installation issues & Solutions

Post by Salvoxia »

Hi,

thank you for your collection of issues and most of all solutions!
CCP changed the way they're serving images to third parties. There is a preliminary hotfix available:

open common/includes/constants.php and change the line

Code: Select all

define('IMG_SERVER', "https://imageserver.eveonline.com");
to

Code: Select all

define('IMG_SERVER', "https://images.evetech.net");
Replace common/includes/class.imageurl.php with this one (right click -> Save as)
Replace common/includes/class.thumb.php with this one (right click -> Save as)
Replace thumb with this one (right click -> Save as)

It isn't finalized yet, since CCP does seem to be missing some logos of NPC factions/corporations, which should be there, but aren't served. I'm still looking into that.

Best Regards,
Salvoxia
Aeva
Noob
Posts: 7
Joined: Mon Sep 28, 2009 09:06

Re: My Installation issues & Solutions

Post by Aeva »

Thank you Salvoxia, I appreciate your help =)

I did the change as you mentioned but I still have img broken on kills details. :s
Did I miss something?
User avatar
Salvoxia
Developer
Posts: 1598
Joined: Wed Feb 22, 2012 12:11

Re: My Installation issues & Solutions

Post by Salvoxia »

Hi,

are all images broken or just some of them? If only some are missing, that might be due to issues with CCP's new image network, if all are missing there's something wrong with the fix.
Clearing the cache/img folder could help if the fixes are applied.

Best Regards,
Salvoxia
Aeva
Noob
Posts: 7
Joined: Mon Sep 28, 2009 09:06

Re: My Installation issues & Solutions

Post by Aeva »

I have the corp/alliance/character images.
The broken ones are ships & modules essentialy

rm -rf .../cache/img/* do not resolve the issue then I suspect something wrong with CCP paths
User avatar
Salvoxia
Developer
Posts: 1598
Joined: Wed Feb 22, 2012 12:11

Re: My Installation issues & Solutions

Post by Salvoxia »

Hi,

would you PM me a link to such a Kills Detail page so I can take a look?

Best Regards,
Salvoxia
Aeva
Noob
Posts: 7
Joined: Mon Sep 28, 2009 09:06

Re: My Installation issues & Solutions

Post by Aeva »

I think the issue come from the images path as mentioned by the link generated: https://images.evetech.net/InventoryType/18799_32.png

[img]https://ibb.co/Gd6GcqM

I will doublecheck the files you suggested me to modify, I probably miss/mess something.

Ounce again, thanks for your support.

Edit: I understand now when you said that CCP mess up with their images server :p https://forums.eveonline.com/t/new-imag ... ain/202922
User avatar
Salvoxia
Developer
Posts: 1598
Joined: Wed Feb 22, 2012 12:11

Re: My Installation issues & Solutions

Post by Salvoxia »

Hi,

judging from the image URLs, there's either something missing from the hotfix, or it's a case of template caching.

Could you please confirm that common/includes/class.imageurl.php looks like this in lines 82-90: https://github.com/evekb/evedev-kb/blob ... hp#L82-L90

If that's the case, please try also clearing the template cache (cache/templates) and disabling caching completely (ACP -> Cache, turn off everything just for testing).

Best Regards,
Salvoxia
Post Reply