TWLan Forum

Full Version: Speicher - Fehler bei "Speicher voll"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hallo,

bei der Version 1.4 gibt es das Problem, dass nicht angezeigt wird, wie lange es dauert, bis die Speicher voll sind. Es kommt nur die Meldung:

Quote:Warning: Division by zero in C:\Users\Marco\Documents\ds\dslan_v1.4\htdocs\actions\storage.php on line 22

Warning: Division by zero in C:\Users\Marco\Documents\ds\dslan_v1.4\htdocs\actions\storage.php on line 23

Warning: Division by zero in C:\Users\Marco\Documents\ds\dslan_v1.4\htdocs\actions\storage.php on line 27

Warning: Division by zero in C:\Users\Marco\Documents\ds\dslan_v1.4\htdocs\actions\storage.php on line 28

Warning: Division by zero in C:\Users\Marco\Documents\ds\dslan_v1.4\htdocs\actions\storage.php on line 32

Warning: Division by zero in C:\Users\Marco\Documents\ds\dslan_v1.4\htdocs\actions\storage.php on line 33

und es wird angezeigt:

Quote:Speicher ist voll. Es k?nnen keine weiteren Rohstoffe mehr eingelagert werden!

Gibt es da bereits Bugfixes? Es nerv nämlich ...

Vielen Dank,

OpEG

---

Welchen Speed hast du eingestellt?

MfG Manuel
aktuell bin ich bei 5. Also nicht besonders schnell
ersetzt die mal durch diese datei
http://ul.to/c0dgx8
hab die Datei ersetzt ... ist aber nichts passiert ...
templates_c geleert?
The problem is caused by a very low speed.
The calculation looks like this:
PHP Code:
$full[] = round($diff round($arr_production[$village['iron']] * $config['speed'] / 3600)); 

Try setting a higher speed, like 1000.