Pastoid

The page you are looking at now is at this URL: http://pastoid.com/auw

This paste was last updated on April 3, 2009 at 10:17 pm.

Pasted Coderaw

Warning: PDOStatement::execute() [pdostatement.execute]: SQLSTATE[HY000]: General error: 11 database disk image is malformed in system\classes\databaseconnection.php line 289 system\classes\databaseconnection.php line 289:
  PDOStatement->execute(array (
   ))
system\classes\databaseconnection.php line 772:
  DatabaseConnection->query('
 
   DROP TABLE habari__posts')
system\classes\databaseconnection.php line 746:
  DatabaseConnection->query_file('C:\\Users\\Rick\\PortApps\\Documents\\Lighty2Go\\HTDOCS\\habari_50\\system\\schema\\sqlite/upgrades/2264.sql')
system\schema\sqlite\connection.php line 183:
  DatabaseConnection->upgrade('1845',    'C:\\Users\\Rick\\PortApps\\Documents\\Lighty2Go\\HTDOCS\\habari_50\\system\\schema\\sqlite/upgrades')
system\classes\db.php line 404:
  SQLiteConnection->upgrade('1845')
system\classes\installhandler.php line 1208:
  DB::upgrade('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 table habari__posts has 12 columns but 11 values were supplied in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('INSERT INTO habari__posts SELECT * FROM habari__posts__temp;')
system\schema\sqlite\connection.php line 152:
  DatabaseConnection->query('INSERT INTO habari__posts SELECT * FROM habari__posts__temp;')
system\classes\db.php line 394:
  SQLiteConnection->dbdelta(array (
     0 => 'PRAGMA auto_vacuum = 1;',
     1 => 'CREATE TABLE habari__posts (
     id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
     slug VARCHAR(255) NOT NULL,
     content_type SMALLINTEGER NOT NULL,
     title VARCHAR(255) NOT NULL,
     guid VARCHAR(255) NOT NULL,
     content TEXT NOT NULL,
     cached_content LONGTEXT NOT NULL,
     user_id SMALLINTEGER NOT NULL,
     status SMALLINTEGER NOT NULL,
     pubdate INTEGER NOT NULL,
     updated INTEGER NOT NULL,
     modified INTEGER NOT NULL
   );',
     2 => 'CREATE UNIQUE INDEX IF NOT EXISTS slug ON habari__posts(slug);',
     3 => 'CREATE TABLE habari__postinfo  (
     post_id INTEGER NOT NULL,
     name VARCHAR(255) NOT NULL,
     type SMALLINTEGER NOT NULL DEFAULT 0,
     value TEXT,
     PRIMARY KEY (post_id, name)
   );',
     4 => 'CREATE TABLE habari__posttype (
     id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
     name VARCHAR(255) NOT NULL,
     active TINYINT(1) DEFAULT 1
   );',
     5 => 'CREATE TABLE habari__...)
system\classes\installhandler.php line 1215:
  DB::dbdelta(array (
     0 => 'PRAGMA auto_vacuum = 1;',
     1 => 'CREATE TABLE habari__posts (
     id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
     slug VARCHAR(255) NOT NULL,
     content_type SMALLINTEGER NOT NULL,
     title VARCHAR(255) NOT NULL,
     guid VARCHAR(255) NOT NULL,
     content TEXT NOT NULL,
     cached_content LONGTEXT NOT NULL,
     user_id SMALLINTEGER NOT NULL,
     status SMALLINTEGER NOT NULL,
     pubdate INTEGER NOT NULL,
     updated INTEGER NOT NULL,
     modified INTEGER NOT NULL
   );',
     2 => 'CREATE UNIQUE INDEX IF NOT EXISTS slug ON habari__posts(slug);',
     3 => 'CREATE TABLE habari__postinfo  (
     post_id INTEGER NOT NULL,
     name VARCHAR(255) NOT NULL,
     type SMALLINTEGER NOT NULL DEFAULT 0,
     value TEXT,
     PRIMARY KEY (post_id, name)
   );',
     4 => 'CREATE TABLE habari__posttype (
     id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
     name VARCHAR(255) NOT NULL,
     active TINYINT(1) DEFAULT 1
   );',
     5 => 'CREATE TABLE habari__...)
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('SELECT COUNT(id) FROM habari__tokens WHERE name=?')
system\classes\databaseconnection.php line 536:
  DatabaseConnection->query('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'super_user',
   ))
