| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 06278 | Bug reports | [All Projects] Installation | public | 2012-06-26 14:53 | 2012-07-27 13:57 |
|
| Reporter | Mazi | |
| Assigned To | c_schmitz | |
| Priority | normal | Severity | minor | |
| Status | closed | Resolution | fixed | |
| Product Version | 2.00RC4 | |
| Target Version | 2.00RC5 | Fixed in Version | 2.00RC7 | |
|
| Summary | 06278: HTML header missing for DB update screen |
| Description | I just grabbed the latest 2.0 code from Github and had to do a DB update. The related screen seems to be missing the HTML header and thus the CSS styles (see attached screen).
URL: http://localhost/git/dev/Limesurvey/index.php/admin/update/db [^] |
| Steps To Reproduce | Maybe decrementing the DB version helps to start the Db update process? |
|
| I will donate to the project if issue is resolved within 48 hrs | No |
| LimeSurvey build number | 120626 |
| Browser | Firefox 12 |
| Database & DB-Version | MySQL 5 |
| Operating System (Server) | Win 7 |
| Webserver software & version | Apache 2.2 |
| PHP Version | 5.3.1 |
|
| Attached Files | update.png [^] (25,596 bytes) 2012-06-26 14:53

html.txt [^] (2,362 bytes) 2012-06-26 14:54 [Show Content] [Hide Content]<div class="messagebox"><div class='header'>Database upgrade</div><p>Please verify the following information before continuing with the database upgrade:</p><ul><li><b>Database type:</b> mysql</li><li><b>Database name:</b> ls2</li><li><b>Table prefix:</b> lime2_</li><li><b>Site name:</b> LimeSurvey 2.0 GIT</li><li><b>Root URL:</b> /git/dev/Limesurvey/index.php/admin/update</li></ul><p><a href='/git/dev/Limesurvey/index.php/admin/update/db/continue/yes'>Click here to continue</a></p></div><script type="text/javascript">
<!--
for(i=0; i<document.forms.length; i++)
{
var el = document.createElement('input');
el.type = 'hidden';
el.name = 'checksessionbypost';
el.value = 'g84bhxur4b';
document.forms[i].appendChild(el);
}
function addHiddenElement(theform,thename,thevalue)
{
var myel = document.createElement('input');
myel.type = 'hidden';
myel.name = thename;
theform.appendChild(myel);
myel.value = thevalue;
return myel;
}
function sendPost(myaction,checkcode,arrayparam,arrayval)
{
var myform = document.createElement('form');
document.body.appendChild(myform);
myform.action =myaction;
myform.method = 'POST';
for (i=0;i<arrayparam.length;i++)
{
addHiddenElement(myform,arrayparam[i],arrayval[i])
}
addHiddenElement(myform,'checksessionbypost',checkcode)
myform.submit();
}
//-->
</script> <div class="push"></div>
</div>
<div class='footer'>
<div style='float:left;width:110px;text-align:left;'>
<a href='http://docs.limesurvey.org'><img alt='LimeSurvey - Online manual' title='LimeSurvey - Online manual' src='/git/dev/Limesurvey/styles/gringegreen/images/docs.png' /></a>
</div>
<div style='float:right;'>
<a href='http://donate.limesurvey.org'><img alt='Support this project: Donate to LimeSurvey' title='Support this project: Donate to LimeSurvey!' src='/git/dev/Limesurvey/styles/gringegreen/images/donate.png'/></a>
</div>
<div class='subtitle'><a class='subtitle' title='Visit our website!' href='http://www.limesurvey.org' target='_blank'>LimeSurvey</a><br />Version 2.0RC4 </div>
</div>
</body>
</html>
|
|