H5K Posted December 27, 2023 Posted December 27, 2023 Our sitemap is missing quite a few links. We're trying to switch it back to "use recommended settings" to see if that fixes it but it's saying the URL is invalid, even though I have verified that the file exists and has 0644 permissions. We're on the latest version of IPS too.
Jim M Posted December 27, 2023 Posted December 27, 2023 Your community has quite a few issues going on right now. It has an invalid SSL certificate. The URL you included there has www, whereas your community does not use www. Looks like you're using a CDN on your community and it is not allowing things to load for me due to a CORs policy you're setting. Items 1 and 2 may really be causing the issue here as the software isn't detecting the right/valid URL or may not entirely be able to get to it.
H5K Posted December 27, 2023 Author Posted December 27, 2023 1 hour ago, Jim M said: Your community has quite a few issues going on right now. It has an invalid SSL certificate. The URL you included there has www, whereas your community does not use www. Looks like you're using a CDN on your community and it is not allowing things to load for me due to a CORs policy you're setting. Items 1 and 2 may really be causing the issue here as the software isn't detecting the right/valid URL or may not entirely be able to get to it. Thanks for looking into it: 1. This was occurring because I was changing some settings to troubleshoot. I changed them back. 2. I tried both with and without Unfortunately even without the SSL errors I get the same error with/without www.
Jim M Posted December 27, 2023 Posted December 27, 2023 Is the sitemap.php file present in your root directory?
H5K Posted December 27, 2023 Author Posted December 27, 2023 (edited) 20 minutes ago, Jim M said: Is the sitemap.php file present in your root directory? Yes, it is. https://dekaron-rising.com/sitemap.php That said, I found something interesting in the error logs. sitemap.php works sitemap.php?testsettings=1 does not Edit: Now neither seem to be working. This is the content of sitemap.php <?php /** * @brief Public sitemap gateway file * @author <a href='https://www.invisioncommunity.com'>Invision Power Services, Inc.</a> * @copyright (c) Invision Power Services, Inc. * @license https://www.invisioncommunity.com/legal/standards/ * @package Invision Community * @since 18 Feb 2013 */ /** * Path to your IP.Board directory with a trailing / * Leave blank if you have not moved sitemap.php */ \define('REPORT_EXCEPTIONS', TRUE); $_SERVER['SCRIPT_FILENAME'] = __FILE__; $path = ''; $_GET['app'] = 'core'; $_GET['module'] = 'sitemap'; $_GET['controller'] = 'sitemap'; require_once $path . 'init.php'; if ( \IPS\Request::i()->testsettings ) { exit; } \IPS\Dispatcher\External::i()->run(); Edited December 27, 2023 by H5K
Jim M Posted December 27, 2023 Posted December 27, 2023 I am getting error too many redirects from your server, you will want to check your server configuration and remove any custom redirects or rewrites.
H5K Posted December 27, 2023 Author Posted December 27, 2023 (edited) 6 minutes ago, Jim M said: I am getting error too many redirects from your server, you will want to check your server configuration and remove any custom redirects or rewrites. sorry, fixed that sitemap.php is loading now however sitemap.php?testsettings=1 is not Things I've tried: Switching from LiteSpeed back to Apache Renaming the ".htaccess" in the root directory Support -> Something isn't working correctly Disabling CSF/LFD Edited December 27, 2023 by H5K
H5K Posted December 28, 2023 Author Posted December 28, 2023 Just tried uploading all original files again -- unfortunately the issue persists.
Jim M Posted December 28, 2023 Posted December 28, 2023 13 hours ago, H5K said: Switching from LiteSpeed back to Apache Please note that LiteSpeed is not supported by our software. 13 hours ago, H5K said: however sitemap.php?testsettings=1 is not I would not use that query string as a test as it is something we use on the page and will correctly be empty with that value. Everything seems fine from an access point of view. Please note that you are also using CloudFlare with DDoS protection on so that may be stopping your server from seeing the page exists.
H5K Posted December 28, 2023 Author Posted December 28, 2023 3 hours ago, Jim M said: Please note that LiteSpeed is not supported by our software. I would not use that query string as a test as it is something we use on the page and will correctly be empty with that value. Everything seems fine from an access point of view. Please note that you are also using CloudFlare with DDoS protection on so that may be stopping your server from seeing the page exists. I tried again (now after re-uploading all files) completely disabling Cloudflare and switching back to Apache instead of Litespeed and the issue is persisting. I've also checked the System Error Logs and Error Logs and I'm not seeing anything that seems to be related. I am not sure what else to try. Is there a way to escalate this? I don't mind sharing my community login info or FTP info.
Jim M Posted December 28, 2023 Posted December 28, 2023 We would need to look further into this for you, however the access details on file appear to be incorrect or missing. Could you please update these details by visiting your client area, selecting the relevant purchase, then clicking "Review/Update Access Information" under the "Stored Access Information" section. We look forward to further assisting you.
Jim M Posted December 28, 2023 Posted December 28, 2023 Please ensure that CloudFlare protection stays off for our investigation.
H5K Posted December 28, 2023 Author Posted December 28, 2023 (edited) 19 minutes ago, Jim M said: We would need to look further into this for you, however the access details on file appear to be incorrect or missing. Could you please update these details by visiting your client area, selecting the relevant purchase, then clicking "Review/Update Access Information" under the "Stored Access Information" section. We look forward to further assisting you. 12 minutes ago, Jim M said: Please ensure that CloudFlare protection stays off for our investigation. Done. It is the site in my client area with "-" in the domain name. Thank you very much. Edit: Erm.. it doesn't seem to be erroring anymore, but the sitemap seems to be incomplete. Our pages (especially download page) should appear in the site map but do not seem to be. Could just take a quick look at it? Thanks. Edited December 28, 2023 by H5K
Marc Posted December 29, 2023 Posted December 29, 2023 On 12/28/2023 at 5:34 PM, H5K said: Edit: Erm.. it doesn't seem to be erroring anymore, but the sitemap seems to be incomplete. Our pages (especially download page) should appear in the site map but do not seem to be. Could just take a quick look at it? Thanks. If its only just started to work, its very likely your sitemap hasnt fully built up as of yet
H5K Posted December 29, 2023 Author Posted December 29, 2023 5 hours ago, Marc Stridgen said: If its only just started to work, its very likely your sitemap hasnt fully built up as of yet Well it's been over 24 hours now and the site map is still very very incomplete.
Marc Posted January 1 Posted January 1 Please could you provide me with some example items that are not showing? We can then take a look for you.
Recommended Posts