Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: Getting this error, category addresses all messed up  (Read 15201 times)

Offline macat

  • Full Member
  • ***
  • Posts: 127
  • Karma: +10/-3
    • View Profile
    • Sites Made With Love - Free Animal Rescue Websites
Getting this error, category addresses all messed up
« on: April 13, 2014, 05:14:13 AM »
The home page is fine but every category link is all messed up and goes to waht looks like a mobile version.  How can I fix this and what is causing it???  Using version 1.1.6

Home page
    looks fine

Product link   site all messed up

2014-04-13 4:43:42 - App Warning:  AbanteCart core v.1.1.6 Warning: Accessing store with unconfigured or unknown domain. Check setting of your store domain URL in System Settings . Loading default store configuration for now. in /home/charmsfr/public_html/AbanteCart/core/lib/config.php on line 151
2014-04-13 4:44:00 - App Warning:  AbanteCart core v.1.1.6 Warning: Accessing store with unconfigured or unknown domain. Check setting of your store domain URL in System Settings . Loading default store configuration for now. in /home/charmsfr/public_html/AbanteCart/core/lib/config.php on line 151
2014-04-13 4:44:04 - App Warning:  AbanteCart core v.1.1.6 Warning: Accessing store with unconfigured or unknown domain. Check setting of your store domain URL in System Settings . Loading default store configuration for now. in /home/charmsfr/public_html/AbanteCart/core/lib/config.php on line 151
« Last Edit: April 13, 2014, 07:26:38 AM by abantecart »
happiness is being owned by cats ... pups Emma & angel Lolli(pop)
https://creativePaw.org - creativePaw Creations
https://makemycontest.com - Contest Platform

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Getting this error, category addresses all messed up
« Reply #1 on: April 13, 2014, 07:30:51 AM »
Put correct URL in the setting. Check setting of your store domain URL in System Settings.
http://www.abantecart.com/ecommerce-documentation/50-admin-user-manual/system/settings#Details%20Tab
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline macat

  • Full Member
  • ***
  • Posts: 127
  • Karma: +10/-3
    • View Profile
    • Sites Made With Love - Free Animal Rescue Websites
Re: Getting this error, category addresses all messed up
« Reply #2 on: April 13, 2014, 03:44:51 PM »
This is what I have in the store settings, which is the correct address path:

http://charmsfromtheheart.net/AbanteCart/
happiness is being owned by cats ... pups Emma & angel Lolli(pop)
https://creativePaw.org - creativePaw Creations
https://makemycontest.com - Contest Platform

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Getting this error, category addresses all messed up
« Reply #3 on: April 13, 2014, 04:28:50 PM »
This URL is not found.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline llegrand

  • Hero Member
  • *****
  • Posts: 1798
  • Karma: +520/-7
    • View Profile
Re: Getting this error, category addresses all messed up
« Reply #4 on: April 13, 2014, 04:38:58 PM »
Hi Macat - try this -
 Are you using the SEO settings as found here?
System > settings > Use SEO urls   if it is set to  ON there are a couple of things you need to do:
1.  To use SEO URL's apache module mod-rewrite must be installed and you need to rename the htaccess.txt to .htaccess.  this is the htaccess file in the subfolder where you have your cart installed.
2.  In the .htaccess file  - you MUST add you subfolder  on the RewriteBase  line
This is what your .htaccess file should look like – I have used your subfolder AbanteCart.
# SEO URL Settings
RewriteEngine On
RewriteBase /AbanteCart/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]
 

Lee - just another Abantecart user.



gordontaylor

  • Guest
Re: Getting this error, category addresses all messed up
« Reply #5 on: April 14, 2014, 01:04:51 AM »
Nice try Lee, but "Just another AbanteCart User?"

Methinks not! You are a GREAT AbanteCart user ...

Offline macat

  • Full Member
  • ***
  • Posts: 127
  • Karma: +10/-3
    • View Profile
    • Sites Made With Love - Free Animal Rescue Websites
