AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: Dave1960 on July 21, 2014, 02:21:54 AM

Title: Store keeps breaking - please help.
Post by: Dave1960 on July 21, 2014, 02:21:54 AM
Hello:

  It seems that every time I add products or import data my store breaks. I can see the items in the store but I cannot even pull them up by category on the front end. Is there a way to stop this from happening? The site is inkandtonertoday.com - I just imported over 150 items in the HP Ink category and only see the one I added manually a month ago. Yes I received errors. I always receive errors. Please see log attached. I have no clue why it is insisting that URL is wrong - I set it as http://inkandtonertoday.com/ - any ideas??

  I am thinking that perhaps I should export my data in the store (hopefully it is 'clean' at that point) and re-import it. Is there a way to delete all of the data in the store at the same time?

Thank you,
Dave
Title: Re: Store keeps breaking - please help.
Post by: abolabo on July 21, 2014, 04:04:44 AM
1. i see 4 hp-products on your main page in block latests. i don't know what data structure you try to import. Did you have some warnings after import?
2. most warnings in log are "App Warning:  AbanteCart core v.1.1.9 Warning: Accessing store with unconfigured or unknown domain ( 108.175.146.168/ ).
 Check setting of your store domain URL in System Settings . Loading default store configuration for now. in /home/inkandto/public_html/core/lib/config.php on line 169"
Somebody tries to get you site via IP-address without domain (....or unknown domain ( 108.175.146.168/ )). Try to define  who is it with your hosting-provider support. Also i can to suggest to use mod-rewrite redirects to your domain from ip, localhost etc requests.
Title: Re: Store keeps breaking - please help.
Post by: Dave1960 on July 21, 2014, 11:15:22 AM
Thank you for your help. I will look at the IP and try to figure out what's happening.

Can you please tell me if there is a way to delete all the products at the same time without having to go through each page?

Thank you.

Dave
Title: Re: Store keeps breaking - please help.
Post by: abolabo on July 21, 2014, 11:23:15 AM
Thank you for your help. I will look at the IP and try to figure out what's happening.

Can you please tell me if there is a way to delete all the products at the same time without having to go through each page?

Thank you.

Dave

from grid? menu catalog->products -> check needed and go to bottom of grid-> choose action delete selected
Title: Re: Store keeps breaking - please help.
Post by: Dave1960 on July 21, 2014, 01:31:25 PM
Thank you but I wanted to know how to delete all products at the same time.

For 4000 products I need to go through 80 pages and delete the products on each page in batches of 50.

How do I delete all the products at the same time?

Thank you,

Dave
Title: Re: Store keeps breaking - please help.
Post by: abolabo on July 21, 2014, 02:18:11 PM
in no way from UI. it's a very dangerous feature.

you can try to delete by sql query in phpadmin.

Thank you but I wanted to know how to delete all products at the same time.

For 4000 products I need to go through 80 pages and delete the products on each page in batches of 50.

How do I delete all the products at the same time?

Thank you,

Dave