Hi, After running the cloudstone benchmark [1], the run log contains lines like this:
UIDriverAgent[0].9.doEventDetail: Invalid uri 'http://lime01-ib:90/events.php?socialEventID=<?echo $se;?>': Invalid query Looking at the generated PHP webpage, I saw a lot of calls to php code embedded on the resulting HTML. Looking at olio's php source, there's plenty of lines that must be patched like this: --- a/views/commentsRating.php 2013-10-11 16:57:40.322714000 +0300 +++ b/views/commentsRating.php 2013-10-11 16:45:11.308250000 +0300 @@ -84,7 +84,7 @@ your comment<br/> <div id="editing<?php echo $tmp_commentid;?>" style="display: none;"> <div id="editcomment_form<?php echo $tmp_commentid;?>"> - <form id="editcommentsForm<?php echo $tmp_commentid;?>" method="post" action="events.php?socialEventID=<?echo $se;?>" > + <form id="editcommentsForm<?php echo $tmp_commentid;?>" method="post" action="events.php?socialEventID=<?php echo $se;?>" > <strong>Comment</strong><br/> <textarea cols="40" id="editcomments<?php echo $tmp_commentid;?>" name="editcomments" rows="20"><?=$tmp_uname_comments?></textarea> <br/> Is this on purpose, or an error in the sources available in [2]? Furthermore, after fixing these, new errors appear on the run logs: UIDriverAgent[0].18.doLogin: Found login prompt at index 1969, Login as jemc1c_1_42, 5319 failed. Is this the expected behaviour? [1] http://parsa.epfl.ch/cloudsuite/web.html [2] http://parsa.epfl.ch/cloudsuite/software/web.tar.gz Thanks, Lluis -- "And it's much the same thing with knowledge, for whenever you learn something new, the whole world becomes that much richer." -- The Princess of Pure Reason, as told by Norton Juster in The Phantom Tollbooth
