- Posts: 8
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
<button type="submit" id="movenextbtn" value="movenext" name="movenext" accesskey="n" class="submit imgbtn" style="background-image: url({TEMPLATEURL}images/continuebtn.png">continue</button>
<button type="submit" id="movenextbtn" value="movenext" name="movenext" accesskey="n" class="submit imgbtn2">continue</button>
.imgbtn2 { background-image:url(../images/continuebtn.png); }
404 Not found.
Unable to resolve the request "tmp/assets/images/continuebtn.png".
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
myself wrote: Corrected :
Can be fixed with debug=>1
See : github.com/LimeSurvey/LimeSurvey/blob/ma...ents_helper.php#L175
'config'=>array( 'debug'=>1, 'debugsql'=>0, // Set this to 1 to enanble sql logging, only active when debug = 2 'assetManager' => array( 'baseUrl' => 'templates/tsr/', 'basePath'=> dirname(dirname(dirname(__FILE__))).DIRECTORY_SEPARATOR.'templates'.DIRECTORY_SEPARATOR.'tsr' ), )