Haven't seen this error before, but there have been a number of problems with the auth code. It has been rewritten in CVS, so you may want to check out a copy from there and try it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, making progress...I grabbed down cvs version but I'm still having a bit of trouble. Maybe it's my auth piece sitting in front of it. I am able to login and authenticate, but if I try to open a new bug it splats a message saying I need to log in first :)
Digging through the upgrade stuff now. Looks like a couple more tables were added and such. On my initial run of this I'm getting the following error .
Fatal error: Call to undefined function: fetchinto() in /usr/local/apache/htdocs/bugtracker/upgrade.php on line 52
$db is being passed via global so all should be cool. I look at the database and the CREATES are taking place. It's not liking the $rs->fetchInto stuff...
- Mike
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey all,
I'm getting the following error after I initially bring up the page....
Fatal error: Cannot create references to/from string offsets nor overloaded objects in /usr/local/apache/htdocs/bugs/inc/auth.php on line 40
Any ideas??? Running php 4.1.2, apache 1.3.23 and jpgraph on a solaris 8 (Sparc)
Haven't seen this error before, but there have been a number of problems with the auth code. It has been rewritten in CVS, so you may want to check out a copy from there and try it.
Well, making progress...I grabbed down cvs version but I'm still having a bit of trouble. Maybe it's my auth piece sitting in front of it. I am able to login and authenticate, but if I try to open a new bug it splats a message saying I need to log in first :)
Digging through the upgrade stuff now. Looks like a couple more tables were added and such. On my initial run of this I'm getting the following error .
Fatal error: Call to undefined function: fetchinto() in /usr/local/apache/htdocs/bugtracker/upgrade.php on line 52
$db is being passed via global so all should be cool. I look at the database and the CREATES are taking place. It's not liking the $rs->fetchInto stuff...
- Mike