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
My Installation issues & Solutions
My Installation issues & Solutions
Last edited by Aeva on Thu Nov 28, 2019 03:46, edited 3 times in total.
Re: Error step 4 :: Inserting data
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.
Re: Error step 4 :: Inserting data
My database seems not having CCP images.
I have broken img on kill details :/
Any idea?
I have broken img on kill details :/
Any idea?
Re: My Installation issues & Solutions
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
to
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
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");
Code: Select all
define('IMG_SERVER', "https://images.evetech.net");
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
Re: My Installation issues & Solutions
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?
I did the change as you mentioned but I still have img broken on kills details. :s
Did I miss something?
Re: My Installation issues & Solutions
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
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
Re: My Installation issues & Solutions
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
The broken ones are ships & modules essentialy
rm -rf .../cache/img/* do not resolve the issue then I suspect something wrong with CCP paths
Re: My Installation issues & Solutions
Hi,
would you PM me a link to such a Kills Detail page so I can take a look?
Best Regards,
Salvoxia
would you PM me a link to such a Kills Detail page so I can take a look?
Best Regards,
Salvoxia
Re: My Installation issues & Solutions
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
[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
Re: My Installation issues & Solutions
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
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