From: Matthew G. <mat...@gm...> - 2008-04-26 17:23:44
|
Any idea when/what introduced this bug? On Sat, 2008-04-26 at 16:43 +0200, Franky Van Liedekerke wrote: > On Sat, 26 Apr 2008 08:16:31 -0400 > Neil Odell <nei...@co...> wrote: > > > Hi, > > > > I have the latest release installed. > > > > I successfully created and tested a survey. After I made it active I'm > > getting the following error when attempting to access the survey: > > > > [ Error processing survey: Survey is not active. ] > > > > I receive the same error whether accessing the survey directly or > > embedded in an existing page. > > > > Any help is appreciated. > > > > Neil > > > > Hi Neil, > > you've found a bug: when you go from status "test" to status "active", > the real status is being entered wrongly in the database. I've fixed > this for you now. > For everybody using phpESP: > > change admin/include/where/status.inc , line 69, from > $status = $old_status | STATUS_ACTIVE; > to > $status = STATUS_ACTIVE; > > that should do the trick. > > Franky > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general -- Matthew Gregg <mat...@gm...> |