AbanteCart Community

eCommerce construction => General Discussion => Topic started by: mahadi on January 16, 2013, 09:40:15 PM

Title: how to duplicate page?
Post by: mahadi on January 16, 2013, 09:40:15 PM
if i have two abantecart shop but the product is same...how to duplicate it?
Title: Re: how to duplicate page?
Post by: abantecart on January 17, 2013, 01:50:10 AM
Try system -> data -> Import / Export.

Export what you need from one store and Export it to the other.
Title: Re: how to duplicate page?
Post by: mahadi on January 18, 2013, 08:23:07 PM
i try...thank  :)
Title: Re: how to duplicate page?
Post by: mahadi on January 18, 2013, 09:51:14 PM
i try import my products but this error come out..how to solve it....


Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 60 bytes) in /home/kunlacommy/public_html/mystore/core/lib/data.php on line 409
Title: Re: how to duplicate page?
Post by: abantecart on January 19, 2013, 04:39:11 AM
It seems as you really run out of memory. You can modify the maximum memory amount for PHP by modifying memory_limit in php.ini.
Try to increase memory_limit to 128mb.

http://php.net/manual/en/ini.core.php#ini.memory-limit
Title: Re: how to duplicate page?
Post by: mahadi on January 20, 2013, 03:05:52 PM
Ok thank admin..
Sorry if i ask many question :)
1 more question..
if i import the resource_library this error display n my products don't have any picture.

insert data error in resource_map. AbanteCart Error: Duplicate entry '100010-products-65' for key 'resource_map_index'
Error No: 1062
INSERT INTO `ab_resource_map` SET `resource_id` = '100010', `object_name` = 'products', `object_id` = '65', `default` = '0', `sort_order` = '0', `created` = '2011-11-09 03:54:53', `updated` = '2011-11-09 03:54:53'