VirtueMart Forum

VirtueMart 2 + 3 + 4 => Installation, Migration & Upgrade => Topic started by: jimleeder123 on April 23, 2015, 12:32:26 PM

Title: VM3 store edit page not working after migration
Post by: jimleeder123 on April 23, 2015, 12:32:26 PM
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.
Title: Re: VM3 store edit page not working after migration
Post by: jimleeder123 on April 23, 2015, 12:40:37 PM
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?
Title: Re: VM3 store edit page not working after migration
Post by: jimleeder123 on April 23, 2015, 14:42:31 PM
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
Title: Re: VM3 store edit page not working after migration
Post by: Jörgen on April 24, 2015, 13:02:54 PM
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