Good morning everyone.
I updated Phoca Cart on a back up copy of the site which is located on a server identical to the official one but under another domain. I work in this way to eliminate any interfacing problems that often occur between local and online jobs.
As I said I upgraded from Phoca Cart 4.0.0Beta to 4.0.0RC ... But I was surprised by a rather serious problem.
In the Beta version I have never had a problem between registered user and component ... Always worked excellently in all its functions.
With the RC version everything is fine until I log in with a registered user (test user) who immediately after logging in returns this message to me as a page not found: 1054 Unknown column 'c.params_shipping' in 'field list' ... and I can't explain why ...
How can I solve?
Thanks for any help you can ...
4.0.0RC Problem with registered user
- Robx61
- Phoca Enthusiast
- Posts: 64
- Joined: 29 Dec 2021, 14:12
- Benno
- Phoca Hero
- Posts: 9449
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: 4.0.0RC Problem with registered user
Hi,
see: https://www.phoca.cz/documents/16-jooml ... ase-column
Backup your database and run this querry insite phpMyAdmin:
Change #_ to your database prefix before.
Kind regards,
Benno
see: https://www.phoca.cz/documents/16-jooml ... ase-column
Backup your database and run this querry insite phpMyAdmin:
Code: Select all
ALTER TABLE `#__phocacart_cart_multiple` ADD COLUMN `params_shipping` text;
Kind regards,
Benno
- Robx61
- Phoca Enthusiast
- Posts: 64
- Joined: 29 Dec 2021, 14:12
Re: 4.0.0RC Problem with registered user
Hi Benno and thanks for your kind reply.
I did what you suggested but sadly I have to tell you it didn't work. When I access the site the system should redirect me to a particular page but instead it always returns this error message: 1054 Unknown column 'c.params_payment' in 'field list'
and I'm also wondering where this column should be as having read the article following the suggested link I couldn't find anything that had that label ...
thank you
Roberto
I did what you suggested but sadly I have to tell you it didn't work. When I access the site the system should redirect me to a particular page but instead it always returns this error message: 1054 Unknown column 'c.params_payment' in 'field list'
and I'm also wondering where this column should be as having read the article following the suggested link I couldn't find anything that had that label ...
thank you
Roberto
- Benno
- Phoca Hero
- Posts: 9449
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: 4.0.0RC Problem with registered user
Hi,
Change #_ to your database prefix before.
Kind regards,
Benno
Then run this querry:1054 Unknown column 'c.params_payment' in 'field list'
Code: Select all
ALTER TABLE `#__phocacart_cart_multiple` ADD COLUMN `params_payment` text;
Kind regards,
Benno
- Robx61
- Phoca Enthusiast
- Posts: 64
- Joined: 29 Dec 2021, 14:12
Re: 4.0.0RC Problem with registered user
Hi Benno I solved.
I used the same string in phpMyadmin that you suggested to me by inserting the new missing column and everything worked out ...
Thanks thanks thanks...
Good day and good work...
Roberto
I used the same string in phpMyadmin that you suggested to me by inserting the new missing column and everything worked out ...
Thanks thanks thanks...
Good day and good work...
Roberto
- Benno
- Phoca Hero
- Posts: 9449
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: 4.0.0RC Problem with registered user
You're welcome!
Kind regards,
Benno
Kind regards,
Benno
-
- Phoca Newbie
- Posts: 9
- Joined: 15 Jan 2022, 09:11
Re: 4.0.0RC Problem with registered user
Hello, following your instructions above I just get the following:
#1146 - Table '########__phocacart_cart_multiple' doesn't exist
I've hashed out the actual prefix, could you help me with this.
Thanks in advance
#1146 - Table '########__phocacart_cart_multiple' doesn't exist
I've hashed out the actual prefix, could you help me with this.
Thanks in advance
-
- Phoca Newbie
- Posts: 9
- Joined: 15 Jan 2022, 09:11
Re: 4.0.0RC Problem with registered user
Ignore the above I have solved what I was doing wrong.
- Benno
- Phoca Hero
- Posts: 9449
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: 4.0.0RC Problem with registered user
Ok.
Kind regards,
Benno
Kind regards,
Benno
-
- Phoca Member
- Posts: 16
- Joined: 08 Nov 2020, 22:52
Re: 4.0.0RC Problem with registered user
ok - after made the two sql's - it work's.
but i have other problems with icons, that not show's.
i will made for this a new item in forum.
thank you
but i have other problems with icons, that not show's.
i will made for this a new item in forum.
thank you