Re: Help Editing in SSH Term
- Posted by ChrisB (moderator) Jan 04, 2009
- 1175 views
Hi
Are the files world readable? Are you running the CGI program as a different user?
Re putty and local and remote terminals - it shouldn't make a difference, but I use tty and who in my programs so that I know exactly where (physically) which terminal the program is being run on.
when you type echo $EUINC what do you get (might be worth adding an EUINC to your .profile). when you type echo $EUDIR what do you get. When you type echo $PATH what do you get (you're allowed to edit this one to remove sensitive info).
Try deleting / renaming bin/euinc.conf (I thought this was meant for individual programs to override the global settings) see if there's an issue with this.
Chris