Savant3_Error: Array ( [code] => ERR_TEMPLATE [info] => Array ( [template] => form_status.tpl.php ) [level] => 256 [trace] => Array ( [0] => Array ( [file] => /usr/share/php/Savant3.php [line] => 1298 [function] => __construct [class] => Savant3_Error [object] => Savant3_Error Object ( [code] => ERR_TEMPLATE [info] => Array ( [template] => form_status.tpl.php ) [level] => 256 [trace] => Array *RECURSION* ) [type] => -> [args] => Array ( [0] => Array ( [code] => ERR_TEMPLATE [info] => Array ( [template] => form_status.tpl.php ) [level] => 256 [trace] => 1 ) ) ) [1] => Array ( [file] => /usr/share/php/Savant3.php [line] => 1121 [function] => error [class] => Savant3 [object] => Savant3 Object ( [__config:protected] => Array ( [template_path] => Array ( [0] => ./application/xmas/layouts/cms/ [1] => ./application/_base/layouts/cms/ [2] => ./plugins/base_system/layouts/cms/ [3] => ./plugins/index/layouts/cms/ [4] => ./plugins/cms/layouts/cms/ [5] => ./plugins/config/layouts/cms/ [6] => ./plugins/errors/layouts/cms/ [7] => ./plugins/authentication/layouts/cms/ [8] => ./application/xmas/layouts/ [9] => ./application/_base/layouts/ [10] => ./plugins/base_system/layouts/ [11] => ./plugins/index/layouts/ [12] => ./plugins/cms/layouts/ [13] => ./plugins/config/layouts/ [14] => ./plugins/errors/layouts/ [15] => ./plugins/authentication/layouts/ [16] => ./ [17] => ./ ) [resource_path] => Array ( [0] => /usr/share/php/Savant3/resources/ ) [error_text] => template error, examine fetch() result [exceptions] => [autoload] => [compiler] => [filters] => Array ( ) [plugins] => Array ( ) [template] => [plugin_conf] => Array ( ) [extract] => [fetch] => /var/www/sites/www.yourchristmaslist.com/plugins/cms/layouts/_404.tpl.php [escape] => Array ( [0] => htmlspecialchars ) ) [auth] => Authentication Object ( [Invite] => [User] => [m_vIsAuth:protected] => [m_vIsRef:protected] => [m_vLogClick:protected] => 1 [m_sAuthVar:protected] => auth_email [m_sAuthHash:protected] => auth_hash [m_sRefVar:protected] => refcode [m_sRefCode:protected] => [config:protected] => Config Object ( [vars:Config:private] => Array ( [db_host] => localhost [db_user] => usr_xmaslist [db_pass] => x40J05Rj8bXt6Ge [db_name] => xmas [smtp_host] => relay.jangosmtp.net [smtp_port] => 25 [smtp_user] => paniris [smtp_pass] => 0p3ns0urc3 [from_email] => contact@yourchristmaslist.com [amazon_public_key] => AKIAIHWDW44XOTVD5S6A [amazon_private_key] => 96WVUeSQzcuk8jDRaS7Ety7xKkArHnMTZTecr3si [amazon_associate_tag] => yourc0b-20 [jango_api] => http://api.jangomail.com/api.asmx?WSDL [auto_add_to_jango] => 1 [default_page] => 25 [debug] => 1 [db_debug] => [base_url] => www.yourchristmaslist.com [domain] => yourchristmaslist.com ) [locked:Config:private] => Array ( [0] => db_host [1] => db_user [2] => db_pass [3] => db_name [4] => smtp_host [5] => smtp_port [6] => smtp_user [7] => smtp_pass [8] => from_email [9] => amazon_public_key [10] => amazon_private_key [11] => amazon_associate_tag [12] => jango_api [13] => auto_add_to_jango [14] => default_page [15] => debug [16] => db_debug [17] => base_url [18] => domain ) [db_vars:Config:private] => Array ( ) [db_overrides:Config:private] => ) ) [config] => Config Object ( [vars:Config:private] => Array ( [db_host] => localhost [db_user] => usr_xmaslist [db_pass] => x40J05Rj8bXt6Ge [db_name] => xmas [smtp_host] => relay.jangosmtp.net [smtp_port] => 25 [smtp_user] => paniris [smtp_pass] => 0p3ns0urc3 [from_email] => contact@yourchristmaslist.com [amazon_public_key] => AKIAIHWDW44XOTVD5S6A [amazon_private_key] => 96WVUeSQzcuk8jDRaS7Ety7xKkArHnMTZTecr3si [amazon_associate_tag] => yourc0b-20 [jango_api] => http://api.jangomail.com/api.asmx?WSDL [auto_add_to_jango] => 1 [default_page] => 25 [debug] => 1 [db_debug] => [base_url] => www.yourchristmaslist.com [domain] => yourchristmaslist.com ) [locked:Config:private] => Array ( [0] => db_host [1] => db_user [2] => db_pass [3] => db_name [4] => smtp_host [5] => smtp_port [6] => smtp_user [7] => smtp_pass [8] => from_email [9] => amazon_public_key [10] => amazon_private_key [11] => amazon_associate_tag [12] => jango_api [13] => auto_add_to_jango [14] => default_page [15] => debug [16] => db_debug [17] => base_url [18] => domain ) [db_vars:Config:private] => Array ( ) [db_overrides:Config:private] => ) [db] => ADODB_mysqli Object ( [databaseType] => mysqli [dataProvider] => native [hasInsertID] => 1 [hasAffectedRows] => 1 [metaTablesSQL] => SHOW TABLES [metaColumnsSQL] => SHOW COLUMNS FROM `%s` [fmtTimeStamp] => 'Y-m-d H:i:s' [hasLimit] => 1 [hasMoveFirst] => 1 [hasGenID] => 1 [isoDates] => 1 [sysDate] => CURDATE() [sysTimeStamp] => NOW() [hasTransactions] => 1 [forceNewConnect] => [poorAffectedRows] => 1 [clientFlags] => 0 [substr] => substring [port] => [socket] => [_bindInputArray] => [nameQuote] => ` [optionFlags] => Array ( [0] => Array ( [0] => 5 [1] => 0 ) ) [arrayClass] => ADORecordSet_array_mysqli [multiQuery] => [_genIDSQL] => update %s set id=LAST_INSERT_ID(id+1); [_genSeqSQL] => create table %s (id int not null) [_genSeqCountSQL] => select count(*) from %s [_genSeq2SQL] => insert into %s values (%s) [_dropSeqSQL] => drop table %s [database] => xmas [host] => localhost [user] => usr_xmaslist [password] => not stored [debug] => [maxblobsize] => 262144 [concat_operator] => + [length] => length [random] => rand() [upperCase] => upper [fmtDate] => 'Y-m-d' [true] => 1 [false] => 0 [replaceQuote] => \' [charSet] => [metaDatabasesSQL] => [uniqueOrderBy] => [emptyDate] =>   [emptyTimeStamp] =>   [lastInsID] => [hasTop] => [readOnly] => [genID] => 0 [raiseErrorFn] => [cacheSecs] => 3600 [memCache] => [memCacheHost] => [memCachePort] => 11211 [memCacheCompress] => [sysUTimeStamp] => [noNullStrings] => [numCacheHits] => 0 [numCacheMisses] => 0 [pageExecuteCountRows] => 1 [uniqueSort] => [leftOuter] => [rightOuter] => [ansiOuter] => [autoRollback] => [fnExecute] => [fnCacheExecute] => [blobEncodeType] => [rsPrefix] => ADORecordSet_ [autoCommit] => 1 [transOff] => 0 [transCnt] => 0 [fetchMode] => 2 [null2null] => null [bulkBind] => [_oldRaiseFn] => [_transOK] => [_connectionID] => mysqli Object ( [affected_rows] => -1 [client_info] => 5.1.41 [client_version] => 50141 [connect_errno] => 0 [connect_error] => [errno] => 0 [error] => [field_count] => 1 [host_info] => Localhost via UNIX socket [info] => [insert_id] => 0 [server_info] => 5.1.41-3ubuntu12.10 [server_version] => 50141 [sqlstate] => 00000 [protocol_version] => 10 [thread_id] => 18336838 [warning_count] => 0 ) [_errorMsg] => [_errorCode] => [_queryID] => mysqli_result Object Get Everything on Your Christmas List!  |  YourChristmasList.com

Unknown Error

2

print_r(): Couldn't fetch mysqli_result

Unknown : 121 in file /usr/share/php/Savant3/Error.php

Sign up for an account

1

GiftCards.com - Always The Right Gift®




A Little Help?