View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
08817 | Bug reports | Installation | public | 2014-03-06 15:18 | 2014-03-20 14:52 |
Reporter | fvanderstarre | Assigned To | c_schmitz | ||
Priority | normal | Severity | partial_block | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.05+ | ||||
Summary | 08817: Upgrade from 1.90 to 2.05 just stops somewhere in UpgradeConditionsToRelevance() | ||||
Description | When trying to upgrade my L.S. system from version 1.90 build 9642 to 2.05+ build 140302, the process just stops after Db version 157 is reached, presumably in UpgradeConditionsToRelevance(). The last db query executed is "SELECT DISTINCT qid FROM [dbo].[questions] [t] WHERE parent_qid=0 GROUP BY qid". There are no db or php errors reported at that point. | ||||
Steps To Reproduce | Upgrade L.S. from 1.90 to 2.05 | ||||
Additional Information | PHP memory limit = 256M | ||||
Tags | No tags attached. | ||||
Bug heat | 4 | ||||
Complete LimeSurvey version number (& build) | 2.05+ 140302 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | Firefox | ||||
Database type & version | MS SQL server 2008 10.0.5500.0 (X64) | ||||
Server OS (if known) | DB server: Windows NT 6.1 <X64> build 7601 SP1. Appl/web server: Linux RHEL 5.8 | ||||
Webserver software & version (if known) | Apache/2.2.3 (Red Hat) | ||||
PHP Version | 5.3.3 | ||||
I turned on debugging (2) but no php errors were returned. |
|
This should be resolved by assigning more memory. Can you try? |
|
php_memory_limit now set to 1024. We're getting to DbVersion 165 now! |
|
I cannot reproduce this. Try to clear the model cache by clearing limesurvey\tmp\runtime\cache |
|
Cache cleared. Debugging set to 1. Skipped "upgradeSurveyTables164()" which resulted in error messages and is not necessary in our case. |
|
use $oDB = Yii::app()->getDb(); to get the db object, |
|
Thank you. |
|
Clear the model cache again and this final issue should be gone. |
|
One part of the problem seems to be that you are using still PHP 5.3. With PHP 5.4 most of the issues are gone. |
|
2.05+ Build 140320 released |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2014-03-06 15:18 | fvanderstarre | New Issue | |
2014-03-06 15:34 | c_schmitz | Assigned To | => c_schmitz |
2014-03-06 15:34 | c_schmitz | Status | new => assigned |
2014-03-07 10:50 | fvanderstarre | Note Added: 29133 | |
2014-03-13 11:48 | c_schmitz | Note Added: 29226 | |
2014-03-13 11:48 | c_schmitz | Status | assigned => feedback |
2014-03-14 15:23 | fvanderstarre | Note Added: 29262 | |
2014-03-14 15:23 | fvanderstarre | Status | feedback => assigned |
2014-03-17 15:28 | c_schmitz | Note Added: 29296 | |
2014-03-17 15:28 | c_schmitz | Status | assigned => feedback |
2014-03-18 09:05 | fvanderstarre | Note Added: 29320 | |
2014-03-18 09:05 | fvanderstarre | Status | feedback => assigned |
2014-03-18 11:28 | c_schmitz | Note Added: 29336 | |
2014-03-18 11:28 | c_schmitz | Status | assigned => feedback |
2014-03-18 15:48 | fvanderstarre | Note Added: 29345 | |
2014-03-18 15:48 | fvanderstarre | Status | feedback => assigned |
2014-03-19 14:14 | c_schmitz | Note Added: 29397 | |
2014-03-19 14:20 | c_schmitz | Note Added: 29398 | |
2014-03-19 14:20 | c_schmitz | Status | assigned => resolved |
2014-03-19 14:20 | c_schmitz | Resolution | open => fixed |
2014-03-20 14:52 | c_schmitz | Note Added: 29452 | |
2014-03-20 14:52 | c_schmitz | Status | resolved => closed |