system\classes\db.php line 293:
  DatabaseConnection->get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'super_user',
   ))
system\classes\acl.php line 264:
  DB::get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'super_user',
   ))
system\classes\acl.php line 107:
  ACL::token_exists('super_user')
system\classes\acl.php line 771:
  ACL::create_token('super_user',    'Permissions for super users',    'Super User')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('INSERT INTO habari__tokens (name, description, token_group, token_type) VALUES (?, ?, ?, ?)')
system\classes\db.php line 134:
  DatabaseConnection->query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'super_user',
     1 => 'Permissions for super users',
     2 => 'Super User',
     3 => 0,
   ))
system\classes\acl.php line 118:
  DB::query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'super_user',
     1 => 'Permissions for super users',
     2 => 'Super User',
     3 => 0,
   ))
system\classes\acl.php line 771:
  ACL::create_token('super_user',    'Permissions for super users',    'Super User')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('SELECT COUNT(id) FROM habari__tokens WHERE name=?')
system\classes\databaseconnection.php line 536:
  DatabaseConnection->query('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_all_comments',
   ))
system\classes\db.php line 293:
  DatabaseConnection->get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_all_comments',
   ))
system\classes\acl.php line 264:
  DB::get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_all_comments',
   ))
system\classes\acl.php line 107:
  ACL::token_exists('manage_all_comments')
system\classes\acl.php line 774:
  ACL::create_token('manage_all_comments',    'Manage comments on all posts',    'Administration')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('INSERT INTO habari__tokens (name, description, token_group, token_type) VALUES (?, ?, ?, ?)')
system\classes\db.php line 134:
  DatabaseConnection->query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'manage_all_comments',
     1 => 'Manage comments on all posts',
     2 => 'Administration',
     3 => 0,
   ))
system\classes\acl.php line 118:
  DB::query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'manage_all_comments',
     1 => 'Manage comments on all posts',
     2 => 'Administration',
     3 => 0,
   ))
system\classes\acl.php line 774:
  ACL::create_token('manage_all_comments',    'Manage comments on all posts',    'Administration')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('SELECT COUNT(id) FROM habari__tokens WHERE name=?')
system\classes\databaseconnection.php line 536:
  DatabaseConnection->query('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_own_post_comments',
   ))
system\classes\db.php line 293:
  DatabaseConnection->get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_own_post_comments',
   ))
system\classes\acl.php line 264:
  DB::get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_own_post_comments',
   ))
system\classes\acl.php line 107:
  ACL::token_exists('manage_own_post_comments')
system\classes\acl.php line 775:
  ACL::create_token('manage_own_post_comments',    'Manage comments on one\'s own posts',    'Administration')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('INSERT INTO habari__tokens (name, description, token_group, token_type) VALUES (?, ?, ?, ?)')
system\classes\db.php line 134:
  DatabaseConnection->query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'manage_own_post_comments',
     1 => 'Manage comments on one\'s own posts',
     2 => 'Administration',
     3 => 0,
   ))
system\classes\acl.php line 118:
  DB::query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'manage_own_post_comments',
     1 => 'Manage comments on one\'s own posts',
     2 => 'Administration',
     3 => 0,
   ))
system\classes\acl.php line 775:
  ACL::create_token('manage_own_post_comments',    'Manage comments on one\'s own posts',    'Administration')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('SELECT COUNT(id) FROM habari__tokens WHERE name=?')
system\classes\databaseconnection.php line 536:
  DatabaseConnection->query('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_tags',
   ))
system\classes\db.php line 293:
  DatabaseConnection->get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_tags',
   ))
system\classes\acl.php line 264:
  DB::get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_tags',
   ))
system\classes\acl.php line 107:
  ACL::token_exists('manage_tags')
system\classes\acl.php line 776:
  ACL::create_token('manage_tags',    'Manage tags',    'Administration')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('INSERT INTO habari__tokens (name, description, token_group, token_type) VALUES (?, ?, ?, ?)')
