View Issue Details

This bug affects 1 person(s).
 0
IDProjectCategoryView StatusLast Update
05657Bug reportsSurvey editingpublic2012-03-14 21:08
ReporterDenisChenu Assigned ToDenisChenu  
PrioritynormalSeveritycrash 
Status closedResolutionfixed 
Product Version2.00a1 
Target Version2.00a2 
Summary05657: Unable to test/do survey with yii on a linux server
Description

When i want to do a survey, or to see the survey list i have:

Alias "application.controllers.surveyaction" is invalid. Make sure it points to an existing PHP file.

Steps To Reproduce

Install LimeSurvey yii on a linux system

Additional Information

It's due to naming convention for php file ..

If i rename
./application/controllers/SurveyAction.php
to
./application/controllers/surveyaction.php

It's OK.

But i think it's best to use Camel Case too, then changing
'index' => 'application.controllers.surveyaction',
to
'index' => 'application.controllers.SurveyAction',

I have the list, but i can't test any survey:
include( ./application/libraries/survey_format.php): failed to open stream: No such file or directory

Etc ....

What is the solution : use CamelCase ( then we have to move printanswers , tcpdf_check etc ...) or remove all CamelCase ?

TagsNo tags attached.
Bug heat0
Complete LimeSurvey version number (& build)11989
I will donate to the project if issue is resolvedNo
Browsernot relevant
Database type & versionMysql 5.1.49
Server OS (if known)debian/linux
Webserver software & version (if known)a
PHP VersionPHP Version 5.3.3-7

Users monitoring this issue

There are no users monitoring this issue.

Activities

There are no notes attached to this issue.

Related Changesets

LimeSurvey: Yii d90da19c

2012-01-12 06:49:27

DenisChenu

Details Diff
Dev: some CamelCase ( issue 05657)

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_yii@12007 b72ed6b6-b9f8-46b5-92b4-906544132732
Affected Issues
05657
add - application/controllers/SurveyAction.php Diff File
rm - application/controllers/surveyaction.php Diff File
mod - application/controllers/SurveyController.php Diff File

Issue History

Date Modified Username Field Change
2012-01-11 19:47 DenisChenu New Issue
2012-01-19 10:27 DenisChenu Status new => closed
2012-01-19 10:27 DenisChenu Assigned To => DenisChenu
2012-01-19 10:27 DenisChenu Resolution open => fixed
2012-03-14 21:08 DenisChenu Changeset attached => Import 2012-03-09 13:30:34 Yii d90da19c
2019-11-01 17:25 c_schmitz Category Survey design => Survey editing