Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'peak10'@'localhost' (using password: YES) /home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 120 (Array)
Error: Connect: Access denied for user 'peak10'@'localhost' (using password: YES)
CORE Revision 1.1.45
The links you see here are partly for instructional examples, but mostly for object debugging.
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'peak10'@'localhost' (using password: YES) /home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 120 (Array)
Error: Connect: Access denied for user 'peak10'@'localhost' (using password: YES)
Error: Existing database connection not found
Setting 'day' to 'monday'
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'peak10'@'localhost' (using password: YES) /home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 120 (Array)
Error: Connect: Access denied for user 'peak10'@'localhost' (using password: YES)
Error: Existing database connection not found
Error: Existing database connection not found
1
Loading:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'peak10'@'localhost' (using password: YES) /home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 120 (Array)
Error: Connect: Access denied for user 'peak10'@'localhost' (using password: YES)
Error: Existing database connection not found
Setting 'array' to an array:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'peak10'@'localhost' (using password: YES) /home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 120 (Array)
Error: Connect: Access denied for user 'peak10'@'localhost' (using password: YES)
Error: Existing database connection not found
Error: Existing database connection not found
Reading 'array':
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'peak10'@'localhost' (using password: YES) /home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 120 (Array)
Error: Connect: Access denied for user 'peak10'@'localhost' (using password: YES)
Error: Existing database connection not found
Clearing preference for 'year'
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'peak10'@'localhost' (using password: YES) /home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 120 (Array)
Error: Connect: Access denied for user 'peak10'@'localhost' (using password: YES)
Error: Existing database connection not found
Loading preference for 'year', which should use default value:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'peak10'@'localhost' (using password: YES) /home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 120 (Array)
Error: Connect: Access denied for user 'peak10'@'localhost' (using password: YES)
Error: Existing database connection not found
All preferences for uid=2:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'peak10'@'localhost' (using password: YES) /home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 120 (Array)
Error: Connect: Access denied for user 'peak10'@'localhost' (using password: YES)
Error: Existing database connection not found
Error: Existing database connection not found
Error: Existing database connection not found
Error: Existing database connection not found
Warning: array_merge() [function.array-merge]: Argument #1 is not an array /home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/Preferences.php, line 165 (Array)
Warning: array_merge() [function.array-merge]: Argument #2 is not an array /home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/Preferences.php, line 165 (Array)
Warning: array_merge() [function.array-merge]: Argument #3 is not an array /home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/Preferences.php, line 165 (Array)
Warning: array_merge() [function.array-merge]: Argument #4 is not an array /home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/Preferences.php, line 165 (Array)
Warning: Invalid argument supplied for foreach() /home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/Preferences.php, line 166 (Array)
A form:
Arrays manifest themselves as dropdowns in these forms, but once it's been submitted, the user value is the chosen value, not the whole array.
This object isn't really set up to edit+store arrays, it's mostly for reading+storing arrays.
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'peak10'@'localhost' (using password: YES) /home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 120 (Array)
Error: Connect: Access denied for user 'peak10'@'localhost' (using password: YES)
Error: Existing database connection not found
Error: Existing database connection not found
Error: Existing database connection not found
Error: Existing database connection not found
Warning: array_merge() [function.array-merge]: Argument #1 is not an array /home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/Preferences.php, line 165 (Array)
Warning: array_merge() [function.array-merge]: Argument #2 is not an array /home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/Preferences.php, line 165 (Array)
Warning: array_merge() [function.array-merge]: Argument #3 is not an array /home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/Preferences.php, line 165 (Array)
Warning: array_merge() [function.array-merge]: Argument #4 is not an array /home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/Preferences.php, line 165 (Array)
Warning: Invalid argument supplied for foreach() /home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/Preferences.php, line 166 (Array)
<?
/**
* Core Example File
*
* @author Mark Young
* @version $Id: free.php 153 $UID007-04-17 15:03:38Z mark.young $
* @copyright MarkYoung, 19 February, $UID007
* @package examples
* @subpackage preferences
**/
$UID=2;
include_once ($_SERVER['DOCUMENT_ROOT'] . "/core.inc.php");
Connect(DATA_SHERPA);
$p = new Preferences($UID);
// $p->uid=$UID; // or just use the constructor
$p->product = 'demo';
if ($_GET['_action']=='save')
{
$p->SavePreferences($_GET);
}
include("head.php");
?>
<h3>Loading and Setting User Prefs for <i>uid=<?=$UID?></i></h3>
<ul>
<li>Default 'day':
<?
echo $p->GetPrefDefault('day');
?>
<li>Setting 'day' to 'monday'<?=$p->SetPref('day', 'Monday')?></li>
<li>Loading: <?=$p->GetPref('day')?>
<li>Setting 'array' to an array:
<?
$p->SetPref('array', array("a"=>"one","b"=>"two","c"=>"tres","d"=>"quatro","e"=>"fiver"));
?>
<li>Reading 'array':
<?
PrintR( $p->GetPref('array'), '"array" preference');
?>
<li>Clearing preference for 'year' <?=$p->ClearPref('year')?>
<li>Loading preference for 'year', which should use default value: <?=$p->GetPref('year')?>
<li>All preferences for <i>uid=<?=$UID?></i>:</li>
<?
PrintR($p->GetAllPrefs());
?>
<li> A form:</li>
<p>Arrays manifest themselves as dropdowns in these forms, but once it's been submitted, the user value is the chosen value, not the whole array.
This object isn't really set up to edit+store arrays, it's mostly for reading+storing arrays.
<?
$fields = $p->GetAllPrefs();
$d = new data($fields);
$o = new outputForm($d);
$o->Title='Preferences';
$o->Display();
?>
</ul>
<?
include("foot.php");
?>
Debug Log:Memory Usage: 714.98k, Number of Queries: 0
[0.0000]db.inc.php File included include_once, line 21 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0011]Connect mysql://peak10:peakmeup@localhost/peak10 Connect, line 113 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0002]PrintWarningWARNING: mysql_connect() [function.mysql-connect]: Access denied for user 'peak10'@'localhost' (using password: YES) /home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 120 (Array) PrintWarning, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintErrorERROR: Connect: Access denied for user 'peak10'@'localhost' (using password: YES) PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.1562]include End head.php include, line 52 home/bartniedner_com/core.bartniedner.com/htdocs/examples/head.php
[0.0001]Connect mysql://peak10:peakmeup@localhost/peak10 Connect, line 113 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0004]PrintWarningWARNING: mysql_connect() [function.mysql-connect]: Access denied for user 'peak10'@'localhost' (using password: YES) /home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 120 (Array) PrintWarning, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintErrorERROR: Connect: Access denied for user 'peak10'@'localhost' (using password: YES) PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0001]PrintErrorERROR: Existing database connection not found PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]Query $SQL_CURRENT_CONNECTION is not the expected object. Query, line 210 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0000]Connect mysql://peak10:peakmeup@localhost/peak10 Connect, line 113 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0001]PrintWarningWARNING: mysql_connect() [function.mysql-connect]: Access denied for user 'peak10'@'localhost' (using password: YES) /home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 120 (Array) PrintWarning, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintErrorERROR: Connect: Access denied for user 'peak10'@'localhost' (using password: YES) PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintErrorERROR: Existing database connection not found PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]Query $SQL_CURRENT_CONNECTION is not the expected object. Query, line 210 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0000]PrintErrorERROR: Existing database connection not found PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]Query $SQL_CURRENT_CONNECTION is not the expected object. Query, line 210 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0000]SetPref Preference 'day' set to 'Monday' SetPref, line 128 home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/Preferences.php
[0.0000]Connect mysql://peak10:peakmeup@localhost/peak10 Connect, line 113 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0001]PrintWarningWARNING: mysql_connect() [function.mysql-connect]: Access denied for user 'peak10'@'localhost' (using password: YES) /home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 120 (Array) PrintWarning, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintErrorERROR: Connect: Access denied for user 'peak10'@'localhost' (using password: YES) PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintErrorERROR: Existing database connection not found PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]Query $SQL_CURRENT_CONNECTION is not the expected object. Query, line 210 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0000]Connect mysql://peak10:peakmeup@localhost/peak10 Connect, line 113 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0002]PrintWarningWARNING: mysql_connect() [function.mysql-connect]: Access denied for user 'peak10'@'localhost' (using password: YES) /home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 120 (Array) PrintWarning, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintErrorERROR: Connect: Access denied for user 'peak10'@'localhost' (using password: YES) PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintErrorERROR: Existing database connection not found PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]Query $SQL_CURRENT_CONNECTION is not the expected object. Query, line 210 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0000]PrintErrorERROR: Existing database connection not found PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]Query $SQL_CURRENT_CONNECTION is not the expected object. Query, line 210 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0000]SetPref Preference 'array' set to 'a:5:{s:1:\"a\";s:3:\"one\";s:1:\"b\";s:3:\"two\";s:1:\"c\";s:4:\"tres\";s:1:\"d\";s:6:\"quatro\";s:1:\"e\";s:5:\"fiver\";}' SetPref, line 128 home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/Preferences.php
[0.0000]Connect mysql://peak10:peakmeup@localhost/peak10 Connect, line 113 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0002]PrintWarningWARNING: mysql_connect() [function.mysql-connect]: Access denied for user 'peak10'@'localhost' (using password: YES) /home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 120 (Array) PrintWarning, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintErrorERROR: Connect: Access denied for user 'peak10'@'localhost' (using password: YES) PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintErrorERROR: Existing database connection not found PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]Query $SQL_CURRENT_CONNECTION is not the expected object. Query, line 210 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0001]PrintR ['"array" preference'] PrintR, line 449 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0002]Connect mysql://peak10:peakmeup@localhost/peak10 Connect, line 113 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0001]PrintWarningWARNING: mysql_connect() [function.mysql-connect]: Access denied for user 'peak10'@'localhost' (using password: YES) /home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 120 (Array) PrintWarning, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintErrorERROR: Connect: Access denied for user 'peak10'@'localhost' (using password: YES) PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintErrorERROR: Existing database connection not found PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]Query $SQL_CURRENT_CONNECTION is not the expected object. Query, line 210 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0000]Connect mysql://peak10:peakmeup@localhost/peak10 Connect, line 113 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0001]PrintWarningWARNING: mysql_connect() [function.mysql-connect]: Access denied for user 'peak10'@'localhost' (using password: YES) /home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 120 (Array) PrintWarning, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintErrorERROR: Connect: Access denied for user 'peak10'@'localhost' (using password: YES) PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintErrorERROR: Existing database connection not found PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]Query $SQL_CURRENT_CONNECTION is not the expected object. Query, line 210 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0000]Connect mysql://peak10:peakmeup@localhost/peak10 Connect, line 113 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0001]PrintWarningWARNING: mysql_connect() [function.mysql-connect]: Access denied for user 'peak10'@'localhost' (using password: YES) /home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 120 (Array) PrintWarning, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintErrorERROR: Connect: Access denied for user 'peak10'@'localhost' (using password: YES) PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintErrorERROR: Existing database connection not found PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]Query $SQL_CURRENT_CONNECTION is not the expected object. Query, line 210 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0000]PrintErrorERROR: Existing database connection not found PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]Query $SQL_CURRENT_CONNECTION is not the expected object. Query, line 210 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0000]PrintErrorERROR: Existing database connection not found PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]Query $SQL_CURRENT_CONNECTION is not the expected object. Query, line 210 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0000]PrintErrorERROR: Existing database connection not found PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]Query $SQL_CURRENT_CONNECTION is not the expected object. Query, line 210 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0000]PrintWarningWARNING: array_merge() [function.array-merge]: Argument #1 is not an array /home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/Preferences.php, line 165 (Array) PrintWarning, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintWarningWARNING: array_merge() [function.array-merge]: Argument #2 is not an array /home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/Preferences.php, line 165 (Array) PrintWarning, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintWarningWARNING: array_merge() [function.array-merge]: Argument #3 is not an array /home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/Preferences.php, line 165 (Array) PrintWarning, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintWarningWARNING: array_merge() [function.array-merge]: Argument #4 is not an array /home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/Preferences.php, line 165 (Array) PrintWarning, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintWarningWARNING: Invalid argument supplied for foreach() /home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/Preferences.php, line 166 (Array) PrintWarning, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0001]PrintR [''] PrintR, line 449 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]Connect mysql://peak10:peakmeup@localhost/peak10 Connect, line 113 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0001]PrintWarningWARNING: mysql_connect() [function.mysql-connect]: Access denied for user 'peak10'@'localhost' (using password: YES) /home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 120 (Array) PrintWarning, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintErrorERROR: Connect: Access denied for user 'peak10'@'localhost' (using password: YES) PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintErrorERROR: Existing database connection not found PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]Query $SQL_CURRENT_CONNECTION is not the expected object. Query, line 210 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0000]PrintErrorERROR: Existing database connection not found PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]Query $SQL_CURRENT_CONNECTION is not the expected object. Query, line 210 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0000]PrintErrorERROR: Existing database connection not found PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]Query $SQL_CURRENT_CONNECTION is not the expected object. Query, line 210 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0000]PrintErrorERROR: Existing database connection not found PrintError, line 344 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]Query $SQL_CURRENT_CONNECTION is not the expected object. Query, line 210 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
[0.0000]PrintWarningWARNING: array_merge() [function.array-merge]: Argument #1 is not an array /home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/Preferences.php, line 165 (Array) PrintWarning, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintWarningWARNING: array_merge() [function.array-merge]: Argument #2 is not an array /home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/Preferences.php, line 165 (Array) PrintWarning, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintWarningWARNING: array_merge() [function.array-merge]: Argument #3 is not an array /home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/Preferences.php, line 165 (Array) PrintWarning, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintWarningWARNING: array_merge() [function.array-merge]: Argument #4 is not an array /home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/Preferences.php, line 165 (Array) PrintWarning, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]PrintWarningWARNING: Invalid argument supplied for foreach() /home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/Preferences.php, line 166 (Array) PrintWarning, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0036]ErrorHandlerin_array() [function.in-array]: Wrong datatype for second argument /home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/outputForm.php, line 262 (Array) ErrorHandler, line 140 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0001]DrawTopPartoutputForm - Preferences DrawTopPart, line 205 home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/output.php
[0.0001]LoadJavascript Loaded http://core.bartniedner.com/include/javascript/jquery.js LoadJavascript, line 854 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]LoadJavascript Loaded http://core.bartniedner.com/include/javascript/core.js LoadJavascript, line 854 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]LoadJavascript Loaded http://core.bartniedner.com/include/javascript/firebug/firebug.js LoadJavascript, line 854 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0001]PrintWarningWARNING: Invalid argument supplied for foreach() /home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/outputForm.php, line 297 (Array) PrintWarning, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0001]DrawBottomPart End
outputForm - Preferences DrawBottomPart, line 381 home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/output.php
[0.0001]include Begin foot.php include, line 10 home/bartniedner_com/core.bartniedner.com/htdocs/examples/foot.php
[0.0004]LoadJavascript Loaded http://core.bartniedner.com/include/javascript/ajax.js LoadJavascript, line 854 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
[0.0000]DrawTopPartoutputFreeText - Source code DrawTopPart, line 205 home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/output.php
[0.0004]DrawBottomPart cached: /tmp/sourcecodeGzpQOy DrawBottomPart, line 378 home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/output.php
[0.1617]DrawBottomPart End
outputFreeText - Source code DrawBottomPart, line 381 home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/output.php