Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To restore the ability to run UpdateParameterValues, you will need to use the ProgramParameter.php script from a different source.  Please copy the ProgramParameter.php script into your application directory, and change the include in your failing script to find it there. 

If the XML Toolkit sample application is installed, you should be able to find it here: /usr/local/zendphp74/var/apps/http/__default__/0/samples/active/Toolkit/ProgramParameter.php  Notice that /samples is the name of the application directory defined at deployment, so the name of this directory may be something different on your server.  Please copy the ProgramParameter.php script into your application directory, and change the include in your failing script to find it there.

If you do not have the Sample app, you can download the ProgramParameter.php script here:  View filenameProgramParameter.phpheight250

If you have trouble downloading the attachment, here is the source so you can create your own ProgramParameter.php script:

...