Please help us help you and fill where relevant: Your LimeSurvey version:5.35 Own server or LimeSurvey hosting: Survey theme/template:
==================
When I created a new controller file in the directory, I encountered a 404 error accessing it through routing.
Code such as:
<?php
class Hjj extends Survey_Common_Action{
protected function _init()
{
parent::_init();
}
public function actionIndex()
{
echo "Helloworld";
}
}
Url such as:
https://localhost/index.php/admin/Hjj
Later, I directly copied the existing normal controller, but changed the name and also encountered a 404 error.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.