Автор
Сообщение

Deprecated: The each() function is deprecated. This message will be suppressed on further calls in C:\xampp\htdocs\sed178\system\install\install.setup.php on line 56

all files give error like this.

while(list($i,$x) = each($langlist))

change

foreach($langlist as $i => $x)

yes.