TWLan Forum
Speicher - Fehler bei "Speicher voll" - Printable Version

+- TWLan Forum (https://twlan.org)
+-- Forum: Legacy (https://twlan.org/forumdisplay.php?fid=61)
+--- Forum: TWLan 1.x (DSLan) (https://twlan.org/forumdisplay.php?fid=62)
+---- Forum: Deutsche Community (https://twlan.org/forumdisplay.php?fid=65)
+----- Forum: Fragen & Probleme (https://twlan.org/forumdisplay.php?fid=7)
+----- Thread: Speicher - Fehler bei "Speicher voll" (/showthread.php?tid=3651)



Speicher - Fehler bei "Speicher voll" - OpEG - 21.11.2010

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

---




RE: Speicher - Fehler bei "Speicher voll" - SlimShady95 - 21.11.2010

Welchen Speed hast du eingestellt?

MfG Manuel


RE: Speicher - Fehler bei "Speicher voll" - OpEG - 22.11.2010

aktuell bin ich bei 5. Also nicht besonders schnell


RE: Speicher - Fehler bei "Speicher voll" - k3v95 - 22.11.2010

ersetzt die mal durch diese datei
http://ul.to/c0dgx8


RE: Speicher - Fehler bei "Speicher voll" - OpEG - 22.11.2010

hab die Datei ersetzt ... ist aber nichts passiert ...


RE: Speicher - Fehler bei "Speicher voll" - k3v95 - 22.11.2010

templates_c geleert?


RE: Speicher - Fehler bei "Speicher voll" - Lekensteyn - 22.11.2010

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.