4 hours ago, dandumit said:I saw here on forum a report from a user that has upgraded using your script. I have even bought the most acclaimed module migration pro but it does not work well at all !!!
I am kind of desperate to find a solution to migrate from this.
I was looking trough the sql's from 1click migrate and didn't look to me that database structure has changed that much ...
Please tell me , is there any way to force to use migration directly and not using local files ?
I have looked on your scripts and you where comparing both database config and based on that calling copy "on the fly".
Thank you for script !
Daniel
Did you read the manual of Copy_shopdata?
Copy_shopdata can both copy direct and via a file. It copies via file when the databases are on different servers. So if you have different servers and want direct copy you should copy the darabase to the new server (Copy_shopdata doesn't look at the files).
Copy_shopdata contains fixes for the two most deadly differences when you upgrade this way (the state field in PS 1.7 ps_product that should be 1 otherwise you don't see the products and the ps_currency_lang table - introduced in 1.7.6 - that crashes your site with a "missing locale" error when not correctly filled). But I never made a systematic study so there very likely are other problems.
Are you using the latest version? Copy_shopdata has changed a lot in the last two months.