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
Hello.
What is your server type (Apache, Nginx)?
I am running apache on my website
Quote from: Mahomed Dawood on October 01, 2021, 05:53:22 AM
I am running apache on my website
Did you setup the .htaccess file?
Yes So SEO Actually Works Correctly,
It is just the error message on abantecart that does not want to disappear
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).
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 ?
Quote from: 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 ?
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.
Quote from: 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 ?
You can disable system check in the AbanteCart System settings https://abantecart.atlassian.net/wiki/spaces/AD/pages/8159239/System+Check
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
Quote from: 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
Thank you for posting solution