I using the default skin w/o any modifications (fresh install).
I can fix this manually, but may be you want to fix this in default installation too ;]
I using the default skin w/o any modifications (fresh install).
I can fix this manually, but may be you want to fix this in default installation too ;]
It looks like you are using my modified version (3d ships). Can you try to replace the stylesheet INSIDE THE MOD FOLDER with the one included in this zip: download/file.php?id=1367
prometh wrote: ↑Mon Nov 07, 2016 13:47
It looks like you are using my modified version (3d ships).
Confirm.
prometh wrote: ↑Mon Nov 07, 2016 13:47
Can you try to replace the stylesheet INSIDE THE MOD FOLDER with the one included in this zip: download/file.php?id=1367
division by zero in 668, 670 strings in init.php affect by $tau = $recharge/$k; where $recharge = (Fitting::$shipStats->getCapRecharge()/1000); $recharge = 0 in this killmail, but others with the simillar ship dont provide any problems
With the latest php (php7), there are now deprecated error/info notices:
PHP 8192: Methods with the same name as their class will not be constructors in a future version of PHP; fitting has a deprecated constructor in /var/www/mods/ship_display_tool/fitting.class.php on line 9
PHP 8192: Methods with the same name as their class will not be constructors in a future version of PHP; shipstats has a deprecated constructor in /var/www/mods/ship_display_tool/class.shipstats.php on line 2
PHP 8192: Methods with the same name as their class will not be constructors in a future version of PHP; shipEffect has a deprecated constructor in /var/www/mods/ship_display_tool/class.shipEffects.php on line 2
Can someone help with this error? Version 3.7.1 of the tool and latest init.php installed. After actvation and then displaying a kill page, I get a blank page and the following error in my Apache logs:
I took a quick look at my sources, but did not find anything.
Could you please link the site you downloaded the mod version from, that you are currently using? There are quite some different versions and branches out there, so I might be looking at something completely different.