If the site has Rename Admin Paths set (https://www.drupal.org/project/rename_admin_paths) then Lumturio will fail due to the URL scheme that the service is looking for.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | Screen Shot 2016-01-05 at 13.52.56.png | 55.41 KB | sam hermans |
Comments
Comment #2
laughnanExample would be changing /admin to /management. Since the URL /admin/reports/system_status/ redirects to /management/reports/system_status/ it will fail to get the necessary data and 404.
Comment #3
sam hermans commentedHmm, solving this in the module will create a mess.
I will implement this on the server side and allow to specify the 'path to the report' as an advanced site setting as this will be useful for other non Drupal sites in the future.
Comment #4
sam hermans commentedHello @laughnan,
You should now be able to set a crawl path per website:
Can you confirm that this resolves the issue ?
Comment #5
laughnanTesting now @Sam Hermans.
Comment #6
laughnanUpdated the portal and I'm still seeing an error code of 0 on the site. I've sent you a more specific details in email.
Comment #7
sam hermans commented