system\classes\db.php line 134:
  DatabaseConnection->query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'manage_tags',
     1 => 'Manage tags',
     2 => 'Administration',
     3 => 0,
   ))
system\classes\acl.php line 118:
  DB::query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'manage_tags',
     1 => 'Manage tags',
     2 => 'Administration',
     3 => 0,
   ))
system\classes\acl.php line 776:
  ACL::create_token('manage_tags',    'Manage tags',    'Administration')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('SELECT COUNT(id) FROM habari__tokens WHERE name=?')
system\classes\databaseconnection.php line 536:
  DatabaseConnection->query('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_options',
   ))
system\classes\db.php line 293:
  DatabaseConnection->get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_options',
   ))
system\classes\acl.php line 264:
  DB::get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_options',
   ))
system\classes\acl.php line 107:
  ACL::token_exists('manage_options')
system\classes\acl.php line 777:
  ACL::create_token('manage_options',    'Manage options',    'Administration')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('INSERT INTO habari__tokens (name, description, token_group, token_type) VALUES (?, ?, ?, ?)')
system\classes\db.php line 134:
  DatabaseConnection->query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'manage_options',
     1 => 'Manage options',
     2 => 'Administration',
     3 => 0,
   ))
system\classes\acl.php line 118:
  DB::query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'manage_options',
     1 => 'Manage options',
     2 => 'Administration',
     3 => 0,
   ))
system\classes\acl.php line 777:
  ACL::create_token('manage_options',    'Manage options',    'Administration')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('SELECT COUNT(id) FROM habari__tokens WHERE name=?')
system\classes\databaseconnection.php line 536:
  DatabaseConnection->query('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_theme',
   ))
system\classes\db.php line 293:
  DatabaseConnection->get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_theme',
   ))
system\classes\acl.php line 264:
  DB::get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_theme',
   ))
system\classes\acl.php line 107:
  ACL::token_exists('manage_theme')
system\classes\acl.php line 778:
  ACL::create_token('manage_theme',    'Change theme',    'Administration')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('INSERT INTO habari__tokens (name, description, token_group, token_type) VALUES (?, ?, ?, ?)')
system\classes\db.php line 134:
  DatabaseConnection->query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'manage_theme',
     1 => 'Change theme',
     2 => 'Administration',
     3 => 0,
   ))
system\classes\acl.php line 118:
  DB::query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'manage_theme',
     1 => 'Change theme',
     2 => 'Administration',
     3 => 0,
   ))
system\classes\acl.php line 778:
  ACL::create_token('manage_theme',    'Change theme',    'Administration')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('SELECT COUNT(id) FROM habari__tokens WHERE name=?')
system\classes\databaseconnection.php line 536:
  DatabaseConnection->query('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_theme_config',
   ))
system\classes\db.php line 293:
  DatabaseConnection->get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_theme_config',
   ))
system\classes\acl.php line 264:
  DB::get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_theme_config',
   ))
system\classes\acl.php line 107:
  ACL::token_exists('manage_theme_config')
system\classes\acl.php line 779:
  ACL::create_token('manage_theme_config',    'Configure the active theme',    'Administration')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('INSERT INTO habari__tokens (name, description, token_group, token_type) VALUES (?, ?, ?, ?)')
system\classes\db.php line 134:
  DatabaseConnection->query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'manage_theme_config',
     1 => 'Configure the active theme',
     2 => 'Administration',
     3 => 0,
   ))
system\classes\acl.php line 118:
  DB::query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'manage_theme_config',
     1 => 'Configure the active theme',
     2 => 'Administration',
     3 => 0,
   ))
system\classes\acl.php line 779:
  ACL::create_token('manage_theme_config',    'Configure the active theme',    'Administration')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('SELECT COUNT(id) FROM habari__tokens WHERE name=?')
system\classes\databaseconnection.php line 536:
  DatabaseConnection->query('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_plugins',
   ))
system\classes\db.php line 293:
  DatabaseConnection->get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_plugins',
   ))
system\classes\acl.php line 264:
  DB::get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_plugins',
   ))
system\classes\acl.php line 107:
  ACL::token_exists('manage_plugins')
