1) Did you follow exactly the installation instructions? 2) Have you enabled cookies in your browser?
1. I am reasonably confident I have followed the instructions. This particular setup was performed using the Lenny + ISPConfig3 guide. After ssh was installed I was just cutting and pasting into putty. I have done the install twice and same result both times. If I did make a mistake I made the same mistake twice. 2. Cookies are enabled.
The form is in the html code, just no inputs. Code: <!-- begin: #col3 static column --> <div id="col3"> <div id="col3_content" class="clearfix"> <a id="content" name="content"></a> <!-- skiplink anchor: Content --> <form method="post" action="" id="pageForm" name="pageForm" enctype="multipart/form-data"> <div id="pageContent"><!-- AJAX CONTENT --></div> </form> </div> <div id="ie_clearing"> </div> <!-- End: IE Column Clearing --> </div> <!-- end: #col3 -->
This means that your browser ahs not executed he javaxript code to load the content with AJAX. Please set the security settings of your broeser to medium or try another browser.
Thanks for the help Till. CA Security Suite (the firewall in particular) was causing this javascript problem. Which caught me by surprise as I haven't noticed any javascript or ajax problems before today and I utilize ajax extensively on the web.