Using Joomla 4.3.0
Trying to install Phoca Cart 4.0.6 but get the following error message:
Jinstaller: Install Error SQL. Index column size too large. The maximum column size is 767 bytes.
Extension installation aborted.
Package Install: There was an error installing an extension: com_phocacart_v4.0.6.php
I've tried investigating the sql tables, but it apparently occurs in filling. Any idea how to fix?
Bob
Install Error
-
- Phoca Member
- Posts: 10
- Joined: 01 Oct 2022, 23:30
Re: Install Error
How do I change the maximum index size in my database?
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Install Error
Hi, this is a common problem in db, try to see:
https://stackoverflow.com/questions/672 ... -767-bytes
The ROW_FORMAT=DYNAMIC solution should help.
Jan
https://stackoverflow.com/questions/672 ... -767-bytes
The ROW_FORMAT=DYNAMIC solution should help.
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 10
- Joined: 01 Oct 2022, 23:30
Re: Install Error
Success. Thanks for the tip about setting ROW_FORMAT = DYNAMIC. Easy and Phoca Cart now installed on Joomla 4 DEVSITE
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Install Error
Hi, great to hear it.
Jan
Jan
If you find Phoca extensions useful, please support the project