system\classes\acl.php line 780:
  ACL::create_token('manage_plugins',    'Activate/deactivate plugins',    'Administration')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('INSERT INTO habari__tokens (name, description, token_group, token_type) VALUES (?, ?, ?, ?)')
system\classes\db.php line 134:
  DatabaseConnection->query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'manage_plugins',
     1 => 'Activate/deactivate plugins',
     2 => 'Administration',
     3 => 0,
   ))
system\classes\acl.php line 118:
  DB::query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'manage_plugins',
     1 => 'Activate/deactivate plugins',
     2 => 'Administration',
     3 => 0,
   ))
system\classes\acl.php line 780:
  ACL::create_token('manage_plugins',    'Activate/deactivate plugins',    'Administration')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('SELECT COUNT(id) FROM habari__tokens WHERE name=?')
system\classes\databaseconnection.php line 536:
  DatabaseConnection->query('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_plugins_config',
   ))
system\classes\db.php line 293:
  DatabaseConnection->get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_plugins_config',
   ))
system\classes\acl.php line 264:
  DB::get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_plugins_config',
   ))
system\classes\acl.php line 107:
  ACL::token_exists('manage_plugins_config')
system\classes\acl.php line 781:
  ACL::create_token('manage_plugins_config',    'Configure active plugins',    'Administration')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('INSERT INTO habari__tokens (name, description, token_group, token_type) VALUES (?, ?, ?, ?)')
system\classes\db.php line 134:
  DatabaseConnection->query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'manage_plugins_config',
     1 => 'Configure active plugins',
     2 => 'Administration',
     3 => 0,
   ))
system\classes\acl.php line 118:
  DB::query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'manage_plugins_config',
     1 => 'Configure active plugins',
     2 => 'Administration',
     3 => 0,
   ))
system\classes\acl.php line 781:
  ACL::create_token('manage_plugins_config',    'Configure active plugins',    'Administration')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('SELECT COUNT(id) FROM habari__tokens WHERE name=?')
system\classes\databaseconnection.php line 536:
  DatabaseConnection->query('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_import',
   ))
system\classes\db.php line 293:
  DatabaseConnection->get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_import',
   ))
system\classes\acl.php line 264:
  DB::get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_import',
   ))
system\classes\acl.php line 107:
  ACL::token_exists('manage_import')
system\classes\acl.php line 782:
  ACL::create_token('manage_import',    'Use the importer',    'Administration')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('INSERT INTO habari__tokens (name, description, token_group, token_type) VALUES (?, ?, ?, ?)')
system\classes\db.php line 134:
  DatabaseConnection->query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'manage_import',
     1 => 'Use the importer',
     2 => 'Administration',
     3 => 0,
   ))
system\classes\acl.php line 118:
  DB::query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'manage_import',
     1 => 'Use the importer',
     2 => 'Administration',
     3 => 0,
   ))
system\classes\acl.php line 782:
  ACL::create_token('manage_import',    'Use the importer',    'Administration')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('SELECT COUNT(id) FROM habari__tokens WHERE name=?')
system\classes\databaseconnection.php line 536:
  DatabaseConnection->query('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_users',
   ))
system\classes\db.php line 293:
  DatabaseConnection->get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_users',
   ))
system\classes\acl.php line 264:
  DB::get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_users',
   ))
system\classes\acl.php line 107:
  ACL::token_exists('manage_users')
system\classes\acl.php line 783:
  ACL::create_token('manage_users',    'Add, remove, and edit users',    'Administration')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('INSERT INTO habari__tokens (name, description, token_group, token_type) VALUES (?, ?, ?, ?)')
system\classes\db.php line 134:
  DatabaseConnection->query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'manage_users',
     1 => 'Add, remove, and edit users',
     2 => 'Administration',
     3 => 0,
   ))
system\classes\acl.php line 118:
  DB::query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'manage_users',
     1 => 'Add, remove, and edit users',
     2 => 'Administration',
     3 => 0,
   ))
system\classes\acl.php line 783:
  ACL::create_token('manage_users',    'Add, remove, and edit users',    'Administration')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('SELECT COUNT(id) FROM habari__tokens WHERE name=?')
system\classes\databaseconnection.php line 536:
  DatabaseConnection->query('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_groups',
   ))
