I migrated a site this morning, all seems to have gone well. Apart from I can't save the "store" page where you enter the vendor's address, store description etc. I used the Daycounts Migrator tool. Anyone know why this is? All permissions are ok. Thanks in advance.
Edit: I notice on the store page in the URL, it is set to the original URL but I currently have this website in a subfolder - /new. Would this fix it? How can I change it?
Update: I found the database table (prefix_virtuemart_vendors_en_gb) which edits the details, which works for now. However its impracticable and really I should be able to edit the shop page
Hello
I have experienced the same situation. In my case it was the virtuemart_vendor_id that had the wrong value for fields in the table virtuemart_userfields.
Some of the fields had the virtuemart_vendor_id = 0. My virtuemart_vendor_id is = 1. So changing the virtuemart_vendor_id with php_admin to 1 solved the issue.
There are some other tables that also use the virtuemart_vendor_id and it could be a good idea to check them out. The migration sets the virtuemart_vendor_id = 0 on the migrated userfields.
Se the attached Picture for a short example before the migration, notice column 2: virtuemart_vendor_id.
Be sure to check what your virtuemart_vendor_id is and assign all the rows in column 2 with this value.
I hope this will solve Your issue.
regards
Jörgen @ Kreativ Fotografi