View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
09468 | Bug reports | Survey editing | public | 2015-01-20 18:16 | 2015-01-30 14:12 |
Reporter | DenisChenu | Assigned To | c_schmitz | ||
Priority | normal | Severity | block | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.06+ | ||||
Fixed in Version | 2.06+ | ||||
Summary | 09468: Unable to activate survey | ||||
Description | Totally unable to activate survey | ||||
Steps To Reproduce | Try to activate a survey : ==== This one fixed but: system.db.CDbCommand CDbCommand::execute() failed: SQLSTATE[42000]: Syntax error or access | ||||
Tags | No tags attached. | ||||
Bug heat | 6 | ||||
Complete LimeSurvey version number (& build) | 150120 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | not relevant | ||||
Database type & version | Mysql 5 | ||||
Server OS (if known) | debian/linux | ||||
Webserver software & version (if known) | apache | ||||
PHP Version | PHP Version 5.4.4 | ||||
Fix committed to 2.06 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=14852 |
|
Partial fix, still unactivabel. |
|
Maybe using ISO name : CHARACTER VARYING(20) / CHARACTER VARYING(36) if non Unicode CHAR. |
|
I'm changing status of this bug. I'm still unable to activate a survey: Database error in 'surveytablecreation'. |
|
Works fine for me ? |
|
It works with mysql for me too, but not with postgresql. Did you tried with postgresql? |
|
Not tested ... (no time) |
|
Fix committed to 2.06 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=14897 |
|
LimeSurvey: 2.06 a7e37eda 2015-01-23 15:55 Details Diff |
Dev: remove validateTemplateDir from common, update to models/Template Dev: fix template in Survey model after find : maybe add templateurl and templatedirectory ? Dev: filter template by user rigth too. Dev: partial fix for 09468 use new function, but still broken |
Affected Issues 09468 |
|
mod - application/controllers/PrintanswersController.php | Diff File | ||
mod - application/controllers/RegisterController.php | Diff File | ||
mod - application/controllers/Statistics_userController.php | Diff File | ||
mod - application/controllers/admin/globalsettings.php | Diff File | ||
mod - application/controllers/admin/printablesurvey.php | Diff File | ||
mod - application/controllers/admin/questions.php | Diff File | ||
mod - application/controllers/admin/surveyadmin.php | Diff File | ||
mod - application/helpers/admin/activate_helper.php | Diff File | ||
mod - application/helpers/common_helper.php | Diff File | ||
mod - application/helpers/frontend_helper.php | Diff File | ||
mod - application/helpers/qanda_helper.php | Diff File | ||
mod - application/models/Survey.php | Diff File | ||
mod - application/models/Template.php | Diff File | ||
mod - application/views/statistics_user_view.php | Diff File | ||
LimeSurvey: 2.06 f6c06030 2015-01-26 11:09 Details Diff |
Dev Fixed database upgrade errors |
Affected Issues 09468 |
|
mod - application/core/db/MssqlSchema.php | Diff File | ||
mod - application/core/db/MysqlSchema.php | Diff File | ||
mod - application/core/db/PgsqlSchema.php | Diff File | ||
mod - application/helpers/update/updatedb_helper.php | Diff File | ||
LimeSurvey: 2.06 57fa5c3a 2015-01-30 14:12 Details Diff |
Fixed issue 09468: Unable to activate survey Fixed issue 09483: Crash when initializating tokens table |
Affected Issues 09468, 09483 |
|
mod - application/core/db/DbConnection.php | Diff File | ||
mod - application/core/db/SmartColumnTypeTrait.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-01-20 18:16 | DenisChenu | New Issue | |
2015-01-20 18:16 | DenisChenu | Summary | Unable to actovate survey => Unable to activate survey |
2015-01-23 15:56 | DenisChenu | Changeset attached | => LimeSurvey 2.06 a7e37eda |
2015-01-23 15:56 | DenisChenu | Note Added: 31482 | |
2015-01-23 15:56 | DenisChenu | Assigned To | => DenisChenu |
2015-01-23 15:56 | DenisChenu | Resolution | open => fixed |
2015-01-23 16:54 | DenisChenu | Assigned To | DenisChenu => |
2015-01-23 16:56 | DenisChenu | Note Added: 31483 | |
2015-01-23 16:58 | DenisChenu | Steps to Reproduce Updated | |
2015-01-23 16:59 | DenisChenu | Severity | minor => block |
2015-01-23 16:59 | DenisChenu | Reproducibility | have not tried => always |
2015-01-23 16:59 | DenisChenu | Resolution | fixed => open |
2015-01-25 12:38 | DenisChenu | Assigned To | => sammousa |
2015-01-25 12:38 | DenisChenu | Status | new => assigned |
2015-01-25 12:43 | DenisChenu | Note Added: 31486 | |
2015-01-28 15:09 | DenisChenu | Status | assigned => resolved |
2015-01-28 15:09 | DenisChenu | Fixed in Version | => 2.06+ |
2015-01-28 15:09 | DenisChenu | Resolution | open => fixed |
2015-01-28 15:10 | DenisChenu | Changeset attached | => LimeSurvey 2.06 f6c06030 |
2015-01-29 11:43 | aesteban | Relationship added | related to 09483 |
2015-01-29 11:58 | aesteban | Note Added: 31534 | |
2015-01-29 11:58 | aesteban | Status | resolved => assigned |
2015-01-29 14:48 | c_schmitz | Note Added: 31549 | |
2015-01-30 02:07 | aesteban | Note Added: 31559 | |
2015-01-30 08:26 | DenisChenu | Note Added: 31563 | |
2015-01-30 14:11 | c_schmitz | Status | assigned => closed |
2015-01-30 14:11 | c_schmitz | Assigned To | sammousa => c_schmitz |
2015-01-30 14:12 | c_schmitz | Changeset attached | => LimeSurvey 2.06 57fa5c3a |
2015-01-30 14:12 | c_schmitz | Note Added: 31567 | |
2019-11-01 17:25 | c_schmitz | Category | Survey design => Survey editing |