Re: Getting this error, category addresses all messed up
« Reply #6 on: April 14, 2014, 02:59:32 AM »
Lee,
Thank you for the feedback, the SEO Urls are off and I forgot the message board automatically changes anything using the word a b a n t e (without the spaces) into AbanteCart, the store URL is http://charmsfromtheheart.com/a b a n t e (without the spaces), so the URL path IS correct.

correct address: http://charmsfromtheheart.net/a b a n t e/index.php?rt=product/category&path=7, it seems to be adding index.php/resources/  to each address  --  http://www.charmsfromtheheart.net/a b a n t e/index.php/resources/index.php?rt=product/category&path=121

Any other ideas as to why this is happening???

Quote
This is what I have in the store settings, which is the correct address path:

http://charmsfromtheheart.net/AbanteCart/

Lee, I went ahead and did what you said and it seems to have fixed the address but I am still getting the same error, so don't know how long that will stay fixed.  Thank you for the advice.
« Last Edit: April 14, 2014, 03:59:16 AM by macat »
happiness is being owned by cats ... pups Emma & angel Lolli(pop)
https://creativePaw.org - creativePaw Creations
https://makemycontest.com - Contest Platform

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Getting this error, category addresses all messed up
« Reply #7 on: April 14, 2014, 04:06:29 AM »
I forgot the message board automatically changes anything using the word a b a n t e (without the spaces) into AbanteCart, the store URL is http://charmsfromtheheart.com/a b a n t e (without the spaces), so the URL path IS
About that. Forum is set up to follow branding policy. Our application is call AbanteCart is one word and no spaces and no shortenings.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline llegrand

  • Hero Member
  • *****
  • Posts: 1798
  • Karma: +520/-7
    • View Profile
Re: Getting this error, category addresses all messed up
« Reply #8 on: April 14, 2014, 10:55:56 AM »
http://charmsfromtheheart.net/AbanteCart/index.php?rt=product/category&path=7_44

Hi again,

I did check out your site -  quite Pink!  I noticed that some of your paths still show prod id -  others have the SEO showing.   

Here's what you need to do to fix that for all the ones with the prod id -  on your Product Edit page -  towards the bottom  there is a field called "Generate SEO Keyword  with a Generate button (it uses your title)  Your SEO was off when you added products originally,  so those fields are blank -  you need to go in and click on the generate tab and they will then use the SEO. 

For products you added after the SEO was turned on - they will generate automatically.

Hint:  if you have small words in your title like   'and' or 'large', 'small'  things that don't make good keywords
just remove them from the generated seo   

Here's an example  roasted and/or salted nuts    as a title,   the SEO  should be just
roasted salted nuts

