Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
clt+menu item
vinylrecord
Hi all, the clt which runs ex. perfectly fine from the unix prompt, is not getting executed from the menu item, cgi. It shows no error but the desired result is also not seen. the permissions are all valid . could anyone figure out the problem
Find more posts tagged with
Comments
tvaughan
Almost certainly, this is an environment issue. The env in which your script runs fine on the command line is probably pretty different from the env in which the script runs within the TeamSite gui.
To see what env your script is running in, either use the "View-->ShowEnv" command, or debug within your broken script by spitting out all the (key,value) pairs in the %ENV hash.
Pay close attention to "use", "require", and other types of commands that are location/env sensitive.
Tom