Setup won't start

Hello,

I want to try start the setup but it goes onyl to choosing the language:

than ist breakes at line 97:

<table cellpadding="1" cellspacing="0">
    <tr>
        <td nowrap>Sprache für die Installation: </td>
        <td>
            <form action="index.php" id="langSelectionForm" method="post">
            <select name="setup_lang" onChange="document.getElementById('langSelectionForm').submit();" style="font-size: 11px;">
                <option value="en">English</option>
                <option value="de" selected>Deutsch</option>
            </select>
            <noscript>
            <input type="submit" name="setup_lang_submit" value="Auswählen" style="font-size: 11px;">
            </noscript>
            <input type="hidden" name="sid" value="YToxOntzOjEwOiJzZXR1cF9sYW5nIjtzOjI6ImRlIjt9">
            <input type="hidden" name="istep" value="100">
            </form>
        </td>
    </tr>
</table>
<br>
 
    <ul class="req">

It’s only a local test server with all rights to 777of files an directories, mysql 5.0.77, php 5.1.6 Apache 2.2.3. Any hints what’s going wrong. Oxid version is 4.2.0_23610, OS ist Centos 5.4.

You need at least php 5.2.6.

Thanks, will try it.

Update: it works.