|
From: Matthew G. <gr...@mu...> - 2002-03-28 14:32:29
|
Fix for this on line 38 in phpESP.ini:
- unset $tmp_lang;
+ unset($tmp_lang);
With that fix in place I don't have the "Invalid survey ID" problem.
--On Thursday, March 28, 2002 09:44:50 PM +1100 Kon Angelopoulos
<ang...@ip...> wrote:
> Hi James,
>
> Just after you made the changes to fix the global variable conflict on
> $tmp (phpESP.ini v1.24) I downloaded the latest devel CVS and tested.
>
> I get the following error when trying to log into the management
> interface: Parse error, expecting `'('' in /../../../../admin/phpESP.ini
> on line 38 Fatal error: Call to underfined function: esp_where() in
> /../../../../admin/manage.php on line 83.
>
> I just commented out line 38 ( unset $tmp_lang; ) so that I can keep
> testing and found another bug:
>
> When trying to download a file I keep getting the following error:
> [ Invalid survey ID. ]
>
> I put in an echo statement in download.inc to see what is returned from:
> $sid = intval($_REQUEST['sid']); and it always returns 0.
>
>
> Kon
>
> _______________________________________________
> phpESP-devel mailing list
> php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpesp-devel
>
----
one of the friendly folks in the IT Lab.
--------------------------------------\
The IT Lab (http://www.itlab.musc.edu) \____________________
Probably the world's premier software development center.
Serving: Programming, Tools, Ice Cream, Seminars
|