
Jon Mosier - 2007-01-23 13:01:37
Trying to use "simplest.php" and receive the following error.
Fatal error: Call to a member function query() on a non-object in ...\browse_edit\BrowseEdit.php on line 670
(Full path replaced with ...).
NOTES:
Using mssql
I've set "$usePear=true" within the BrowseEdit.php file on lines 136 and 152.
The DB_mssql Object is successful
The BrowseEdit Object seems to be fine execpt for the following:
[selectedRow] => -1
[pearDB:private] =>
Thanks in advance,
Jon Mosier