system\classes\db.php line 293:
  DatabaseConnection->get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_groups',
   ))
system\classes\acl.php line 264:
  DB::get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_groups',
   ))
system\classes\acl.php line 107:
  ACL::token_exists('manage_groups')
system\classes\acl.php line 784:
  ACL::create_token('manage_groups',    'Manage groups and permissions',    'Administration')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('INSERT INTO habari__tokens (name, description, token_group, token_type) VALUES (?, ?, ?, ?)')
system\classes\db.php line 134:
  DatabaseConnection->query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'manage_groups',
     1 => 'Manage groups and permissions',
     2 => 'Administration',
     3 => 0,
   ))
system\classes\acl.php line 118:
  DB::query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'manage_groups',
     1 => 'Manage groups and permissions',
     2 => 'Administration',
     3 => 0,
   ))
system\classes\acl.php line 784:
  ACL::create_token('manage_groups',    'Manage groups and permissions',    'Administration')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('SELECT COUNT(id) FROM habari__tokens WHERE name=?')
system\classes\databaseconnection.php line 536:
  DatabaseConnection->query('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_logs',
   ))
system\classes\db.php line 293:
  DatabaseConnection->get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_logs',
   ))
system\classes\acl.php line 264:
  DB::get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'manage_logs',
   ))
system\classes\acl.php line 107:
  ACL::token_exists('manage_logs')
system\classes\acl.php line 785:
  ACL::create_token('manage_logs',    'Manage logs',    'Administration')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('INSERT INTO habari__tokens (name, description, token_group, token_type) VALUES (?, ?, ?, ?)')
system\classes\db.php line 134:
  DatabaseConnection->query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'manage_logs',
     1 => 'Manage logs',
     2 => 'Administration',
     3 => 0,
   ))
system\classes\acl.php line 118:
  DB::query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'manage_logs',
     1 => 'Manage logs',
     2 => 'Administration',
     3 => 0,
   ))
system\classes\acl.php line 785:
  ACL::create_token('manage_logs',    'Manage logs',    'Administration')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('SELECT COUNT(id) FROM habari__tokens WHERE name=?')
system\classes\databaseconnection.php line 536:
  DatabaseConnection->query('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'own_posts',
   ))
system\classes\db.php line 293:
  DatabaseConnection->get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'own_posts',
   ))
system\classes\acl.php line 264:
  DB::get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'own_posts',
   ))
system\classes\acl.php line 107:
  ACL::token_exists('own_posts')
system\classes\acl.php line 788:
  ACL::create_token('own_posts',    'Permissions on one\'s own posts',    'Content',    true)
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('INSERT INTO habari__tokens (name, description, token_group, token_type) VALUES (?, ?, ?, ?)')
system\classes\db.php line 134:
  DatabaseConnection->query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'own_posts',
     1 => 'Permissions on one\'s own posts',
     2 => 'Content',
     3 => 1,
   ))
system\classes\acl.php line 118:
  DB::query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'own_posts',
     1 => 'Permissions on one\'s own posts',
     2 => 'Content',
     3 => 1,
   ))
system\classes\acl.php line 788:
  ACL::create_token('own_posts',    'Permissions on one\'s own posts',    'Content',    true)
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('SELECT COUNT(id) FROM habari__tokens WHERE name=?')
system\classes\databaseconnection.php line 536:
  DatabaseConnection->query('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'post_any',
   ))
system\classes\db.php line 293:
  DatabaseConnection->get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'post_any',
   ))
system\classes\acl.php line 264:
  DB::get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'post_any',
   ))
system\classes\acl.php line 107:
  ACL::token_exists('post_any')
system\classes\acl.php line 789:
  ACL::create_token('post_any',    'Permissions to all posts',    'Content',    true)
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('INSERT INTO habari__tokens (name, description, token_group, token_type) VALUES (?, ?, ?, ?)')
system\classes\db.php line 134:
  DatabaseConnection->query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'post_any',
     1 => 'Permissions to all posts',
     2 => 'Content',
     3 => 1,
   ))
system\classes\acl.php line 118:
  DB::query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'post_any',
     1 => 'Permissions to all posts',
     2 => 'Content',
     3 => 1,
   ))
