Forum Moderators: coopster
i receive this error when open the site:
array(12) { [0]=> array(11) { ["notnull"]=> bool(true) ["nativetype"]=> string(3) "int" ["length"]=> int(4) ["unsigned"]=> int(0) ["default"]=> string(0) "" ["autoincrement"]=> bool(true) ["type"]=> string(3) "int" ["mdb2type"]=> string(7) "integer" ["name"]=> string(2) "id" ["table"]=> string(13) "tufatw_famgal" ["flags"]=> string(20) "primary_key not_null" } => array(10) { ["notnull"]=> bool(false) ["nativetype"]=> string(3) "int" ["length"]=> int(4) ["unsigned"]=> int(0) ["default"]=> NULL ["type"]=> string(3) "int" ["mdb2type"]=> string(7) "integer" ["name"]=> string(3) "fid" ["table"]=> string(13) "tufatw_famgal" ["flags"]=> string(0) "" } [2]=> array(10) { ["notnull"]=> bool(false) ["nativetype"]=> string(3) "int" ["length"]=> int(4) ["unsigned"]=> int(0) ["default"]=> NULL ["type"]=> string(3) "int" ["mdb2type"]=> string(7) "integer" ["name"]=> string(2) "kd" ["table"]=> string(13) "tufatw_famgal" ["flags"]=> string(0) "" } [3]=> array(7) { ["notnull"]=> bool(false) ["nativetype"]=> string(8) "longblob" ["type"]=> string(8) "longblob" ["mdb2type"]=> string(4) "blob" ["name"]=> string(4) "data" ["table"]=> string(13) "tufatw_famgal" ["flags"]=> string(0) "" } [4]=> array(10) { ["notnull"]=> bool(false) ["nativetype"]=> string(3) "int" ["length"]=> int(4) ["unsigned"]=> int(0) ["default"]=> NULL ["type"]=> string(3) "int" ["mdb2type"]=> string(7) "integer" ["name"]=> string(4) "type" ["table"]=> string(13) "tufatw_famgal" ["flags"]=> string(0) "" } [5]=> array(9) { ["notnull"]=> bool(false) ["nativetype"]=> string(4) "text" ["fixed"]=> bool(false) ["default"]=> NULL ["type"]=> string(4) "text" ["mdb2type"]=> string(4) "text" ["name"]=> string(4) "name" ["table"]=> string(13) "tufatw_famgal" ["flags"]=> string(0) "" } [6]=> array(10) { ["notnull"]=> bool(false) ["nativetype"]=> string(3) "int" ["length"]=> int(4) ["unsigned"]=> int(0) ["default"]=> NULL ["type"]=> string(3) "int" ["mdb2type"]=> string(7) "integer" ["name"]=> string(2) "ta" ["table"]=> string(13) "tufatw_famgal" ["flags"]=> string(0) "" } [7]=> array(9) { ["notnull"]=> bool(false) ["nativetype"]=> string(4) "text" ["fixed"]=> bool(false) ["default"]=> NULL ["type"]=> string(4) "text" ["mdb2type"]=> string(4) "text" ["name"]=> string(5) "title" ["table"]=> string(13) "tufatw_famgal" ["flags"]=> string(0) "" } [8]=> array(9) { ["notnull"]=> bool(false) ["nativetype"]=> string(4) "text" ["fixed"]=> bool(false) ["default"]=> NULL ["type"]=> string(4) "text" ["mdb2type"]=> string(4) "text" ["name"]=> string(4) "tree" ["table"]=> string(13) "tufatw_famgal" ["flags"]=> string(0) "" } [9]=> array(9) { ["notnull"]=> bool(false) ["nativetype"]=> string(4) "text" ["fixed"]=> bool(false) ["default"]=> NULL ["type"]=> string(4) "text" ["mdb2type"]=> string(4) "text" ["name"]=> string(5) "descr" ["table"]=> string(13) "tufatw_famgal" ["flags"]=> string(0) "" } [10]=> array(10) { ["notnull"]=> bool(true) ["nativetype"]=> string(3) "int" ["length"]=> int(4) ["unsigned"]=> int(0) ["default"]=> string(1) "0" ["type"]=> string(3) "int" ["mdb2type"]=> string(7) "integer" ["name"]=> string(4) "indi" ["table"]=> string(13) "tufatw_famgal" ["flags"]=> string(9) " not_null" } [11]=> array(10) { ["notnull"]=> bool(false) ["nativetype"]=> string(3) "int" ["length"]=> int(4) ["unsigned"]=> int(0) ["default"]=> NULL ["type"]=> string(3) "int" ["mdb2type"]=> string(7) "integer" ["name"]=> string(3) "sid" ["table"]=> string(13) "tufatw_famgal" ["flags"]=> string(0) "" } } c:\websites\example.com\genealogy\classes.php398test [1][edited by: mohdsadek at 9:03 am (utc) on Sep. 25, 2007]
[edited by: dreamcatcher at 9:15 am (utc) on Sep. 25, 2007]
[edit reason] no urls as per T.O.S [webmasterworld.com].Thanks [/edit]
From your error, I suspect that somewhere, there's a command:
print_r(.....);
You need to remove it or comment it out!