From: Kon A. <ang...@ip...> - 2002-03-28 10:47:20
|
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 |