From: SourceForge.net <no...@so...> - 2005-03-11 16:29:19
|
Bugs item #1161478, was opened at 2005-03-11 08:29 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1161478&group_id=8956 Category: User Group: v1.6.1 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Display of real time results Initial Comment: In a previous version of php-ESP (1.3), I had been using the functionality that lets me display the real-time results on a public web page. Like so (from the documentation): "If you would like to insert the (real-time) results of a survey into a web page, use the following PHP code. <?php $sid=SID; $results=1; include('F:\wwwroot\home\survey\admin/public/handler.php'); ?>" Since upgrading, I have been getting errors on my results page (actual results display correctly below these errors): Notice: Undefined variable: precision in F:\wwwroot\home\survey\admin\public\handler.php on line 37 Notice: Undefined variable: totals in F:\wwwroot\home\survey\admin\public\handler.php on line 37 Notice: Undefined variable: qid in F:\wwwroot\home\survey\admin\public\handler.php on line 37 Notice: Undefined variable: cids in F:\wwwroot\home\survey\admin\public\handler.php on line 37 ------------------- test.php info: PHP Information * Version: 5.0.3 * OS: WINNT * SAPI: apache2handler * register_globals: No * magic_quotes_gpc: Yes * magic_quotes_runtime: No * safe_mode: No * open_basedir: PHP Extensions * dBase: No * GD: No * GNU Gettext: Yes * LDAP: No * MySQL: Yes * PHP Extension Dir (compiled): C:\php5 * PHP Extension Dir (run time): e:\php\ext phpESP Settings * Expected ESP_BASE: F:\wwwroot\home\survey\admin/ * Expected base_url: http://www.uwstout.edu/survey/admin/ * Loading phpESP.ini.php ... * ESP_BASE: F:\wwwroot\home\survey\admin/ * base_url: http://www.uwstout.edu/survey/admin/ * Version: 1.6.1 * Debug: No phpESP Language Settings * GNU Gettext: Real * default_lang: en_US * current lang: en_US * available langs: da_DK, de_DE, el_GR, en_US, es_ES, fr_FR, it_IT, ja_JP, nl_NL, pt_BR, pt_PT, sv_SE (da, de, el, en, es, fr, it, ja, nl, pt, sv) * GNU Gettext test: Passed * Catalog Open Test: Yes PHP Session Test * session.save_path: e:\temp\phpsession * Counter: 1 Contact information: Christopher Rivard <ri...@uw...> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1161478&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-03-11 16:33:07
|
Bugs item #1161478, was opened at 2005-03-11 11:29 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1161478&group_id=8956 Category: User Group: v1.6.1 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Display of real time results Initial Comment: In a previous version of php-ESP (1.3), I had been using the functionality that lets me display the real-time results on a public web page. Like so (from the documentation): "If you would like to insert the (real-time) results of a survey into a web page, use the following PHP code. <?php $sid=SID; $results=1; include('F:\wwwroot\home\survey\admin/public/handler.php'); ?>" Since upgrading, I have been getting errors on my results page (actual results display correctly below these errors): Notice: Undefined variable: precision in F:\wwwroot\home\survey\admin\public\handler.php on line 37 Notice: Undefined variable: totals in F:\wwwroot\home\survey\admin\public\handler.php on line 37 Notice: Undefined variable: qid in F:\wwwroot\home\survey\admin\public\handler.php on line 37 Notice: Undefined variable: cids in F:\wwwroot\home\survey\admin\public\handler.php on line 37 ------------------- test.php info: PHP Information * Version: 5.0.3 * OS: WINNT * SAPI: apache2handler * register_globals: No * magic_quotes_gpc: Yes * magic_quotes_runtime: No * safe_mode: No * open_basedir: PHP Extensions * dBase: No * GD: No * GNU Gettext: Yes * LDAP: No * MySQL: Yes * PHP Extension Dir (compiled): C:\php5 * PHP Extension Dir (run time): e:\php\ext phpESP Settings * Expected ESP_BASE: F:\wwwroot\home\survey\admin/ * Expected base_url: http://www.uwstout.edu/survey/admin/ * Loading phpESP.ini.php ... * ESP_BASE: F:\wwwroot\home\survey\admin/ * base_url: http://www.uwstout.edu/survey/admin/ * Version: 1.6.1 * Debug: No phpESP Language Settings * GNU Gettext: Real * default_lang: en_US * current lang: en_US * available langs: da_DK, de_DE, el_GR, en_US, es_ES, fr_FR, it_IT, ja_JP, nl_NL, pt_BR, pt_PT, sv_SE (da, de, el, en, es, fr, it, ja, nl, pt, sv) * GNU Gettext test: Passed * Catalog Open Test: Yes PHP Session Test * session.save_path: e:\temp\phpsession * Counter: 1 Contact information: Christopher Rivard <ri...@uw...> ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2005-03-11 11:33 Message: Logged In: YES user_id=14116 This should be fixed in the latest release 1.7. Also ESP may or may not work with PHP 5. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1161478&group_id=8956 |