View Issue Details

This bug affects 1 person(s).
 0
IDProjectCategoryView StatusLast Update
19434Bug reportsOtherpublic2024-02-19 14:23
Reporterbismark Assigned To 
PrioritynoneSeveritycrash 
Status newResolutionopen 
Product Version6.4.x 
Summary19434: createFieldMap when param questionid = true column not found
Description

https://github.com/LimeSurvey/LimeSurvey/blob/master/application/helpers/common_helper.php#L1456

$aquery .= " and questions.qid={$questionid} ";

change to

$aquery .= " and q.qid={$questionid} ";

Steps To Reproduce

Steps to reproduce

(Replace this text with detailed step-by-step instructions on how to reproduce the issue)

Expected result

(Write here what you expected to happen)

Actual result

(Write here what happened instead)

TagsNo tags attached.
Bug heat0
Complete LimeSurvey version number (& build)5.6.36
I will donate to the project if issue is resolvedNo
Browser
Database type & versionMySQL
Server OS (if known)
Webserver software & version (if known)
PHP Version8.0

Users monitoring this issue

There are no users monitoring this issue.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-02-19 14:23 bismark New Issue