May be a similar problem to that in
www.limesurvey.org/forum/design-issues/5...g-the-survey?lang=en
A survey does not finish rendering the question page after the first question.
The survey contains no conditions, uses the default template. Copying the survey produces the same result, as does changing the template. Other surveys on the server are working fine.
The html output finishes with:
<input type='text' id='runonce' value='0' style='display: none;'/>
<!-- JAVASCRIPT FOR CONDITIONAL QUESTIONS -->
<script type='text/javascript'>
<!--
The Web server error log gets this:
[Wed Feb 02 13:53:42 2011] [error] [client 144.173.195.16] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes) in /Library/WebServer/limesurvey/common.php on line 4713, referer: http://survey.ex.ac.uk/index.php
LimeSurvey Version 1.90+ Build 9642
PHP Version 5.3.3
Any help appreciated!