- Posts: 126
- Thank you received: 2
Upgrade to Joomla 1.6
14 years 8 months ago #36379
by mett
Replied by mett on topic Re: Upgrade to Joomla 1.6
Still one problem remain: the id's of users from joomla 1.5 are different in Joomla 1.7, at least for me. So, now i can't edit customers because i get this kind of error:
JUser: :_load: Unable to load user with id: 2064
JUser: :_load: Unable to load user with id: 2064
Please Log in or Create an account to join the conversation.
14 years 8 months ago #36388
by rikatos
Replied by rikatos on topic Re: Upgrade to Joomla 1.6
One thing the method of tables copy and template copy didnt do for me is the front end css, but a quick paste and copy sorted it for me
Please Log in or Create an account to join the conversation.
14 years 8 months ago #36439
by nicolas
Replied by nicolas on topic Re: Upgrade to Joomla 1.6
You should go in your phpmyadmin and run the query:
UPDATE jos_hikashop_user AS a, jos_users AS b SET a.user_cms_id = b.id WHERE a.user_email=b.user_email;
That will update the user ids in HikaShop to use the new ones.
UPDATE jos_hikashop_user AS a, jos_users AS b SET a.user_cms_id = b.id WHERE a.user_email=b.user_email;
That will update the user ids in HikaShop to use the new ones.
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 5
- Thank you received: 0
14 years 7 months ago - 14 years 7 months ago #36966
by tim@starpharmacy.com.au
Replied by tim@starpharmacy.com.au on topic Re: Upgrade to Joomla 1.6
HI Nicolas,
A couple of questions regarding migration.
Firstly, can you copy the css of pre-migration hikashop to post-migration hikashop?? I have the same versions of hikashop, just Joomla went from 1.5 to 1.7.
Can you do the same with the Language file as well??
Secondly, I had all the info migrated accross, but the product prices haven't come through. I cannot see them at the fornt end nor back end.
Also, the "add to cart" button isn't there. However, I am assumeing that at least the button part will be ok once i configure the hikashop itself (at this stage it is just as it comes)... Is that correct??
Thanks heaps!
A couple of questions regarding migration.
Firstly, can you copy the css of pre-migration hikashop to post-migration hikashop?? I have the same versions of hikashop, just Joomla went from 1.5 to 1.7.
Can you do the same with the Language file as well??
Secondly, I had all the info migrated accross, but the product prices haven't come through. I cannot see them at the fornt end nor back end.
Also, the "add to cart" button isn't there. However, I am assumeing that at least the button part will be ok once i configure the hikashop itself (at this stage it is just as it comes)... Is that correct??
Thanks heaps!
Last edit: 14 years 7 months ago by tim@starpharmacy.com.au.
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 5
- Thank you received: 0
14 years 7 months ago #36978
by tim@starpharmacy.com.au
Replied by tim@starpharmacy.com.au on topic Re: Upgrade to Joomla 1.6
Just fixed the lot...
If it is useful to anyone :
Yes to both copy things and prices appeared somewhere whithing configuration process....
Thanks for an awesome product, Nicolas, and for even greater support!
If it is useful to anyone :
Yes to both copy things and prices appeared somewhere whithing configuration process....
Thanks for an awesome product, Nicolas, and for even greater support!
Please Log in or Create an account to join the conversation.
Time to create page: 0.201 seconds