View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
06071Bug reportsInstallationpublic2012-05-10 12:22
Reporteruser19750Assigned Toc_schmitz  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version1.92+ 
Fixed in Version1.92+ 
Summary06071: Notice: Undefined index: value in LimeExpressionManager.php on line 6466
Description

Getting error on every page load. Have 1.92+ 120501. Hit refresh and the error goes away. Fills page up with error about 100 times.

Steps To Reproduce

After login, click on any survey and error precedes any HTML in source.

Additional Information

Hosted on Windows Server 2008 R2 running IIS with latest SP and windows updates. Using PHP Version 5.3.10, and DB is on SQL 2005 backend server with latest SP and updates as well.

TagsNo tags attached.
Bug heat4
Complete LimeSurvey version number (& build)120501
I will donate to the project if issue is resolvedNo
BrowserFF 12
Database type & versionMSSQL 2005
Server OS (if known)Windows 2008 R2
Webserver software & version (if known)IIS 7.5
PHP VersionPHP Version 5.3.10

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2012-05-08 09:20

administrator   ~18621

Which db driver are you using in config.php?

user19750

2012-05-08 15:46

  ~18627

It should be MSSQL, here's config.php:

$databasetype = 'odbc_mssql'; // ADOdb database driver - valid values are mysql, odbc_mssql or postgres
$databaselocation = 'SQL2005'; // Network location of your Database - for odbc_mssql use the mssql servername, not localhost or IP
$databasename = 'LIMESURVEY'; // The name of the database that we will create
$databaseuser = 'wwwroot'; // The name of a user with rights to create db (or if db already exists, then rights within that db)
$databasepass = 'password'; // Password of db user
$dbprefix = 'limesds'; // A global prefix that can be added to all LimeSurvey tables. Use this if you are sharing
// a database with other applications. Suggested prefix is 'lime
'

// File Locations
$rooturl = "http://{$_SERVER['HTTP_HOST']}/survey"; //The root web url for your limesurvey installation (without a trailing slash). The double quotes (") are important.

//$rootdir = dirname(FILE); // This is the physical disk location for your limesurvey installation. Normally you don't have to touch this setting.
// If you use IIS then you MUST enter the complete rootdir e.g. : $rootDir='C:\Inetpub\wwwroot\limesurvey'!
// Some IIS installations also require to use forward slashes instead of backslashes, e.g. $rootDir='C:/Inetpub/wwwroot/limesurvey'!
// If you use OS/2 this must be the complete rootdir with FORWARD slashes e.g.: $rootDir='c:/limesurvey';!
$rootDir = 'C:\Inetpub\www\survey';

// Site Setup
$sitename = 'Sirona Dental Systems Survey'; // The official name of the site (appears in the Window title)

$defaultuser = 'admin'; // This is the default username when LimeSurvey is installed
$defaultpass = 'password'; // This is the default password for the default user when LimeSurvey is installed

// Email Settings

$siteadminemail = 'claw@s.com'; // The default email address of the site administrator
$siteadminbounce = 'alerts@s.com'; // The default email address used for error notification of sent messages for the site administrator (Return-Path)
$siteadminname = 'Christopher Law'; // The name of the site administrator

// Language Fix
// http://www.limesurvey.org/en/support/forums/1-installation-a-update-issues/33305-cannot-change-default-language-from-qenglishq?start=10

$translationmode = 1;

c_schmitz

c_schmitz

2012-05-08 21:12

administrator   ~18632

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

c_schmitz

c_schmitz

2012-05-08 21:12

administrator   ~18633

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

user19750

2012-05-08 21:15

  ~18634

thanks for jumping on this!

c_schmitz

c_schmitz

2012-05-08 21:31

administrator   ~18635

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

Related Changesets

LimeSurvey: master a30211cf

2012-05-08 12:11:32

c_schmitz

Details Diff
Fixed issue 06071: Notices if using mssql and changing/importing survey Affected Issues
06071
mod - classes/expressions/LimeExpressionManager.php Diff File

LimeSurvey: Yii de19caaf

2012-05-08 12:12:10

c_schmitz

Details Diff
Fixed issue 06071: Notices if using mssql and changing/importing survey Affected Issues
06071
mod - application/helpers/expressions/em_manager_helper.php Diff File

LimeSurvey: Yii 31ce4c0f

2012-05-08 12:31:45

c_schmitz

Details Diff
Fixed issue 06071: Notices if using mssql and changing/importing survey Affected Issues
06071
mod - application/helpers/expressions/em_manager_helper.php Diff File

Issue History

Date Modified Username Field Change
2012-05-08 00:25 user19750 New Issue
2012-05-08 09:20 c_schmitz Note Added: 18621
2012-05-08 09:20 c_schmitz Assigned To => c_schmitz
2012-05-08 09:20 c_schmitz Status new => feedback
2012-05-08 15:46 user19750 Note Added: 18627
2012-05-08 15:46 user19750 Status feedback => assigned
2012-05-08 21:12 c_schmitz Changeset attached => LimeSurvey master a30211cf
2012-05-08 21:12 c_schmitz Note Added: 18632
2012-05-08 21:12 c_schmitz Resolution open => fixed
2012-05-08 21:12 c_schmitz Changeset attached => LimeSurvey Yii de19caaf
2012-05-08 21:12 c_schmitz Note Added: 18633
2012-05-08 21:12 c_schmitz Status assigned => resolved
2012-05-08 21:12 c_schmitz Fixed in Version => 1.92+
2012-05-08 21:15 user19750 Note Added: 18634
2012-05-08 21:31 c_schmitz Changeset attached => LimeSurvey Yii 31ce4c0f
2012-05-08 21:31 c_schmitz Note Added: 18635
2012-05-10 12:22 c_schmitz Status resolved => closed