Welcome Guest, Not a member yet? Register   Sign In
Error Mesage from oci8 ocifetchinto()
#12

[eluser]Unknown[/eluser]
I got error from "Scaffolding: View Data" page:

Message: Undefined property: stdClass::$2
Filename: views/view.php
Line Number: 14

checking views/view.php: foreach($query->result() as $row)
the query result shows below as NUMROWS instead of content of data:

["result_object"]=>
array(1) {
[0]=>
object(stdClass)#14 (1) {
["NUMROWS"]=>
string(1) "2"
}
}

expecting:
["result_object"]=>
array(1) {
[0]=>
object(stdClass)#14 (2) {
["id"]=>
string(1) "1"
["title"]=>
string(4) "mytitle"
}
}

Any clue?


Messages In This Thread
Error Mesage from oci8 ocifetchinto() - by El Forum - 08-07-2007, 09:32 AM
Error Mesage from oci8 ocifetchinto() - by El Forum - 08-07-2007, 02:58 PM
Error Mesage from oci8 ocifetchinto() - by El Forum - 08-08-2007, 12:14 AM
Error Mesage from oci8 ocifetchinto() - by El Forum - 08-09-2007, 06:18 AM
Error Mesage from oci8 ocifetchinto() - by El Forum - 08-16-2007, 05:56 AM
Error Mesage from oci8 ocifetchinto() - by El Forum - 08-16-2007, 07:19 AM
Error Mesage from oci8 ocifetchinto() - by El Forum - 09-07-2007, 02:31 PM
Error Mesage from oci8 ocifetchinto() - by El Forum - 10-24-2007, 03:32 PM
Error Mesage from oci8 ocifetchinto() - by El Forum - 10-25-2007, 02:13 PM
Error Mesage from oci8 ocifetchinto() - by El Forum - 10-25-2007, 02:44 PM
Error Mesage from oci8 ocifetchinto() - by El Forum - 10-26-2007, 06:07 AM
Error Mesage from oci8 ocifetchinto() - by El Forum - 12-18-2007, 07:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB