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
<?php // not this line!$list = $database->query("select * from `".TABLE_PREFIX."addons` where type= 'template'");
<?php // not this oneini_set('display_errors', 1);error_reporting(E_ALL|E_STRICT);?>
Notice: Undefined index: template in D:\WB_Portable28\htdocs\maxbrax2.8.1\index.php on line 41
<?php// $Id: index.php 1138 2009-08-25 10:18:21Z ruud $/* WebsiteBaker Project <http://www.WebsiteBaker.org/> Copyright (C) 2004-2009, Ryan Djurovich WebsiteBaker is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. WebsiteBaker is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with WebsiteBaker; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA*/$starttime = array_sum(explode(" ",microtime()));// Include config filerequire_once(dirname(__FILE__).'/config.php');// Check if the config file has been set-upif(!defined('WB_PATH')) { header("Location: install/index.php"); exit(0);}if(isset($_GET['template']) and $_GET['template'] != '') { define('TEMPLATE',$_GET['template']); if($_GET['perm'] == 'yes') { $_SESSION['template'] = $_GET['template']; }} else if ($_SESSION['template'] != "" and isset($_SESSION['template'])) { define('TEMPLATE',$_SESSION['template']);}
Fatal error: Call to a member function query () on a non-object in D: \ websitebakerPortabl e2.8.1 \ htdocs \ wb281 \ modules \ Droplets \ droplets.php (55): eval () 'd code on Line 1