Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 08:41:53 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155535 Posts in 21713 Topics by 7737 Members
Latest Member: chris85
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: After Upgrade from 2.7 to 2.8.1 Site is away!  (Read 306 times)
Jeffrey

Offline Offline

Posts: 15


« on: April 27, 2010, 11:41:03 AM »

Hi There!

After i upgrade to the new version, i get the following error:

ccording to the policy defined in $this->halt_on_error. Additionally the * error message will be saved in $this->last_error. * * Returns: always returns false. * * usage: halt(string $msg) * * @param $msg a string containing an error message * @access private * @return void * @see $halt_on_error */ function halt($msg) { $this->last_error = $msg; if ($this->halt_on_error != "no") { $this->haltmsg($msg); } if ($this->halt_on_error == "yes") { die("Halted."); } return false; } /****************************************************************************** * This function prints an error message. * It can be overridden by your subclass of Template. It will be called with an * error message to display. * * usage: haltmsg(string $msg) * * @param $msg a string containing the error message to display * @access public * @return void * @see halt */ function haltmsg($msg) { printf("Template Error: %s
\n", $msg); } } ?>Template Error: set_root: /customers/domein.nl/domein.nl/httpd.www/testing/templates//templates is not a directory.
Halted.

I had follow the stpes on the site... what can i do to fix this?



« Last Edit: April 27, 2010, 01:02:11 PM by Jeffrey » Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6975


WWW
« Reply #1 on: April 27, 2010, 11:50:16 AM »

First of all, please run the upgrade script again, The Admin-Theme option is not propperly initialised (last part of the message).

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

Jeffrey

Offline Offline

Posts: 15


« Reply #2 on: April 27, 2010, 11:56:09 AM »

I have done that many times and i didn't fix the problem..

WebsiteBaker Upgrade
This script upgrades an existing WebsiteBaker Version 2.7 and higher installation to the Version 2.8.1. The upgrade script alters the existing WB database to reflect the changes introduced with WB 2.8.x

Step 2: Updating database entries
ccording to the policy defined in $this->halt_on_error. Additionally the * error message will be saved in $this->last_error. * * Returns: always returns false. * * usage: halt(string $msg) * * @param $msg a string containing an error message * @access private * @return void * @see $halt_on_error */ function halt($msg) { $this->last_error = $msg; if ($this->halt_on_error != "no") { $this->haltmsg($msg); } if ($this->halt_on_error == "yes") { die("Halted."); } return false; } /****************************************************************************** * This function prints an error message. * It can be overridden by your subclass of Template. It will be called with an * error message to display. * * usage: haltmsg(string $msg) * * @param $msg a string containing the error message to display * @access public * @return void * @see halt */ function haltmsg($msg) { printf("Template Error: %s
\n", $msg); } } ?>
Adding default_theme to settings table
default_theme: already exists. OK.

Upgrade droplets
OK

« Last Edit: April 27, 2010, 01:02:38 PM by Jeffrey » Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!