From: cpt.jones <cpt...@gm...> - 2005-04-11 07:54:16
|
Hello, I got a problem with private surveys. I made a group for respondent = accounts and created 2 accounts. When I add the "handler-prefix.php" = line before the "handler.php" line in my php file i got the error:is Notice: Undefined index: adodb_conn in = C:\apachefriends\xampp\htdocs\phpESP\admin\include\lib\espdatalib.inc on = line 133 Fatal error: Call to a member function qstr() on a non-object in = C:\apachefriends\xampp\htdocs\phpESP\admin\include\lib\espdatalib.inc on = line 133=20 So I am not asked to login etc it just stops with an error on this line = in my php file: <?php $sid=3D3; include('phpESP/public/handler-prefix.php'); ?> I am using WinXp SP2, Apache HTTPD 2.0.53, MySQL 4.1.10, PHP 5.0.3 + = 4.3.10=20 Both PHP Versions doenst work. Thanks for any help :-) |