AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: Mahomed Dawood on October 01, 2021, 05:32:23 AM

Title: SEO URL Not Working Error
Post by: Mahomed Dawood on October 01, 2021, 05:32:23 AM
Hi Guys

I recently updated to the latest version of abantecart and I seem to be getting the following error even though the seo is setup correctly and is working

The error just will not go away

Please see attached image
Title: Re: SEO URL Not Working Error
Post by: Basara on October 01, 2021, 05:39:40 AM
Hello.
What is your server type (Apache, Nginx)?
Title: Re: SEO URL Not Working Error
Post by: Mahomed Dawood on October 01, 2021, 05:53:22 AM
I am running apache on my website
Title: Re: SEO URL Not Working Error
Post by: Basara on October 01, 2021, 07:04:22 AM
I am running apache on my website
Did you setup the .htaccess file?
Title: Re: SEO URL Not Working Error
Post by: Mahomed Dawood on October 01, 2021, 08:32:08 AM
Yes So SEO Actually Works Correctly,
It is just the error message on abantecart that does not want to disappear
Title: Re: SEO URL Not Working Error
Post by: abolabo on October 01, 2021, 09:33:12 AM
looks like a case when your webserver do not see itself. or i t gets error http status on request.
try to open storefront by not existed seo keyword. It must show page product not found.

This message shows when system check procedure tries to connect with site via CURL. It's a network loop.
You can play with code (see file core/helper/system_check.php line 386).


Title: Re: SEO URL Not Working Error
Post by: Mahomed Dawood on October 04, 2021, 03:44:15 PM
Cool , So I have played around with the system check file and you are right it does take me to the following https://dnsname/store/check_seo_url which actually does not exist hence i am getting a 404 Not Found Error , which triggers the alert , what would be the best way to fix this ?
Title: Re: SEO URL Not Working Error
Post by: abolabo on October 05, 2021, 04:21:18 AM
Cool , So I have played around with the system check file and you are right it does take me to the following https://dnsname/store/check_seo_url which actually does not exist hence i am getting a 404 Not Found Error , which triggers the alert , what would be the best way to fix this ?

it's a .htaccess file issue. Try to check all these files under your store directory to define which rule overrides our .htaccess rules.
It's not an Abantecart problem. Dig into webserver configuration.
Title: Re: SEO URL Not Working Error
Post by: Basara on October 05, 2021, 05:48:28 AM
Cool , So I have played around with the system check file and you are right it does take me to the following https://dnsname/store/check_seo_url which actually does not exist hence i am getting a 404 Not Found Error , which triggers the alert , what would be the best way to fix this ?

You can disable system check in the AbanteCart System settings https://abantecart.atlassian.net/wiki/spaces/AD/pages/8159239/System+Check
Title: Re: SEO URL Not Working Error
Post by: Mahomed Dawood on October 12, 2021, 09:12:28 AM
Hi

Found the issues when i migrated I cleaned the url aliases table to import my data , once i added check_seo_url to the url aliases table , the error vanished
Title: Re: SEO URL Not Working Error
Post by: Basara on October 12, 2021, 09:32:47 AM
Hi

Found the issues when i migrated I cleaned the url aliases table to import my data , once i added check_seo_url to the url aliases table , the error vanished
Thank you for posting solution