system\classes\acl.php line 789:
  ACL::create_token('post_any',    'Permissions to all posts',    'Content',    true)
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('SELECT COUNT(id) FROM habari__tokens WHERE name=?')
system\classes\databaseconnection.php line 536:
  DatabaseConnection->query('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'post_any',
   ))
system\classes\db.php line 293:
  DatabaseConnection->get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'post_any',
   ))
system\classes\acl.php line 264:
  DB::get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'post_any',
   ))
system\classes\acl.php line 107:
  ACL::token_exists('post_any')
system\classes\acl.php line 791:
  ACL::create_token('post_any',    'Permissions to posts of type "any"',    'Content',    true)
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('INSERT INTO habari__tokens (name, description, token_group, token_type) VALUES (?, ?, ?, ?)')
system\classes\db.php line 134:
  DatabaseConnection->query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'post_any',
     1 => 'Permissions to posts of type "any"',
     2 => 'Content',
     3 => 1,
   ))
system\classes\acl.php line 118:
  DB::query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'post_any',
     1 => 'Permissions to posts of type "any"',
     2 => 'Content',
     3 => 1,
   ))
system\classes\acl.php line 791:
  ACL::create_token('post_any',    'Permissions to posts of type "any"',    'Content',    true)
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('SELECT COUNT(id) FROM habari__tokens WHERE name=?')
system\classes\databaseconnection.php line 536:
  DatabaseConnection->query('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'post_entry',
   ))
system\classes\db.php line 293:
  DatabaseConnection->get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'post_entry',
   ))
system\classes\acl.php line 264:
  DB::get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'post_entry',
   ))
system\classes\acl.php line 107:
  ACL::token_exists('post_entry')
system\classes\acl.php line 791:
  ACL::create_token('post_entry',    'Permissions to posts of type "entry"',    'Content',    true)
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('INSERT INTO habari__tokens (name, description, token_group, token_type) VALUES (?, ?, ?, ?)')
system\classes\db.php line 134:
  DatabaseConnection->query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'post_entry',
     1 => 'Permissions to posts of type "entry"',
     2 => 'Content',
     3 => 1,
   ))
system\classes\acl.php line 118:
  DB::query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'post_entry',
     1 => 'Permissions to posts of type "entry"',
     2 => 'Content',
     3 => 1,
   ))
system\classes\acl.php line 791:
  ACL::create_token('post_entry',    'Permissions to posts of type "entry"',    'Content',    true)
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('SELECT COUNT(id) FROM habari__tokens WHERE name=?')
system\classes\databaseconnection.php line 536:
  DatabaseConnection->query('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'post_page',
   ))
system\classes\db.php line 293:
  DatabaseConnection->get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'post_page',
   ))
system\classes\acl.php line 264:
  DB::get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'post_page',
   ))
system\classes\acl.php line 107:
  ACL::token_exists('post_page')
system\classes\acl.php line 791:
  ACL::create_token('post_page',    'Permissions to posts of type "page"',    'Content',    true)
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('INSERT INTO habari__tokens (name, description, token_group, token_type) VALUES (?, ?, ?, ?)')
system\classes\db.php line 134:
  DatabaseConnection->query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'post_page',
     1 => 'Permissions to posts of type "page"',
     2 => 'Content',
     3 => 1,
   ))
system\classes\acl.php line 118:
  DB::query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'post_page',
     1 => 'Permissions to posts of type "page"',
     2 => 'Content',
     3 => 1,
   ))
system\classes\acl.php line 791:
  ACL::create_token('post_page',    'Permissions to posts of type "page"',    'Content',    true)
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('SELECT COUNT(id) FROM habari__tokens WHERE name=?')
system\classes\databaseconnection.php line 536:
  DatabaseConnection->query('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'comment',
   ))
system\classes\db.php line 293:
  DatabaseConnection->get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'comment',
   ))
system\classes\acl.php line 264:
  DB::get_value('SELECT COUNT(id) FROM {tokens} WHERE name=?',    array (
     0 => 'comment',
   ))
system\classes\acl.php line 107:
  ACL::token_exists('comment')
system\classes\acl.php line 795:
  ACL::create_token('comment',    'Make comments on any post',    'Comments')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('INSERT INTO habari__tokens (name, description, token_group, token_type) VALUES (?, ?, ?, ?)')
