Hi.
After update 3.5.3 to 3.5.8
1) In control panel i don't have icon.
2) Phoca cart show still 3.5.3 ver.
https://prntscr.com/26vrmq1
how to fix?
Regards.
After update 3.5.8
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: After update 3.5.8
Hi, it looks like Phoca Cart was not correctly installed/upgraded. Try to reinstall it again.
No icons - this looks like the same as above, the font library which displays the icons is missing.
So it looks like some files are missing in your installation.
Jan
No icons - this looks like the same as above, the font library which displays the icons is missing.
So it looks like some files are missing in your installation.
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Enthusiast
- Posts: 65
- Joined: 10 Jun 2019, 15:53
Re: After update 3.5.8
Jan
I can't reinstall because now have
SKU, EAN
This is alter table if exist should not be "Error SQL Duplicate column name 'predefined_values'."
I can't reinstall because now have
Code: Select all
Duplicate column name 'predefined_values'.
SQL =
ALTER TABLE `#__phocacart_form_fields` ADD COLUMN `predefined_values` text;
This is alter table if exist should not be "Error SQL Duplicate column name 'predefined_values'."
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: After update 3.5.8
Hi,
see similar posts here, there are two possible ways:
a) to completely uinstall and install it again - BE AWARE ALL DATA WILL BE LOST ( https://www.phoca.cz/documents/16-jooml ... m-manually )
b) or to step by step edit the SQL update files (when the system says the column exists, such needs to be removed from the update file) when installing (this procedure can be very long: https://www.phoca.cz/blog/1100-solution ... components
As written in the article, unfortunatelly, Phoca Cart does not install itself, so it has no tools to somehow prevent from such problems (which are mostly caused by installation feature and missing MySQL feature -ALTER TABLE ... ADD COLUMN IF NOT EXISTS )
Jan
see similar posts here, there are two possible ways:
a) to completely uinstall and install it again - BE AWARE ALL DATA WILL BE LOST ( https://www.phoca.cz/documents/16-jooml ... m-manually )
b) or to step by step edit the SQL update files (when the system says the column exists, such needs to be removed from the update file) when installing (this procedure can be very long: https://www.phoca.cz/blog/1100-solution ... components
As written in the article, unfortunatelly, Phoca Cart does not install itself, so it has no tools to somehow prevent from such problems (which are mostly caused by installation feature and missing MySQL feature -ALTER TABLE ... ADD COLUMN IF NOT EXISTS )
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Enthusiast
- Posts: 65
- Joined: 10 Jun 2019, 15:53
Re: After update 3.5.8
Choose B)
I have manual add all sql from update.
Commenting on the query.
Update working.
Thanks, Jan
I have manual add all sql from update.
Commenting on the query.
Update working.
Thanks, Jan
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact: