Hi,
on Joomla 3, was phoca gallery component v. 4.2.x but after upgrade to PG 4.4.3 I have error - see below. On front page is not working gallery (The requested page was not found.) and error "1054 Unknown column 'c.image_id' in 'field list'"
Thanks for fix of component.
Radovan
Warning
JInstaller: :Install: Error SQL Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
Extension Update: SQL error processing query: DB function failed with error number 1118
Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
SQL =
ALTER TABLE `#__phocagallery_categories` ADD COLUMN `image_id` int(11) NOT NULL default 0;
on Joomla 3, was phoca gallery component v. 4.2.x but after upgrade to PG 4.4.3 I have error - see below. On front page is not working gallery (The requested page was not found.) and error "1054 Unknown column 'c.image_id' in 'field list'"
Thanks for fix of component.
Radovan
Warning
JInstaller: :Install: Error SQL Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
Extension Update: SQL error processing query: DB function failed with error number 1118
Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
SQL =
ALTER TABLE `#__phocagallery_categories` ADD COLUMN `image_id` int(11) NOT NULL default 0;
Statistics: Posted by radik10 — 02 Mar 2025, 07:27