bruno65 Posted June 25, 2025 Posted June 25, 2025 Hi, in the log files i always got this : hyper_server.dll: 000041C8: 10:05:34 [HandleFileRequest]:File not found: P:\WWWROOT\files\Searching.js hyper_server.dll: 00000CC8: 10:05:34 [HandleFileRequest]:File not found: P:\WWWROOT\files\PagingToolbarResizer.js hyper_server.dll: 0000441C: 10:05:34 [HandleFileRequest]:File not found: P:\WWWROOT\files\ProgressBarPager.js How can i solve this issue ?
unikart Posted June 26, 2025 Posted June 26, 2025 Hi Bruno, It looks like those JavaScript files are missing from your \files folder. You can check if Searching.js, PagingToolbarResizer.js, and They ProgressBarPager.js are actually in the P:\WWWROOT\files\ directory. If they’re not there, maybe some component or code in your project is trying to load them. You can also check the CustomFiles property in ServerModule to see if they’re being referenced there. Hope that helps!
bruno65 Posted June 26, 2025 Author Posted June 26, 2025 those files don't exist anywhere (in any disk). No references in the source code and CustomFiles property in ServerModule is empty.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now