- Posts: 6
- Thank you received: 3
Ask the community, share ideas, and connect with other LimeSurvey users!
Are you logged in as a superadmin? I don't understand the issue, but if the SVG file is important, it might be the XSS protection (blocks SVG cause Javascript can be embedded).Mindflow wrote: but no luck, same problem as before (Both Firefox and Chrome).
I am testing on XAMPP:But if i remind : no real difference between our server @tparner
tpartner wrote: - Database: mysqlnd 5.0.12
<?php $link = mysqli_connect("localhost", "my_user", "my_password"); /* check connection */ if (mysqli_connect_errno()) { printf("Connect failed: %s\n", mysqli_connect_error()); exit(); } /* print server version */ printf("Server version: %s\n", mysqli_get_server_info($link)); /* close connection */ mysqli_close($link); ?>