When using the following PHP:
<?php $sid=3D22;=20
include("/..::hidden::../survey/public/handler-prefix.php");?>
<?php =
include("/Library/..::hidden::../survey/public/handler.php");?>
I receive the following error when attempting to deploy a private=20
survey:
Fatal error: Call to a member function on a non-object in=20
/.:hidden:./admin/include/lib/espdatalib.inc on line 133
If I make the survey public, and use the following PHP:
<?php $sid=3D22; =
include("/..::hidden::../survey/public/handler.php");?>
Every thing works fine. Please advise.
=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D
PHP Information
=95 Version: 4.3.10
=95 OS: Darwin
=95 SAPI: apache
=95 register_globals: Yes
=95 magic_quotes_gpc: Yes
=95 magic_quotes_runtime: No
=95 safe_mode: No
=95 open_basedir:
PHP Extensions
=95 dBase: No
=95 GD: No
=95 GNU Gettext: No
=95 LDAP: Yes
=95 MySQL: Yes
=95 PHP Extension Dir (compiled):=20
/usr/lib/php/extensions/no-debug-non-zts-20020429
=95 PHP Extension Dir (run time): ./
phpESP Settings
=95 Expected ESP_BASE: /..::hidden::../survey/
=95 Expected base_url: ..::hidden::../survey/
=95 Loading phpESP.ini.php ...
=95 ESP_BASE: /..::hidden::../survey/
=95 base_url: http://..::hidden::../survey/
=95 Version: 1.7.2
=95 Debug: No
phpESP Language Settings
=95 GNU Gettext: Emulated
=95 default_lang: en_US
=95 current lang: en_US
=95 available langs: da_DK, de_DE, el_GR, en_US, es_ES, fi, =
fi_FI,=20
fr_FR, hu_HU, it_IT, ja_JP, nl_NL, pt_BR, pt_PT, sv_SE
(da, de, el, en, es, fi, fr, it, ja, nl, pt, sv)
=95 GNU Gettext test: %%%% Gettext Test Failed
=95 Catalog Open Test: Yes
PHP Session Test
=95 session.save_path: /tmp
=95 Counter: 5
=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D
|