Why is there a soundtrack at the same volume as the speaker. IF you want to use music(bad idea) at least make it 10% of the audio, not 50%.
@haseebiqbal33843 жыл бұрын
I need to migrate from 1.9.3.6 to 2.4.2 both have different php versions & mysql ,not able to run on same server. how could i migrate it. please guide..
@PriyanshuKumar-rj7xc Жыл бұрын
Good work buddy
@summayahmahnoor47694 жыл бұрын
hello i want to migrate a magento 1.x store to magento 2.3 latest version. i want all the data and front end to be migrated. you taught the migration of data but not the front end migration. please tell me how to migrate without changing my current design.
@RiseCommerce4 жыл бұрын
Thanks for your comment! Magento Data migration tool allows us to migrate the data from magento 1.x version to magneto 2.x versions, to migrate front end you need to code the frontend manually. You can simply make a theme and able to use same css if you have added the same class in your theme view files. But I usually prefer to write new theme from sketch which makes the site faster and don't take too much time to create it. Please let me know if you have any other questions.
@PriyanshuKumar-rj7xc Жыл бұрын
After sucessfully migrated from Magento 1 to Magento 2.4.6, I'm getting this issue which accessing any product, pls help 1 exception(s): Exception #0 (Exception): Item (Magento\Catalog\Model\Product\Interceptor) with the same ID "1957" already exists.
@RiseCommerce Жыл бұрын
It seems you delete any products but its id still exits in some table so its throwing this error: I found this as someone facing same error you can try to check in database or try to check by running this query in db: SELECT * FROM cataloginventory_stock_item WHERE product_id in ( SELECT product_id FROM cataloginventory_stock_item GROUP BY product_id HAVING ( COUNT(product_id) > 1 ) ) Delete if there any duplicate entry. Or search in database catalog table if you can find id=1957 any entry and that related to which table and remove it.
@Raga_Music3 жыл бұрын
Do you provide migration services?
@RiseCommerce3 жыл бұрын
Yes we do! Please contact support@risecommerce.com
@shadkhan37963 жыл бұрын
Hi getting error on migration from magento 1.9.2.2 to 2.4.2 SQLSTATE[42S02]: Base table or view not found: 1146 Table 'customer_entity_back' doesn't exist, query was: SELECT DISTINCT `child`.`custome r_id` FROM `authorlogin_customer` AS `child` LEFT JOIN `customer_entity_back` AS `parent` ON child.customer_id = parent.entity_id WHERE (child.customer_id IS NOT NULL) AND (parent.entity_id IS NUL L)
@RiseCommerce3 жыл бұрын
It means the source database (1.9.x ) table is not imported correctly. Try importing using source command form SSH.
@shadkhan37963 жыл бұрын
@@RiseCommerce but as per knowledge no table like this in magento 1
@chenjinxing4 жыл бұрын
Is this method only works with M1 and M2 in the same server?
@sushee14 жыл бұрын
It can be used in any server you just need to whitelist the IP of their server for MySQL. But always use the same server for faster performance during running migration script