elementor / elementor/wp2static

404 Error while Crawling Images

Open
#875 2 comments 1 reaction 0 assignees View on GitHub
bug
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 :
![Logs](https://user-images.githubusercontent.com/33785683/182012989-fb07411f-beb2-495d-baf5-c384faf5ee48.PNG)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.