WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
CREATE TABLE IF NOT EXISTS `wb_mod_bakery_images` ( `img_id` int(11) NOT NULL AUTO_INCREMENT, `item_id` int(11) NOT NULL DEFAULT '0', `item_attribute_id` int(11) NOT NULL DEFAULT '0', `filename` varchar(150) NOT NULL DEFAULT '', `active` enum('1','0') NOT NULL DEFAULT '1', `position` int(11) NOT NULL DEFAULT '0', `alt` varchar(255) NOT NULL DEFAULT '', `title` varchar(255) NOT NULL DEFAULT '', `caption` text NOT NULL, PRIMARY KEY (`img_id`));
<?php/* [...] GNU General Public License for more details.*/// Error reportingini_set('display_errors', 1);ini_set('display_startup_errors', 1);error_reporting(E_ALL);?><!DOCTYPE html>[...]