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)
Internal Server Error
begood321
This may sound like a weird question. I know you dont know the server configuration or files used here. But your help or direction where to look will be greatly appreciated. I get Internal Server Error when I click button Copy button on a form. I'm suppose to Copy To Language Version say from english(en folder) to german(de folder). I have been searching thru some files.
More Info:
A "Copy to language version" and "Open in other language" should be included in binaries/images.
This functionality is available in most other DCRs, please reuse code for binaries/images.
Find more posts tagged with
Comments
nipper
I most often see this when there is a CGI that is supposed to run but fails for one reason or another.
On Unix, you see errors in the webserver (Apache) log. Not certain where they are on DOS.
A couple things to try, right clock on the button and open in external window. So the same for one that works and compare URLs.
What type of CGI is this ? If it is a Perl file, then start some logging in the CGI. Basically it is not completing for one reason or another (either never starting because of bad URL, or terminating int he middle because of data or something (like the copy command) failed.
HTH
Andy
begood321
This is a callout cgi. Open in external window only gives me javascript:void(0) in url with page cannot be displayed. The log file for this cgi is not updated when this error is produced. None of the same urls work so I assume its a common problem. Running iwperl -w filename.cgi produces path not found which may be the problem which I will verify, because this path is not seen.
Thanks nipper for your suggestion will let you know outcome or if I need more help.