system\classes\db.php line 134:
  DatabaseConnection->query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'comment',
     1 => 'Make comments on any post',
     2 => 'Comments',
     3 => 0,
   ))
system\classes\acl.php line 118:
  DB::query('INSERT INTO {tokens} (name, description, token_group, token_type) VALUES (?, ?, ?, ?)',    array (
     0 => 'comment',
     1 => 'Make comments on any post',
     2 => 'Comments',
     3 => 0,
   ))
system\classes\acl.php line 795:
  ACL::create_token('comment',    'Make comments on any post',    'Comments')
system\classes\installhandler.php line 1325:
  ACL::create_default_tokens()
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('SELECT id, name FROM habari__tokens')
system\classes\databaseconnection.php line 555:
  DatabaseConnection->query('SELECT id, name FROM {tokens}',    array (
   ))
system\classes\db.php line 306:
  DatabaseConnection->get_keyvalue('SELECT id, name FROM {tokens}',    array (
   ))
system\classes\acl.php line 213:
  DB::get_keyvalue('SELECT id, name FROM {tokens}')
system\classes\acl.php line 229:
  ACL::cache_tokens()
[core] line 0:
  ACL::token_id('super_user')
system\classes\usergroup.php line 232:
  array_map(array (
     0 => 'ACL',
     1 => 'token_id',
   ),    array (
     0 => 'super_user',
   ))
system\classes\installhandler.php line 1328:
  UserGroup->grant('super_user')
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: array_flip() [function.array-flip]: The argument should be an array in system\classes\acl.php line 229 system\classes\acl.php line 229:
  array_flip(false)
[core] line 0:
  ACL::token_id('super_user')
system\classes\usergroup.php line 232:
  array_map(array (
     0 => 'ACL',
     1 => 'token_id',
   ),    array (
     0 => 'super_user',
   ))
system\classes\installhandler.php line 1328:
  UserGroup->grant('super_user')
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__tokens in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('SELECT id, name FROM habari__tokens')
system\classes\databaseconnection.php line 555:
  DatabaseConnection->query('SELECT id, name FROM {tokens}',    array (
   ))
system\classes\db.php line 306:
  DatabaseConnection->get_keyvalue('SELECT id, name FROM {tokens}',    array (
   ))
system\classes\acl.php line 213:
  DB::get_keyvalue('SELECT id, name FROM {tokens}')
system\classes\acl.php line 229:
  ACL::cache_tokens()
system\classes\acl.php line 580:
  ACL::token_id(false)
system\classes\usergroup.php line 236:
  ACL::grant_group('1',    false,    'full')
system\classes\installhandler.php line 1328:
  UserGroup->grant('super_user')
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: array_flip() [function.array-flip]: The argument should be an array in system\classes\acl.php line 229 system\classes\acl.php line 229:
  array_flip(false)
system\classes\acl.php line 580:
  ACL::token_id(false)
system\classes\usergroup.php line 236:
  ACL::grant_group('1',    false,    'full')
system\classes\installhandler.php line 1328:
  UserGroup->grant('super_user')
[core] line 0:
  InstallHandler->upgrade_db_post_3030()
system\classes\installhandler.php line 1127:
  call_user_func(array (
     0 => 
     InstallHandler::__set_state(array(
        'action' => '',
        'handler_vars' => NULL,
        'theme' => NULL,
     )),
     1 => 'upgrade_db_post_3030',
   ))
system\classes\installhandler.php line 1219:
  InstallHandler->upgrade_db_post('1845')
index.php line 187:
  InstallHandler->upgrade_db() 
Warning: PDO::prepare() [pdo.prepare]: SQLSTATE[HY000]: General error: 1 no such table: habari__group_token_permissions in system\classes\databaseconnection.php line 263 system\classes\databaseconnection.php line 263:
  PDO->prepare('SELECT access_mask FROM habari__group_token_permissions WHERE group_id=? AND token_id=?')
system\classes\databaseconnection.php line 519:
  DatabaseConnection->query('SELECT a

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 10
www.google.se 3
search.live.com 2
Is this paste spam?
<Hide