Question

My limesurvey Server is doing strange things. After I uploaded a few pictures and deleted some the resource manger doesn't open any more. Instead Google chrome downloads an php file which contains the following. Anybody had the same problem or knows another stack where this question is more suitable?

<?php

  /** This file is part of KCFinder project
  *
  *      @desc Browser calling script
  *   @package KCFinder
  *   @version 2.51
  *    @author Pavel Tzonkov <pavelc@users.sourceforge.net>
  * @copyright 2010, 2011 KCFinder Project
  *   @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
  *   @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
  *      @link http://kcfinder.sunhater.com
  */

require "core/autoload.php";
$browser = new browser();
$browser->action();
?>

The bigger problem is that I'm only the admin user of the platform without physical access to the installation.

Was it helpful?

Solution

This is not a issue of LimeSurvey itself. I'd guess someone changed your server settings or placed a new .htaccess file which is causing this particular file to download instead of being executed.

You should contact your server administration and ask if they did any recent changes.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top