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 :-) |
From: Matthew G. <gr...@mu...> - 2005-04-11 13:39:26
|
Known bug, fixed in CVS. It's a small change you can make in if your running 1.7.2. See the change here: http://cvs.sourceforge.net/viewcvs.py/phpesp/phpESP/public/handler.php?r1=1.31&r2=1.32 On Mon, 2005-04-11 at 09:59 +0200, cpt.jones wrote: > 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 > > So I am not asked to login etc it just stops with an error on this > line in my php file: > <?php $sid=3; 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 > Both PHP Versions doenst work. > > Thanks for any help :-) -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Jonas W. <cpt...@gm...> - 2005-04-13 10:29:36
|
Thanks for answering! But sadly it didnt help. I already had the new 1.32 version of the "handler.php" file. So I still have the Problem mentioned before. Any other Ideas? > Known bug, fixed in CVS. It's a small change you can make in if your > running 1.7.2. > > See the change here: > http://cvs.sourceforge.net/viewcvs.py/phpesp/phpESP/public/handler.php?r1=1.31&r2=1.32 > > On Mon, 2005-04-11 at 09:59 +0200, cpt.jones wrote: > > 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 > > > > So I am not asked to login etc it just stops with an error on this > > line in my php file: > > <?php $sid=3; 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 > > Both PHP Versions doenst work. > > > > Thanks for any help :-) > -- > mcg > ------------------------------------- > The IT Lab (http://www.itlab.musc.edu) > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > -- +++ NEU: GMX DSL_Flatrate! Schon ab 14,99 EUR/Monat! +++ GMX Garantie: Surfen ohne Tempo-Limit! http://www.gmx.net/de/go/dsl |
From: Matthew G. <gr...@mu...> - 2005-04-13 13:15:38
|
Hmm it seems to work here fine. What happens if you use the auto-publish url instead of embedding? On Wed, 2005-04-13 at 12:29 +0200, Jonas Walkenbach wrote: > Thanks for answering! But sadly it didnt help. I already had the new 1.32 > version of the "handler.php" file. So I still have the Problem mentioned > before. Any other Ideas? > > > Known bug, fixed in CVS. It's a small change you can make in if your > > running 1.7.2. > > > > See the change here: > > > http://cvs.sourceforge.net/viewcvs.py/phpesp/phpESP/public/handler.php?r1=1.31&r2=1.32 > > > > On Mon, 2005-04-11 at 09:59 +0200, cpt.jones wrote: > > > 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 > > > > > > So I am not asked to login etc it just stops with an error on this > > > line in my php file: > > > <?php $sid=3; 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 > > > Both PHP Versions doenst work. > > > > > > Thanks for any help :-) > > -- > > mcg > > ------------------------------------- > > The IT Lab (http://www.itlab.musc.edu) > > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > phpESP-general mailing list > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: cpt.jones <cpt...@gm...> - 2005-04-13 23:14:19
|
When I auto-publish my private survey I got asked for login/password but the data from my respondend accounts is not accepted (even the "root/esp" is not working). ----- Original Message ----- From: "Matthew Gregg" <gr...@mu...> To: "cpt.jones" <cpt...@gm...> Sent: Wednesday, April 13, 2005 9:09 PM Subject: Re: [phpesp-general] Problems with private survey > Auto-publishing private surveys doesn't work? > On Wed, 2005-04-13 at 20:19 +0200, cpt.jones wrote: >> I have no problems with public survey, either in a php file or >> auto-publishing. I just cant get a private sruvey to work :( >> >> ----- Original Message ----- >> From: "Matthew Gregg" <gr...@mu...> >> To: <php...@li...> >> Sent: Wednesday, April 13, 2005 3:15 PM >> Subject: Re: [phpesp-general] Problems with private survey >> >> >> > Hmm it seems to work here fine. What happens if you use the >> > auto-publish url instead of embedding? >> > On Wed, 2005-04-13 at 12:29 +0200, Jonas Walkenbach wrote: >> >> Thanks for answering! But sadly it didnt help. I already had the new >> >> 1.32 >> >> version of the "handler.php" file. So I still have the Problem >> >> mentioned >> >> before. Any other Ideas? >> >> >> >> > Known bug, fixed in CVS. It's a small change you can make in if >> >> > your >> >> > running 1.7.2. >> >> > >> >> > See the change here: >> >> > >> >> http://cvs.sourceforge.net/viewcvs.py/phpesp/phpESP/public/handler.php?r1=1.31&r2=1.32 >> >> > >> >> > On Mon, 2005-04-11 at 09:59 +0200, cpt.jones wrote: >> >> > > 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 >> >> > > >> >> > > So I am not asked to login etc it just stops with an error on this >> >> > > line in my php file: >> >> > > <?php $sid=3; 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 >> >> > > Both PHP Versions doenst work. >> >> > > >> >> > > Thanks for any help :-) >> >> > -- >> >> > mcg >> >> > ------------------------------------- >> >> > The IT Lab (http://www.itlab.musc.edu) >> >> > >> >> > >> >> > >> >> > ------------------------------------------------------- >> >> > SF email is sponsored by - The IT Product Guide >> >> > Read honest & candid reviews on hundreds of IT Products from real >> >> > users. >> >> > Discover which products truly live up to the hype. Start reading >> >> > now. >> >> > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >> >> > _______________________________________________ >> >> > phpESP-general mailing list >> >> > php...@li... >> >> > https://lists.sourceforge.net/lists/listinfo/phpesp-general >> >> > >> >> >> > -- >> > mcg >> > ------------------------------------- >> > The IT Lab (http://www.itlab.musc.edu) >> > >> > >> > >> > ------------------------------------------------------- >> > SF email is sponsored by - The IT Product Guide >> > Read honest & candid reviews on hundreds of IT Products from real >> > users. >> > Discover which products truly live up to the hype. Start reading now. >> > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >> > _______________________________________________ >> > phpESP-general mailing list >> > php...@li... >> > https://lists.sourceforge.net/lists/listinfo/phpesp-general >> > >> >> > -- > mcg > ------------------------------------- > The IT Lab (http://www.itlab.musc.edu) > |