From: Bishop B. <ph...@id...> - 2008-09-25 14:07:29
|
Charles, This is the result of a bug in older versions of the software. You need to do two things: 1. Update to the latest version of PHPESP, possibly from SVN HEAD 2. Manually update the surveys to the correct status, eg: UPDATE survey SET status=1 WHERE id=whatever See bug 2035113 in the SourceForge tracker https://sourceforge.net/tracker/index.php?func=detail&aid=2035113&group_id=8956&atid=108956 bishop Quoting Bishop Bettini <ph...@id...>: > Charles, > > Did you activate this survey, then go into test, then activate again? > What version of PHPESP are you running? > > > Team, > The survey status is 9, which I think can only mean the survey has > been activated (0x00 | 0x01 = 0x01), put into test (0x08 | 0x01 = > 0x09), and then activated again (error). > > But admin/include/where/status.inc:45 prevents an active survey from > going into test. > > Thoughts? > > bishop > > ----- Forwarded message from cha...@us... ----- > Date: Thu, 25 Sep 2008 08:41:12 +0000 > From: Charles Charles <cha...@us...> > Reply-To: Charles Charles <cha...@us...> > Subject: phpesp error > To: bi...@us... > Cc: cha...@us... > > > Message body follows: > > I recently install phpesp on my server. Everything looks to > be working well. > > EXCEPT when I tried to change the status from "test" > to "active" at "change status of survey", I get the > following error message: > > Can not set survey status. [ Status: 9 ] > > Could you assist on how I can resolve this? > > -- > This message has been sent to you, a registered SourceForge.net user, > by another site user, through the SourceForge.net site. This message > has been delivered to your SourceForge.net mail alias. You may reply > to this message using the "Reply" feature of your email client, or > using the messaging facility of SourceForge.net at: > https://sourceforge.net/sendmessage.php?touser=2227450 > > > ----- End forwarded message ----- > > > -- > Bishop Bettini > ideacode, Inc. > (main) +1 919 341 5170 / (fax) +1 919 521 4100 > > Visit us on the web at: > ideacode.com Professional software research and development > reviewmysoftware.com Improve sales! Review your software before you release > bytejar.com Solutions to those annoying development problems > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > -- Bishop Bettini ideacode, Inc. (main) +1 919 341 5170 / (fax) +1 919 521 4100 Visit us on the web at: ideacode.com Professional software research and development reviewmysoftware.com Improve sales! Review your software before you release bytejar.com Solutions to those annoying development problems |