View Issue Details

This bug affects 1 person(s).
 8
IDProjectCategoryView StatusLast Update
06162Bug reportsSurvey editingpublic2012-07-18 13:47
ReporterTMSWhite Assigned Toc_schmitz  
PriorityhighSeveritypartial_block 
Status closedResolutionduplicate 
Product Version2.00RC3 
Summary06162: unable to list surveys
Description

This url (http://localhost/git/limesurvey_yii/index.php/admin/survey/index) never shows the listing of any surveys.

TagsNo tags attached.
Attached Files
nosurveylist.jpg (52,535 bytes)   
nosurveylist.jpg (52,535 bytes)   
listsurveys_ls2.png (20,288 bytes)   
listsurveys_ls2.png (20,288 bytes)   
Clip1.png (38,118 bytes)   
Clip1.png (38,118 bytes)   
Bug heat8
Complete LimeSurvey version number (& build)120530
I will donate to the project if issue is resolvedNo
Browser
Database type & versionMysql 5.3
Server OS (if known)Windows XP
Webserver software & version (if known)XAMPP
PHP Version5.3

Relationships

duplicate of 06263 closedc_schmitz unable to browse responses 
related to 06259 closedc_schmitz PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ls2.lime_surveys' doesn't exist 

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2012-06-04 15:07

developer   ~19052

I don't reproduce with actual version ?

Mazi

Mazi

2012-06-04 15:56

updater   ~19053

I just updated to the latest GitHub version and I can't reproduce the problem.

TMSWhite

TMSWhite

2012-06-04 16:20

reporter   ~19058

I just updated and still still have the same problem in Chrome, Firefox, and IE. I cleared my cache for all three.

Mazi

Mazi

2012-06-04 16:32

updater   ~19061

Hmm, maybe something with one of the surveys?!

What happens if you do a fresh install without any surveys and call that screen?

TMSWhite

TMSWhite

2012-06-04 16:48

reporter   ~19063

Just did a fresh install. Looks exactly the same.

Added a survey manually, get same look.
Imported a survey - also the same.

What should it look like?

Mazi

Mazi

2012-06-04 16:55

updater   ~19064

The list should look like attached...

DenisChenu

DenisChenu

2012-06-04 17:06

developer   ~19065

Did you have javascript error ?

All it don in javascript.

You have a "Loading" block and after the list of survey.

Denis

TMSWhite

TMSWhite

2012-06-04 17:20

reporter   ~19066

Yes, now I see the JavaScript errors:

"NetworkError: 404 CHttpException - http://localhost/git/limesurvey_yii/scripts/jquery/css/jquery.multiselect.css"
jquery...ect.css
"NetworkError: 404 CHttpException - http://localhost/git/limesurvey_yii/scripts/jquery/css/jquery.multiselect.filter.css"

There is no directory /scripts/jquery/css/* in the Yii distribution on GitHub

DenisChenu

DenisChenu

2012-06-04 17:44

developer   ~19067

Last edited: 2012-06-04 17:45

Oups, i don't have this file too, but still don't have this problem.

(think i lost a file with css/start/ moving

DenisChenu

DenisChenu

2012-06-04 17:50

developer   ~19068

And if i remove jquery.multiselect and jquery.multiselect.filter it's OK too...

TMSWhite

TMSWhite

2012-06-12 05:32

reporter   ~19173

This causes a crash if login as a translator. The default page is the index, but all I see as a translator is a blank page (no HTML content), so don't even have the option to logout and login as admin again.

Mazi

Mazi

2012-06-12 11:42

updater   ~19177

Sounds like a user right problem.

Denis, can you have a look?

DenisChenu

DenisChenu

2012-06-12 11:51

developer   ~19182

Tom made some modification already , Tom did you last modification change something?

If not : can you give me the rights of your user ?

I already try with a non-super admin user and it's OK (survey creation right: maybe it's this).

Denis

Mazi

Mazi

2012-06-12 12:01

updater   ~19186

It might be related to the "translator" user rights...

TMSWhite

TMSWhite

2012-06-12 12:54

reporter   ~19189

I see same problem when logged in as admin. The root problem may be missing .css files:

"NetworkError: 404 CHttpException - http://localhost/git/limesurvey_yii/scripts/jquery/css/jquery.multiselect.css" [^]
jquery...ect.css
"NetworkError: 404 CHttpException - http://localhost/git/limesurvey_yii/scripts/jquery/css/jquery.multiselect.filter.css" [^]

There is no directory /scripts/jquery/css/* in the Yii distribution on GitHub

DenisChenu

DenisChenu

2012-06-12 13:03

developer   ~19190

No ,

I don't have this css file too, and with removing the call of this css it's OK :).

Denis

DenisChenu

DenisChenu

2012-06-12 13:05

developer   ~19191

Your browser ?

TMSWhite

TMSWhite

2012-06-12 13:17

reporter   ~19193

Same problem in Chrome and Firefox 10, 11, 12, 13

DenisChenu

DenisChenu

2012-06-12 13:25

developer   ~19194

Last edited: 2012-06-12 13:26

I really can't reproduce ....

See: http://bugs.limesurvey.org/file_download.php?file_id=4678&type=bug

I remove multiselect css call from Yii if you wanr, but if you try with : did it work ?

Denis

TMSWhite

TMSWhite

2012-06-12 20:07

reporter   ~19225

Mazi and Denis-

Removing the jquery.multiselect.css doesn't help.

Could it be a path issue? My URL is http://localhost/git/limesurvey_yii/index.php, Denis' is http://x.x.x.x/index.php.

DenisChenu

DenisChenu

2012-06-13 10:06

developer   ~19234

Tom ,

I test too with a xxxx/Yii/index.php and same thing: it's OK.

Denis

Mazi

Mazi

2012-06-13 13:25

updater   ~19235

I don't think that this is related to a path issue but I also have no further idea on what might go wrong.

What happens if you move the whole code base and DB to another webserver? Can you reproduce the problem there as well?

DenisChenu

DenisChenu

2012-06-13 23:47

developer   ~19244

Tony put some fix in jqGrid css:
https://github.com/LimeSurvey/LimeSurvey/commit/49120255a0e838517b1872ba3675aef14b680cd7

Maybe ?

TMSWhite

TMSWhite

2012-06-22 22:05

reporter   ~19487

Still doesn't work. In case my database was corrupted, or there were path issues, I did a fresh clone of limemsurvey, checked out Yii, and did a fresh install (into http://localhost/ls2). Exactly the same behavior as before.

c_schmitz

c_schmitz

2012-06-22 23:22

administrator   ~19493

Thomas, is that on a server somewhere so I can have a look? If we can't reproduce it we can't fix it.

TMSWhite

TMSWhite

2012-06-22 23:40

reporter   ~19499

I've been doing all testing on my Windows machine.

I just installed on a Linux box, and of course, it works there.

Could this be a Windows-only issue?

c_schmitz

c_schmitz

2012-06-22 23:51

administrator   ~19504

I am on Windows and have no problems :-/.
Can you check in Firebug what the AJAX calls for the grid give back? (HTML tab)

TMSWhite

TMSWhite

2012-06-22 23:56

reporter   ~19507

FireBug shows these two JavaScript errors:

"NetworkError: 404 CHttpException - http://localhost/git/limesurvey_yii/scripts/jquery/css/jquery.multiselect.css" [^]
jquery...ect.css
"NetworkError: 404 CHttpException - http://localhost/git/limesurvey_yii/scripts/jquery/css/jquery.multiselect.filter.css" [^]

There is no directory /scripts/jquery/css/* in the Yii distribution on GitHub

However, when I added that directory and those files, it didn't fix the problem (neither did simply removing the include statements for those files)

c_schmitz

c_schmitz

2012-06-22 23:59

administrator   ~19509

Sorry, but that's not what I meant. The missing files are of no concern to this issue (need to be fixed though).

The grid itself does several ajax calls to load the contents. In firebug you should see if the calls are successfull and what's their resulting contents (usually some JSON)

TMSWhite

TMSWhite

2012-06-23 00:02

reporter   ~19510

I attached a screen-shot of the HTML generated by the AJAX call - is that what you mean?

c_schmitz

c_schmitz

2012-06-23 18:06

administrator   ~19525

Sorry, my description was bad. I attached a screenshot of what you should look for.

DenisChenu

DenisChenu

2012-06-23 18:15

developer   ~19526

Last edited: 2012-06-23 18:16

Yep, good idea, if you are connected, you can have a look at http://localhost/git/limesurvey_yii/index.php/admin/survey/getSurveys_json too

(link accorded too http://localhost/git/limesurvey_yii/)

ANd https://addons.mozilla.org/en-US/firefox/addon/jsonview/ is great to see json ;)

TMSWhite

TMSWhite

2012-06-24 02:42

reporter   ~19533

@c_schmitz - looks like a _tokens table issue again - http://pastebin.com/ZqL4j8av

TMSWhite

TMSWhite

2012-07-07 23:28

reporter   ~19678

@c_schmitz - the core problem may be the Yii logging function - see http://bugs.limesurvey.org/view.php?id=6259#c19676

Issue History

Date Modified Username Field Change
2012-06-01 18:33 TMSWhite New Issue
2012-06-01 18:33 TMSWhite File Added: nosurveylist.jpg
2012-06-04 15:07 DenisChenu Note Added: 19052
2012-06-04 15:56 Mazi Note Added: 19053
2012-06-04 16:20 TMSWhite Note Added: 19058
2012-06-04 16:32 Mazi Note Added: 19061
2012-06-04 16:48 TMSWhite Note Added: 19063
2012-06-04 16:55 Mazi Note Added: 19064
2012-06-04 16:55 Mazi File Added: listsurveys_ls2.png
2012-06-04 17:06 DenisChenu Note Added: 19065
2012-06-04 17:20 TMSWhite Note Added: 19066
2012-06-04 17:38 DenisChenu Assigned To => DenisChenu
2012-06-04 17:38 DenisChenu Status new => assigned
2012-06-04 17:44 DenisChenu Note Added: 19067
2012-06-04 17:45 DenisChenu Note Edited: 19067
2012-06-04 17:45 DenisChenu Assigned To DenisChenu =>
2012-06-04 17:50 DenisChenu Note Added: 19068
2012-06-12 05:32 TMSWhite Note Added: 19173
2012-06-12 11:41 Mazi Assigned To => DenisChenu
2012-06-12 11:42 Mazi Note Added: 19177
2012-06-12 11:51 DenisChenu Note Added: 19182
2012-06-12 12:01 Mazi Note Added: 19186
2012-06-12 12:54 TMSWhite Note Added: 19189
2012-06-12 13:03 DenisChenu Note Added: 19190
2012-06-12 13:05 DenisChenu Note Added: 19191
2012-06-12 13:17 TMSWhite Note Added: 19193
2012-06-12 13:25 DenisChenu Note Added: 19194
2012-06-12 13:25 DenisChenu File Added: Capture du 2012-06-12 13:23:16.png
2012-06-12 13:26 DenisChenu Note Edited: 19194
2012-06-12 13:27 DenisChenu Assigned To DenisChenu => TMSWhite
2012-06-12 20:07 TMSWhite Note Added: 19225
2012-06-12 20:07 TMSWhite Assigned To TMSWhite =>
2012-06-12 20:08 TMSWhite Assigned To => TMSWhite
2012-06-12 20:08 TMSWhite Status assigned => feedback
2012-06-12 20:08 TMSWhite Assigned To TMSWhite =>
2012-06-13 10:06 DenisChenu Note Added: 19234
2012-06-13 13:25 Mazi Note Added: 19235
2012-06-13 23:47 DenisChenu Note Added: 19244
2012-06-22 22:05 TMSWhite Note Added: 19487
2012-06-22 22:05 TMSWhite Status feedback => new
2012-06-22 23:22 c_schmitz Note Added: 19493
2012-06-22 23:22 c_schmitz Assigned To => c_schmitz
2012-06-22 23:22 c_schmitz Status new => assigned
2012-06-22 23:40 TMSWhite Note Added: 19499
2012-06-22 23:51 c_schmitz Note Added: 19504
2012-06-22 23:56 TMSWhite Note Added: 19507
2012-06-22 23:59 c_schmitz Note Added: 19509
2012-06-23 00:01 TMSWhite File Added: ls2-list-surveys-error.jpg
2012-06-23 00:02 TMSWhite Note Added: 19510
2012-06-23 18:05 c_schmitz File Added: Clip1.png
2012-06-23 18:06 c_schmitz Note Added: 19525
2012-06-23 18:06 c_schmitz Status assigned => feedback
2012-06-23 18:15 DenisChenu Note Added: 19526
2012-06-23 18:16 DenisChenu Note Edited: 19526
2012-06-24 02:42 TMSWhite Note Added: 19533
2012-06-24 02:42 TMSWhite Status feedback => assigned
2012-07-06 10:03 c_schmitz Relationship added duplicate of 06263
2012-07-06 10:03 c_schmitz Status assigned => closed
2012-07-06 10:03 c_schmitz Resolution open => duplicate
2012-07-07 23:13 TMSWhite Status closed => feedback
2012-07-07 23:13 TMSWhite Resolution duplicate => reopened
2012-07-07 23:14 TMSWhite Relationship added related to 06259
2012-07-07 23:28 TMSWhite Note Added: 19678
2012-07-07 23:28 TMSWhite Status feedback => assigned
2012-07-18 13:47 c_schmitz Status assigned => closed
2012-07-18 13:47 c_schmitz Resolution reopened => duplicate
2019-11-01 17:25 c_schmitz Category Survey design => Survey editing