BillJ:
Hi, Anne. Many thanks for this template.
I'm just installing it and have come across a couple of issues. The first was an error when applying the "responsive_all_business.sql" patch:
PHP Fatal error: 1366:Incorrect integer value: '' for column 'banners_id' at row 1 :: INSERT INTO banners (banners_id, banners_title, banners_url, banners_image, banners_group, banners_html_text, expires_impressions, expires_date, date_scheduled, date_added, date_status_change, status, banners_open_new_windows, banners_on_ssl, banners_sort_order) VALUES ('', 'rabslide1', 'http://www.picaflor-azul.com', 'banners/rabslide1.jpg', 'rabslide1', NULL, '0', NULL, NULL, '0001-01-01 00:00:00', NULL, '1', '1', '1', '0'), ('', 'rabslide2', 'http://www.picaflor-azul.com', 'banners/rabslide2.jpg', 'rabslide2', NULL, '0', NULL, NULL, '0001-01-01 00:00:00', NULL, '1', '1', '1', '0'), ('', 'rabslide3', 'http://www.picaflor-azul.com', 'banners/rabslide3.jpg', 'rabslide3', NULL, '0', NULL, NULL, '0001-01-01 00:00:00', NULL, '1', '1', '1', '0'), ('', 'rabslide4', 'http://www.picaflor-azul.com', 'banners/rabslide4.jpg', 'rabslide4', NULL, '0', NULL, NULL, '0001-01-01 00:00:00', NULL, '1', '1', '1', '0'), ('', 'rabslide5', 'http://www.picaflor-azul.com', 'banners/rabslide5.jpg', 'rabslide5', NULL, '0', NULL, NULL, '0001-01-01 00:00:00', NULL, '1', '1', '1', '0'); in /usr/local/www/apache24/data/includes/classes/db/mysql/query_factory.php on line 120, referer: https://.../.../sqlpatch.php?action=execute
>
> I fixed this in the "responsive_all_business.sql" file by replacing each:
> ```
('', 'rabslide1',...
with
(NULL, 'rabslide1',...
>
> The second is minor - as mentioned previously in the thread, the "about_us.sql" patch does not appear to be included.
Thank you for posting about the bugs. I am planning on upgrading this template to the latest version of the DIY responsive template default and including an auto installer so that installation will be a 3 step process with no need to upload sql patches.
Thanks,
Anne