Lee (and I am just another abantecart user,  but a very happy one! it's such a great cart!!)


Offline macat

  • Full Member
  • ***
  • Posts: 127
  • Karma: +10/-3
    • View Profile
    • Sites Made With Love - Free Animal Rescue Websites
Re: Getting this error, category addresses all messed up
« Reply #9 on: April 21, 2014, 03:40:42 AM »
UPDATE:  Just cleared the cache for products and categories, addresses OK first time I load page, each time I reload, more and more gets added to each address link, this is really driving me crazy, what is causing this?

It is happening again, I have done or changed nothing since it was working? ???  What is going on?  I did the htaccess fix, added my folder to the rewrite line and it was fine for I don't even know how long.  The site itself is taking forever to load and the addresses are all wrong again.  Any idea how to permanently fix this?  This client has thousands of products and is constantly adding new ones, trying to go into each one and fix it manually is not realistic.
« Last Edit: April 21, 2014, 04:59:34 AM by macat »
happiness is being owned by cats ... pups Emma & angel Lolli(pop)
https://creativePaw.org - creativePaw Creations
https://makemycontest.com - Contest Platform

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Getting this error, category addresses all messed up
« Reply #10 on: April 21, 2014, 03:01:56 PM »
UPDATE:  Just cleared the cache for products and categories, addresses OK first time I load page, each time I reload, more and more gets added to each address link, this is really driving me crazy, what is causing this?
Let me clarify. What do you mean by "more and more gets added to each address link"?
Do you refer to cache file?
I see that you use 1.1.6. There were number of improvements to cache management up to 1.1.8
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline macat

  • Full Member
  • ***
  • Posts: 127
  • Karma: +10/-3
    • View Profile
    • Sites Made With Love - Free Animal Rescue Websites
Re: Getting this error, category addresses all messed up
« Reply #11 on: April 21, 2014, 05:25:23 PM »
for example, it may start as this:


correct address: http://charmsfromtheheart.net/a b a n t e/scrapbooking_charms  But after reloading the page a few times it looks like this:


correct address: http://charmsfromtheheart.net/a b a n t e/storefront/view/default_html5/stylesheet/resources/image/18/bb/resources/image/18/95/scrapbooking_charms

My client paid you guys to customized her store and move all her products over from another cart, it is not an easy matter to just upgrade it to 1.1.8.  If you remember she tried upgrading to 1.1.7 after the customization and messed everything up and it cost her a pretty penny to have it all fixed after, so I am not willing to try upgrading it and messing it up again.



UPDATE:  Just cleared the cache for products and categories, addresses OK first time I load page, each time I reload, more and more gets added to each address link, this is really driving me crazy, what is causing this?
Let me clarify. What do you mean by "more and more gets added to each address link"?
Do you refer to cache file?
I see that you use 1.1.6. There were number of improvements to cache management up to 1.1.8
happiness is being owned by cats ... pups Emma & angel Lolli(pop)
https://creativePaw.org - creativePaw Creations
https://makemycontest.com - Contest Platform

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Getting this error, category addresses all messed up
« Reply #12 on: April 22, 2014, 06:29:37 AM »
for example, it may start as this:
correct address: http://charmsfromtheheart.net/a b a n t e/scrapbooking_charms  But after reloading the page a few times it looks like this:
http://charmsfromtheheart.net/a b a n t e/storefront/view/default_html5/stylesheet/resources/image/18/bb/resources/image/18/95/scrapbooking_charms
I can not replicate this problem. I never get that you describe. Possibly there was some changes done while you refreshed the page.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

gordontaylor

  • Guest
Re: Getting this error, category addresses all messed up
« Reply #13 on: April 22, 2014, 09:16:59 AM »
I'm getting a LOT of broken links and going to a LOT of pages where the .css isn't working at all.

Here is one URL that came up, notice the path? It's all wrong. It says the index.php is inside the stylesheet folder!!

Code: [Select]
http://www.charmsfromtheheart.net/AbanteCart/index.php/storefront/view/default_html5/stylesheet/index.php?rt=product/category&path=120_4
I see you have done much modification with the stylesheet with regard to color. I think you have something messed up with the file structure.

Are you using an HTML editor or doing things via the cPanel?

I'm also getting some dead category links.

Slow down, take a good look at the file structure and see if you can recover this. It's going to turn into a mess shortly and you'll have to start over.

Offline macat

  • Full Member
  • ***
  • Posts: 127
  • Karma: +10/-3
    • View Profile
    • Sites Made With Love - Free Animal Rescue Websites
Re: Getting this error, category addresses all messed up
« Reply #14 on: May 02, 2014, 05:30:58 PM »
If you will look at the very bottom left of the screenshot, the address is very wrong, and some are even worse than this one.  This address is for the Floating Charms category, the screenshot below this one is for the sub category Angels under the Floating Charms category.  That address is even worse.  The main category Floating Charms sometimes goes to the correct looking page but the sub category of Angels goes to what looks like a mobile version, see 3rd screenshot, sometimes the main category Floating Charms also loads a weird mobile version looking page? ???  This is the problem I am having ... I changed it back to the original css and it is still messed up so really don't think the style sheet has anything to do with it, see last screenshot, back to the blue.
happiness is being owned by cats ... pups Emma & angel Lolli(pop)
https://creativePaw.org - creativePaw Creations
https://makemycontest.com - Contest Platform

 

Powered by SMFPacks Social Login Mod