View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 09930 | Bug reports | Survey editing | public | 2015-09-30 11:53 | 2015-11-10 12:28 |
| Reporter | DenisChenu | Assigned To | sammousa | ||
| Priority | normal | Severity | minor | ||
| Status | closed | Resolution | fixed | ||
| Summary | 09930: Unable to create a survey | ||||
| Description | Add a survey : Property "CRequiredValidator.isUrl" is not defined. | ||||
| Steps To Reproduce | Click on create survey | ||||
| Additional Information | Actually : no way to delete a survey | ||||
| Tags | No tags attached. | ||||
| Attached Files | Internal Server Error.html (7,217 bytes)
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Internal Server Error</title>
<style type="text/css">
/*<![CDATA[*/
body {font-family:"Verdana";font-weight:normal;color:black;background-color:white;}
h1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
h2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
h3 {font-family:"Verdana";font-weight:bold;font-size:11pt}
p {font-family:"Verdana";font-weight:normal;color:black;font-size:9pt;margin-top: -5px}
.version {color: gray;font-size:8pt;border-top:1px solid #aaaaaa;}
/*]]>*/
</style>
</head>
<body>
<h1>Internal Server Error</h1>
<h2>Property "CRequiredValidator.isUrl" is not defined.</h2>
<p>
An internal error occurred while the Web server was processing your request.
Please contact the webmaster to report this problem.
</p>
<p>
Thank you.
</p>
<div class="version">
2015-09-30 09:49:59 </div>
</body>
</html><!-- start log messages -->
<table class="yiiLog" width="100%" cellpadding="2" style="border-spacing:1px;font:11px Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;color:#666666;">
<tr>
<th style="background:black;color:white;" colspan="5">
Application Log
</th>
</tr>
<tr style="background-color: #ccc;">
<th style="width:120px">Timestamp</th>
<th>Level</th>
<th>Category</th>
<th>Message</th>
</tr>
<tr style="background:#FFC0CB">
<td align="center">09:49:59.108462</td>
<td>error</td>
<td>exception.CException</td>
<td><pre>exception 'CException' with message 'Property "CRequiredValidator.isUrl" is
not defined.' in
/var/www/ls3/protected/vendor/yiisoft/yii/framework/base/CComponent.php:173
Stack trace:
#0
/var/www/ls3/protected/vendor/yiisoft/yii/framework/validators/CValidator.php(177):
CComponent->__set('isUrl', true)
#1
/var/www/ls3/protected/vendor/yiisoft/yii/framework/base/CModel.php(287):
CValidator::createValidator('required',
Object(ls\models\SurveyLanguageSetting), 'surveyls_url', Array)
#2
/var/www/ls3/protected/vendor/yiisoft/yii/framework/base/CModel.php(260):
CModel->createValidators()
#3
/var/www/ls3/protected/vendor/crisu83/yiistrap/widgets/TbActiveForm.php(128):
CModel->getValidators('surveyls_title')
#4
/var/www/ls3/protected/vendor/crisu83/yiistrap/widgets/TbActiveForm.php(759):
TbActiveForm->error(Object(ls\models\SurveyLanguageSetting),
'surveyls_title', Array, true, true)
#5
/var/www/ls3/protected/vendor/crisu83/yiistrap/widgets/TbActiveForm.php(728):
TbActiveForm->processControlGroupOptions(Object(ls\models\SurveyLanguageSetting),
'surveyls_title', Array)
#6
/var/www/ls3/protected/vendor/crisu83/yiistrap/widgets/TbActiveForm.php(456):
TbActiveForm->createControlGroup('textField',
Object(ls\models\SurveyLanguageSetting), 'surveyls_title', Array)
#7 /var/www/ls3/protected/views/surveys/create/create.php(3):
TbActiveForm->textFieldControlGroup(Object(ls\models\SurveyLanguageSetting),
'surveyls_title')
#8
/var/www/ls3/protected/vendor/yiisoft/yii/framework/web/CBaseController.php(126):
require('/var/www/ls3/pr...')
#9
/var/www/ls3/protected/vendor/yiisoft/yii/framework/web/CBaseController.php(95):
CBaseController->renderInternal('/var/www/ls3/pr...', Array, true)
#10
/var/www/ls3/protected/vendor/yiisoft/yii/framework/web/CController.php(869):
CBaseController->renderFile('/var/www/ls3/pr...', Array, true)
#11 /var/www/ls3/protected/views/surveys/create.php(24):
CController->renderPartial('create/create', Array, true)
#12
/var/www/ls3/protected/vendor/yiisoft/yii/framework/web/CBaseController.php(126):
require('/var/www/ls3/pr...')
#13
/var/www/ls3/protected/vendor/yiisoft/yii/framework/web/CBaseController.php(95):
CBaseController->renderInternal('/var/www/ls3/pr...', Array, true)
#14
/var/www/ls3/protected/vendor/yiisoft/yii/framework/web/CController.php(869):
CBaseController->renderFile('/var/www/ls3/pr...', Array, true)
#15
/var/www/ls3/protected/vendor/yiisoft/yii/framework/web/CController.php(782):
CController->renderPartial('create', Array, true)
#16 /var/www/ls3/protected/controllers/Controller.php(117):
CController->render('create', Array, false)
#17 /var/www/ls3/protected/controllers/SurveysController.php(255):
ls\controllers\Controller->render('create', Array)
#18
/var/www/ls3/protected/vendor/yiisoft/yii/framework/web/actions/CInlineAction.php(49):
ls\controllers\SurveysController->actionCreate()
#19
/var/www/ls3/protected/vendor/yiisoft/yii/framework/web/CController.php(308):
CInlineAction->runWithParams(Array)
#20
/var/www/ls3/protected/vendor/yiisoft/yii/framework/web/filters/CFilterChain.php(133):
CController->runAction(Object(CInlineAction))
#21
/var/www/ls3/protected/vendor/yiisoft/yii/framework/web/filters/CFilter.php(40):
CFilterChain->run()
#22
/var/www/ls3/protected/vendor/yiisoft/yii/framework/web/CController.php(1145):
CFilter->filter(Object(CFilterChain))
#23
/var/www/ls3/protected/vendor/yiisoft/yii/framework/web/filters/CInlineFilter.php(58):
CController->filterAccessControl(Object(CFilterChain))
#24
/var/www/ls3/protected/vendor/yiisoft/yii/framework/web/filters/CFilterChain.php(130):
CInlineFilter->filter(Object(CFilterChain))
#25
/var/www/ls3/protected/vendor/yiisoft/yii/framework/web/filters/CFilter.php(40):
CFilterChain->run()
#26
/var/www/ls3/protected/vendor/yiisoft/yii/framework/web/CController.php(1145):
CFilter->filter(Object(CFilterChain))
#27
/var/www/ls3/protected/vendor/yiisoft/yii/framework/web/filters/CInlineFilter.php(58):
CController->filterAccessControl(Object(CFilterChain))
#28
/var/www/ls3/protected/vendor/yiisoft/yii/framework/web/filters/CFilterChain.php(130):
CInlineFilter->filter(Object(CFilterChain))
#29
/var/www/ls3/protected/vendor/yiisoft/yii/framework/web/CController.php(291):
CFilterChain->run()
#30
/var/www/ls3/protected/vendor/yiisoft/yii/framework/web/CController.php(265):
CController->runActionWithFilters(Object(CInlineAction), Array)
#31
/var/www/ls3/protected/vendor/yiisoft/yii/framework/web/CWebApplication.php(282):
CController->run('create')
#32
/var/www/ls3/protected/vendor/yiisoft/yii/framework/web/CWebApplication.php(141):
CWebApplication->runController('surveys/create')
#33 /var/www/ls3/protected/core/WebApplication.php(79):
CWebApplication->processRequest()
#34
/var/www/ls3/protected/vendor/yiisoft/yii/framework/base/CApplication.php(184):
WebApplication->processRequest()
#35 /var/www/ls3/protected/entry.php(51): CApplication->run()
#36 /var/www/ls3/public/index.php(4): include('/var/www/ls3/pr...')
#37 {main}
REQUEST_URI=/ls3/index.php?r=surveys/create
HTTP_REFERER=https://test.shnoulle.net/ls3/index.php?r=questions/update&id=9
---</pre></td>
</tr></table>
<!-- end of log messages --> | ||||
| Bug heat | 2 | ||||
| Complete LimeSurvey version number (& build) | 300915 | ||||
| I will donate to the project if issue is resolved | No | ||||
| Browser | not relevant | ||||
| Database type & version | not relevant | ||||
| Server OS (if known) | not relevant | ||||
| Webserver software & version (if known) | not relevantn | ||||
| PHP Version | not relevant | ||||
|
Fix committed to develop branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=16076 |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2015-09-30 11:53 | DenisChenu | New Issue | |
| 2015-09-30 11:53 | DenisChenu | File Added: Internal Server Error.html | |
| 2015-10-02 09:02 | sammousa | Status | new => resolved |
| 2015-10-02 09:02 | sammousa | Resolution | open => fixed |
| 2015-10-02 09:02 | sammousa | Assigned To | => sammousa |
| 2015-10-02 09:02 | sammousa | Changeset attached | => LimeSurvey develop 6c8ecf2d |
| 2015-10-02 09:02 | sammousa | Note Added: 33287 | |
| 2015-11-10 12:28 | c_schmitz | Status | resolved => closed |
| 2019-11-01 17:25 | c_schmitz | Category | Survey design => Survey editing |