View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
11540Bug reportsSurvey editingpublic2016-08-12 14:43
Reportermmartinwechu Assigned Toc_schmitz  
PrioritynoneSeverityminor 
Status closedResolutionfixed 
Product Version2.50.x 
Fixed in Version2.50.x 
Summary11540: Smiley URL is incorrect
Description

The File

application/views/admin/htmleditor/pop_editor_view.php

Shows the smiley_path on line 54 as

smiley_path: "<?php echo Yii::app()->getConfig('rooturl') . '/upload/images/smiley/msn/'; ?>",
LimeReplacementFieldsPath : "<?php echo $this->createUrl("/admin/limereplacementfields/sa/index"); ?>",
language : "<?php echo $ckLanguage ?>"

the smiley images are not located in /upload/images/smiley/msn/ anymore

Steps To Reproduce

Edit an answer and choose a smiley
Save the edit
The answer will show:
<img alt="mail" height="14" src="/upload/images/smiley/msn/envelope.png" title="mail" width="24" />

The path to the .png will result in a 403 when rendered

Additional Information

I believe the path should be /third_party/ckeditor/plugins/smiley/images/

TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)160810
I will donate to the project if issue is resolvedNo
Browser
Database type & versionMariadb 10.1
Server OS (if known)CentOS 7
Webserver software & version (if known)Apache 2.4
PHP Version5.6.23

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2016-08-12 09:16

administrator   ~40253

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

c_schmitz

c_schmitz

2016-08-12 14:43

administrator   ~40267

Thank you for your help in finding and fixing this issue!

Version 2.50 Build 160812 was now released.

Related Changesets

LimeSurvey: master 8baf7b44

2016-08-12 07:16:22

c_schmitz

Details Diff
Fixed issue 11540: Smiley path not correct when using popup HTML editor Affected Issues
11540
mod - application/views/admin/htmleditor/pop_editor_view.php Diff File

Issue History

Date Modified Username Field Change
2016-08-11 14:58 mmartinwechu New Issue
2016-08-12 09:16 c_schmitz Status new => resolved
2016-08-12 09:16 c_schmitz Fixed in Version => 2.5
2016-08-12 09:16 c_schmitz Resolution open => fixed
2016-08-12 09:16 c_schmitz Assigned To => c_schmitz
2016-08-12 09:16 c_schmitz Changeset attached => LimeSurvey master 8baf7b44
2016-08-12 09:16 c_schmitz Note Added: 40253
2016-08-12 14:43 c_schmitz Note Added: 40267
2016-08-12 14:43 c_schmitz Status resolved => closed
2019-11-01 17:25 c_schmitz Category Survey design => Survey editing