View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
12668Bug reportsTheme editorpublic2019-01-18 16:59
Reportertuxmaster Assigned ToLouisGac 
PrioritynoneSeveritypartial_block 
Status closedResolutionunable to reproduce 
Product Version2.67.x 
Summary12668: Exported theme can't imported because of an error, that the theme already exists.
Description

An exported theme can't imported, because the name in the xml file is Default. (I think this will be the problem)
And so in import fails with the error, that the theme already exist.

Steps To Reproduce
  1. copy the default theme as foo
  2. select theme foo
  3. export theme foo
  4. try to import the foo.zip file on another instance.
Additional Information

The config.xml file inside the zip archive, contains Default as name instant foo. (I think this will be the problem)

TagsNo tags attached.
Attached Files
Bug heat4
Complete LimeSurvey version number (& build)2.67.3+170728
I will donate to the project if issue is resolvedNo
Browser
Database type & versionMariDB 10.2.8
Server OS (if known)CentOS 7.3
Webserver software & version (if known)Apache 2.4
PHP Version7.1

Users monitoring this issue

There are no users monitoring this issue.

Activities

tuxmaster

tuxmaster

2017-09-27 08:09

reporter   ~44481

Output of debug level 2.

bug2.pdf (116,489 bytes)
tuxmaster

tuxmaster

2017-09-27 08:51

reporter   ~44482

After testing some php option, the problem was, that LimeSurvey don't check the php permission.
It will need:
php_flag[file_uploads] = on
and
/tmp must be an part of php_value[open_basedir]
I think there must be something like the system status page on piwik or nexcloud, where all needed php settings are checked.

LouisGac

LouisGac

2018-05-23 11:40

developer   ~47753

does it still happen in LS3?

Issue History

Date Modified Username Field Change
2017-09-13 13:03 tuxmaster New Issue
2017-09-27 08:09 tuxmaster File Added: bug2.pdf
2017-09-27 08:09 tuxmaster Note Added: 44481
2017-09-27 08:51 tuxmaster Note Added: 44482
2018-05-23 11:40 LouisGac Assigned To => LouisGac
2018-05-23 11:40 LouisGac Status new => feedback
2018-05-23 11:40 LouisGac Note Added: 47753
2019-01-18 16:59 LouisGac Status feedback => closed
2019-01-18 16:59 LouisGac Resolution open => unable to reproduce