View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
07275Bug reportsComfortUpdatepublic2013-02-13 22:11
ReporterAdrax Assigned Toc_schmitz  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version2.00+ 
Fixed in Version2.00+ 
Summary07275: "Check now" update button won't work
Description

The "Check now" button in the admin page for checking updates via ComfortUpdate won't work.

Steps To Reproduce

Access the admin pages and click the button: page is reloaded but no info is updated.

Additional Information

URL rewriting is disabled.

Requested route is: index.php?r=admin/globalsettings/updatecheck
If I change it manually to: index.php?r=admin/globalsettings/sa/updatecheck IT WORKS, so it must be another routing bug.

TagsNo tags attached.
Bug heat4
Complete LimeSurvey version number (& build)130129
I will donate to the project if issue is resolvedNo
Browser
Database type & versionMySQL 5
Server OS (if known)CentOS 6
Webserver software & version (if known)Cherokee
PHP Version5.4

Relationships

related to 07269 closedc_schmitz Internal Server Error: Method dataentry::index() does not exist 
related to 07270 closedc_schmitz Attached files won't download in Response details 

Users monitoring this issue

There are no users monitoring this issue.

Activities

Adrax

Adrax

2013-02-07 10:07

reporter   ~23954

These other bugs possibly have the same basis (the mispelled URLs in non-apache environments with no URL rewriting): 07269, 07270.

c_schmitz

c_schmitz

2013-02-07 11:04

administrator   ~23972

Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=11569

Adrax

Adrax

2013-02-07 13:10

reporter   ~23983

Thank you. It works now, but after checking it redirects to /admin/globalsettings instead of /index.php?r=admin/globalsettings, even with "'showScriptName'=>true" configured.

c_schmitz

c_schmitz

2013-02-07 22:45

administrator   ~24006

Fix committed to 2.1 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=11597

Adrax

Adrax

2013-02-08 09:11

reporter   ~24009

Simple fix for the redirect issue:

File application/controllers/admin/globalsettings.php
-59: $this->getController()->redirect('admin/globalsettings');
+59: $this->getController()->redirect(array('admin/globalsettings'));

c_schmitz

c_schmitz

2013-02-13 22:11

administrator   ~24062

New build 130213 released.

Related Changesets

LimeSurvey: master 42e7dd1b

2013-02-07 10:04:02

c_schmitz

Details Diff
Fixed issue 07275: "Check now" button doesn't work Affected Issues
07275
mod - application/views/admin/globalSettings_view.php Diff File

LimeSurvey: 2.1 cfd0e916

2013-02-07 10:04:02

c_schmitz

Details Diff
Fixed issue 07275: "Check now" button doesn't work Affected Issues
07275
mod - application/views/admin/globalSettings_view.php Diff File

Issue History

Date Modified Username Field Change
2013-02-07 10:04 Adrax New Issue
2013-02-07 10:04 Adrax Status new => assigned
2013-02-07 10:04 Adrax Assigned To => c_schmitz
2013-02-07 10:07 Adrax Note Added: 23954
2013-02-07 10:50 mdekker Relationship added related to 07269
2013-02-07 10:50 mdekker Relationship added related to 07270
2013-02-07 11:04 c_schmitz Status assigned => resolved
2013-02-07 11:04 c_schmitz Fixed in Version => 2.00+
2013-02-07 11:04 c_schmitz Resolution open => fixed
2013-02-07 11:04 c_schmitz Changeset attached => LimeSurvey master 42e7dd1b
2013-02-07 11:04 c_schmitz Note Added: 23972
2013-02-07 13:10 Adrax Note Added: 23983
2013-02-07 22:45 c_schmitz Changeset attached => LimeSurvey 2.1 cfd0e916
2013-02-07 22:45 c_schmitz Note Added: 24006
2013-02-08 09:11 Adrax Note Added: 24009
2013-02-13 22:11 c_schmitz Note Added: 24062
2013-02-13 22:11 c_schmitz Status resolved => closed