elementor / elementor/wp2static
404 Error while Crawling Images
- Dominant language
- PHP
- Stars
- 1.5k
- Forks
- 294
- PR merge metrics
- No merged PRs in 30d
Description
Issue :
While generating static site, in crawling, images are getting 404 error for favicon and uploaded images.
Initial Finding :
- Plugin is searching for wrong URL and resulting in 404 error.
- For windows OS backslash should replace with frontslash in Favicon and Uploaded images path.
e.g :
404 for URL /wp-content/uploads\2022\07\bg1.jpg
In above example, "/wp-content/uploads" is default upload folder path and "\2022\07\bg1.jpg" is image path.
In Image path \ should be replaced with / like its In "C:\Bitnami\wordpress-6.0-0\apps\wordpress\htdocs\wp-content\plugins\wp2static\src\" , DetectWPIncludesAssets.php is replacing \ with / for Assets url for windows.
System and Setup Details :
- Windows 10
- Bitnami - 6.0
- WordPress 6.0.0
- Php - 8.0.20
Theme Details :
- Default Theme
- Astra Theme
- Twenty Twenty Theme
Error Screenshot :

Contributor guide
Assessment
This issue has not been assessed yet.