From: John Z. <jz...@ea...> - 2005-04-30 21:32:24
|
Hello all! I'm having a bit of difficulty getting phpESP to work. I've installed phpESP on a cgi php system, and I've connected it to a my sql database with a user that can create tables, although is not root. Becuase I'm running in cgi mode with no php authentication, I've made $ESPCONFIG['auth_response'] = false; and $ESPCONFIG['auth_design'] = false; as well. Between phpMyAdmin and the SQL scripts you've provided to make all the tables, I'm confident that's not the problem. I'm fine until I click on "Create a New Survey" and then fill in the inoformation. When I click next it doesn't move me forward to the questions tab, but keeps me back at the general tab. I've read though everything I could find and I starting hacking at the php myself before I put it all back to original code. Any help I could get would be sincerely apreciated, because otheriwise I'm going to have to do it all by hand!!! :( Here's the URL with the problem: http://sohocr.fatcow.com/phpESP/ Please Help!!! -john |
From: Matthew G. <gr...@mu...> - 2005-05-02 16:57:34
|
Version of ESP? Output of test.php? On Sat, 2005-04-30 at 17:32 -0400, John Zollo wrote: > Hello all! > > I'm having a bit of difficulty getting phpESP to work. I've installed phpESP on a cgi php system, and I've connected it to a my sql database with a user that can create tables, although is not root. Becuase I'm running in cgi mode with no php authentication, I've made $ESPCONFIG['auth_response'] = false; and $ESPCONFIG['auth_design'] = false; as well. Between phpMyAdmin and the SQL scripts you've provided to make all the tables, I'm confident that's not the problem. I'm fine until I click on "Create a New Survey" and then fill in the inoformation. When I click next it doesn't move me forward to the questions tab, but keeps me back at the general tab. I've read though everything I could find and I starting hacking at the php myself before I put it all back to original code. Any help I could get would be sincerely apreciated, because otheriwise I'm going to have to do it all by hand!!! :( > > Here's the URL with the problem: > http://sohocr.fatcow.com/phpESP/ > > Please Help!!! > -john > > > ------------------------------------------------------- > This SF.Net email is sponsored by: NEC IT Guy Games. > Get your fingers limbered up and give it your best shot. 4 great events, 4 > opportunities to win big! Highest score wins.NEC IT Guy Games. Play to > win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Gael J. <jo...@cy...> - 2005-05-03 11:09:04
|
You seem to have a problem similar to the one I had when trying to=20 install phpESP on my internet provider server: The session counter=20 doesen't increment in your test.php. For me the reason was that my provider doesn't allow you to store the=20 session info in the msyql base, but I was allowed to store it on my=20 server in a folder I had to call "sessions". Check with your provider,=20 it may be something like that for you too... Hope it helps. Gael. Matthew Gregg a =E9crit : > Version of ESP? Output of test.php? > On Sat, 2005-04-30 at 17:32 -0400, John Zollo wrote: >=20 >>Hello all! >> >> I'm having a bit of difficulty getting phpESP to work. I've inst= alled phpESP on a cgi php system, and I've connected it to a my sql datab= ase with a user that can create tables, although is not root. Becuase I'= m running in cgi mode with no php authentication, I've made $ESPCONFIG['a= uth_response'] =3D false; and $ESPCONFIG['auth_design'] =3D false; as wel= l. Between phpMyAdmin and the SQL scripts you've provided to make all th= e tables, I'm confident that's not the problem. I'm fine until I click o= n "Create a New Survey" and then fill in the inoformation. When I click = next it doesn't move me forward to the questions tab, but keeps me back a= t the general tab. I've read though everything I could find and I starti= ng hacking at the php myself before I put it all back to original code. = Any help I could get would be sincerely apreciated, because otheriwise I'= m going to have to do it all by hand!!! :( >> >>Here's the URL with the problem: >>http://sohocr.fatcow.com/phpESP/ >> >>Please Help!!! >>-john >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by: NEC IT Guy Games. >>Get your fingers limbered up and give it your best shot. 4 great events= , 4 >>opportunities to win big! Highest score wins.NEC IT Guy Games. Play to >>win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=3D20 >>_______________________________________________ >>phpESP-general mailing list >>php...@li... >>https://lists.sourceforge.net/lists/listinfo/phpesp-general >> >> |