Elxis CMS Forum

Extensions => Components => Topic started by: anacon on April 26, 2015, 16:29:37

Title: Simple Gallery v1.2
Post by: anacon on April 26, 2015, 16:29:37
Εχω κάνει update το Simple Gallery στην έκδοση 1,2 και μου βγάζει αυτο το error SQLSTATE[42S22]: Column not found: 1054 Unknown column 'thumb_w' in 'field list' όταν πάω να κάνω νέα κατηγορία.
Title: Re: Simple Gallery v1.2
Post by: datahell on April 26, 2015, 20:35:55
Μάλλον δεν έτρεξε το update script στον installer. Πήγαινε στο phpmyadmin και εκτέλεσε αυτή την εντολή:

ALTER TABLE `elx_sgal_categories`
   ADD COLUMN `thumb_w` INT(11) DEFAULT '0' NOT NULL,
   ADD COLUMN `thumb_h` INT(11) DEFAULT '0' NOT NULL,
   ADD COLUMN `jpeg_q` INT(1) DEFAULT '-1' NOT NULL,
   ADD COLUMN `png_q` INT(1) DEFAULT '-1' NOT NULL,
   ADD COLUMN `thumb_crop` INT(1) DEFAULT '0';

Επικοινώνησε με τον συγγραφέα του component για περισσότερα.
Title: Re: Simple Gallery v1.2
Post by: anacon on April 27, 2015, 02:54:05
Δούλεψε μια χαρά.

Ευχαριστώ Datahell
Title: Re: Simple Gallery v1.2
Post by: acampball on April 27, 2015, 08:03:14
Hi.

1. Which version is used Elxis?
2. Display errors that should be in the file error.log
Title: Re: Simple Gallery v1.2
Post by: anacon on April 27, 2015, 13:22:27
Hi acampball

1. Elxis version 4.3
2. I don't see error log on file error.log
The only error was that SQLSTATE [42S22]: Column not found: 1054 Unknown column 'thumb_w' in 'field list' when I go to make a new category, but now is okay
Title: Re: Simple Gallery v1.2
Post by: acampball on April 27, 2015, 14:29:58
Hi!

Thank you very much for the information!

Installation error found. The new version of the installation components sent for updates on EDC.