Hi,
thank you very much for reporting and for the analysis!
I added this to the list of known issues in the opening post, along with a hotfix.
I'd appreciate feedback, if this resolves the issue for you
Best Regards,
Salvoxia
EDK 4.4.2.0 (Onslaught 1.0)
Re: EDK 4.4.2.0 (Onslaught 1.0)
Thanks for the hotfix, resolves the issue 

Re: EDK 4.4.2.0 (Onslaught 1.0)
Hi,
getting a number of DEPRECATED errors after i had to upgrade my php version. My host charges $$$ for older php5 Versions so i had to upgrade to 7.x which breaks my 4.4.2.0 installation of the edk.
Its 3x the following reason:
line 2 in /mods/ship_display_tool/class.shipstats.php
line 2 in /mods/ship_display_tool/class.shipEffects.php
Thanks in advance...
getting a number of DEPRECATED errors after i had to upgrade my php version. My host charges $$$ for older php5 Versions so i had to upgrade to 7.x which breaks my 4.4.2.0 installation of the edk.
Its 3x the following reason:
line 9 in /mods/ship_display_tool/fitting.class.phpDEPRECATED [8192] Methods with the same name as their class will not be constructors in a future version of PHP; fitting has a deprecated constructor
line 2 in /mods/ship_display_tool/class.shipstats.php
line 2 in /mods/ship_display_tool/class.shipEffects.php
Any hint for a quick fix i could do myself?Output has already been sent to the browser at .../common/includes/class.edkerror.php:71. Please make sure the command $xajax->processRequest() is placed before this.
Thanks in advance...
Re: EDK 4.4.2.0 (Onslaught 1.0)
Hi,
that actually is not a problem with EDK itself, but with the Ship Display Tool mod.
The second error you're getting is most likely cause by the first depreaction warnings.
Quick fix: In each of the listed files, in each of the listed lines, you will find something like
for the fitting.class.php and similar named functions in the other files.
Replace
with
in each of these files.
By the way, I checked that in the version of the mod that I'm maintaining, and there these changes are already included. So maybe you're using a really old version of that mod?
Best Regards,
Salvoxia
that actually is not a problem with EDK itself, but with the Ship Display Tool mod.
The second error you're getting is most likely cause by the first depreaction warnings.
Quick fix: In each of the listed files, in each of the listed lines, you will find something like
Code: Select all
function Fitting() {
Replace
Code: Select all
Fitting()
Code: Select all
__consutrct()
By the way, I checked that in the version of the mod that I'm maintaining, and there these changes are already included. So maybe you're using a really old version of that mod?
Best Regards,
Salvoxia
Re: EDK 4.4.2.0 (Onslaught 1.0)
Hi all,
if currently you're experiencing errors when trying to view the stats page for a Pilot, Corporation or Alliance, take a look at the known issues in at the bottom of the first page of this thread. There's a hotfix available.
Best Regards,
Salvoxia
if currently you're experiencing errors when trying to view the stats page for a Pilot, Corporation or Alliance, take a look at the known issues in at the bottom of the first page of this thread. There's a hotfix available.
Best Regards,
Salvoxia
Re: EDK 4.4.2.0 (Onslaught 1.0)
The "Known issues" section at the bottom of the starter post in this topic has been updated with a new issue with zKBFetch caused by a change in the zKB API. Follow the instructions to apply the hotfix.
Best Regards,
Wolfram
Best Regards,
Wolfram