Forum Moderators: open
David
If there is no error in your error logs, then it sounds like it must be browsers. It could still be server side with the script itself generating the error and not any server error (so no error would be in the logs).
Does the script you are using on the server have any "Debug" modes in it you could turn on?
When it does this on you, have you backed up from the error page and looked at the source code to make sure the script hasn't generated bad html/js, thus causing the browser to error?
Does it error EVERY time on that page, or do you have to reload the page to get the error to go away?
Have you tried turning on scripting errors in your browser to make sure there isn't some weird js error that could be causing it?
The script is a version of formmail for pgp mail. I have the perl error swith at the top of the script.
If I back up it does not affect the page rendering. I can reload several times and still get the error, then it will start working.
I have had the script errors turned on in the browser.
Could the mail server misfire and not give me any errors?
1. The light flashes on my router.
2. The address in the location bar is correct. The address is like this [mydomain...]
3. The perl script calls the server pgpmail program.
Can any one point me in the right direction. It looks to me like a server problem but where
David