Not found File Error Handler after moving to another host server (v2023)

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
rembo
User
Posts: 227

Not found File Error Handler after moving to another host server (v2023)

Post by rembo »

Hello ..
I got this error after i move an 2023 project to another host server :

[2024-03-14T10:07:46.610075+00:00] log.DEBUG: 404 Not Found Type: Slim\Exception\HttpNotFoundException Code: 404 Message: Route 'undefinedcss/cropper.min.css' not found. File: /www/wwwroot/site/status/src/routes.php Line: 336 Trace: #0 : To display error details in HTTP response set "displayErrorDetails" to true in the ErrorHandler constructor. [] []
[2024-03-14T10:07:46.652309+00:00] log.DEBUG: 404 Not Found Type: Slim\Exception\HttpNotFoundException Code: 404 Message: Route 'undefinedcss/jquery.fileupload.css' not found. : To display error details in HTTP response set "displayErrorDetails" to true in the ErrorHandler constructor. [] []
[2024-03-14T10:07:46.692002+00:00] log.DEBUG: 404 Not Found Type: Slim\Exception\HttpNotFoundException Code: 404 Message: Route 'undefinedcss/jquery.fileupload-ui.css': To display error details in HTTP response set "displayErrorDetails" to true in the ErrorHandler constructor. [] []

any idea , Thanx .


arbei
User
Posts: 9384

Post by arbei »

Make sure you have set up URL Rewrite on your new server, especially if the new server does not use the same web server as the old one.


Post Reply