View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
07716Bug reportsOtherpublic2013-04-01 16:31
Reporteraukevann Assigned Toc_schmitz  
PrioritynormalSeveritypartial_block 
Status closedResolutionfixed 
Product Version2.00+ 
Fixed in Version2.05 RC 
Summary07716: Data integrity check fails with error 500
Description

Selecting the admin database integrity check causes a screen with error 500.

This can be easily solved by adding:
ini_set("memory_limit","156M");

To the beginning of the file:
C:\inetpub\wwwroot\limesurvey\framework\db\CDbCommand.php

This solution is posted on the forum in this link:
http://www.limesurvey.org/en/forum/installation-a-update-issues/89727-error-500-on-database-integrity-check-after-upgrade-from-192-to-200#90649

Can this please be added to the source so we don't need to make this adjustment every build?

Additional Information

Sorry, can't find the limesurvey build number in de admin screen anymore, this is not the latest build but one released in february

TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)130305
I will donate to the project if issue is resolvedNo
BrowserGoogle chrome and Firefox
Database type & versionMySQL 3.5.2
Server OS (if known)Linux 3.2.18
Webserver software & version (if known)Apache 2.0
PHP Version5.3.11

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2013-04-01 16:00

administrator   ~24886

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

c_schmitz

c_schmitz

2013-04-01 16:31

administrator   ~24887

This in in general considered by the team as a server setting. An application should not be responsible for the memory setting on its own scripts. Starting in 2.05 there will be check for minimum requirement of 64 MB in the installation.

Related Changesets

LimeSurvey: 2.05 6bb516bf

2013-04-01 14:00:01

c_schmitz

Details Diff
Fixed issue 07716: Added memory check for minimum 64MB to installer Affected Issues
07716
mod - application/controllers/InstallerController.php Diff File
mod - application/controllers/admin/checkintegrity.php Diff File
mod - application/views/installer/precheck_view.php Diff File

Issue History

Date Modified Username Field Change
2013-03-30 11:53 aukevann New Issue
2013-04-01 16:00 c_schmitz Changeset attached => LimeSurvey 2.05 6bb516bf
2013-04-01 16:00 c_schmitz Note Added: 24886
2013-04-01 16:00 c_schmitz Assigned To => c_schmitz
2013-04-01 16:00 c_schmitz Resolution open => fixed
2013-04-01 16:31 c_schmitz Note Added: 24887
2013-04-01 16:31 c_schmitz Status new => closed
2013-04-01 16:31 c_schmitz Fixed in Version => 2.05 RC