File could not found

File could not found

uhauhuhauh Posts: 1Questions: 1Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown: QResource '/Resource/media/images/sort_both.png' not found or is empty
QResource '/Resource/media/images/sort_asc.png' not found or is empty
Description of problem: I embed DataTables in the qt, and I encount the weird problem that the console showed it could not found two png file sort_both.png, sort_asc.png. But There are exactly two file in that directory. How can I solve the problem?
file directory
Resource/media/images/sort_asc.png
Resource/media/images/sort_both.png

Answers

  • allanallan Posts: 63,161Questions: 1Answers: 10,406 Site admin

    What is qt in this context? And what is a QResource? Are we talking about QT the C++ cross platform library?

    It sounds like the path that the browser is looking for is different from the web-root for the http server. I’d suggest checking your server’s error logs.

    Allan

This discussion has been closed.