View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
06278Bug reportsInstallationpublic2012-07-27 13:57
ReporterMazi Assigned Toc_schmitz  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version2.00RC4 
Target Version2.00RC5Fixed in Version2.00RC7 
Summary06278: 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?

TagsNo tags attached.
Attached Files
update.png (25,596 bytes)   
update.png (25,596 bytes)   
html.txt (2,362 bytes)   
<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>
html.txt (2,362 bytes)   
Bug heat2
Complete LimeSurvey version number (& build)120626
I will donate to the project if issue is resolvedNo
BrowserFirefox 12
Database type & versionMySQL 5
Server OS (if known)Win 7
Webserver software & version (if known)Apache 2.2
PHP Version5.3.1

Users monitoring this issue

There are no users monitoring this issue.

Activities

Mazi

Mazi

2012-06-26 14:54

updater   ~19563

I also attached the HTML source.

Issue History

Date Modified Username Field Change
2012-06-26 14:53 Mazi New Issue
2012-06-26 14:53 Mazi Status new => assigned
2012-06-26 14:53 Mazi Assigned To => magiclko
2012-06-26 14:53 Mazi File Added: update.png
2012-06-26 14:54 Mazi File Added: html.txt
2012-06-26 14:54 Mazi Note Added: 19563
2012-07-27 13:55 c_schmitz Assigned To magiclko => c_schmitz
2012-07-27 13:57 c_schmitz Status assigned => resolved
2012-07-27 13:57 c_schmitz Fixed in Version => 2.00RC7
2012-07-27 13:57 c_schmitz Resolution open => fixed
2012-07-27 13:57 c_schmitz Status resolved => closed