You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
results in no other pages being crawled apart from the main page. None of the pages contain no-folloe or no save. Deactivated all plugins to check if third party plugin causes this problem ==> no other plugin is the cause.
The logs show this for example: [2024-11-26 09:03:45] [class-ss-fetch-urls-task.php:79] Excludable found: URL: https://[CUT]sitemap.xml
At the moment I patched it by setting save_file and follow_urls to true. Didn't have the time to investigate further.
The text was updated successfully, but these errors were encountered:
linuxlurak
changed the title
Excludables functionality leads to not extraxcting anything but main page
Excludables functionality causes nothing to be extracted except the main page.
Nov 26, 2024
Hi @linuxlurak, could you save the main page HTML and add the code here or upload it as a file, so I can run the code through it and see what could go wrong?
Hi @ibenic, There's too much personal information on the site for me to share. And editing is time-consuming and may not be useful for your analysis, I guess. Any other way to help with the investigation?
Hi
This part of the code of src/tasks/class-ss-fetch-urls-task.php
simply-static/src/tasks/class-ss-fetch-urls-task.php
Line 75 in 2cf5a9d
results in no other pages being crawled apart from the main page. None of the pages contain no-folloe or no save. Deactivated all plugins to check if third party plugin causes this problem ==> no other plugin is the cause.
The logs show this for example:
[2024-11-26 09:03:45] [class-ss-fetch-urls-task.php:79] Excludable found: URL: https://[CUT]sitemap.xml
At the moment I patched it by setting save_file and follow_urls to true. Didn't have the time to investigate further.
The text was updated successfully, but these errors were encountered: