TROUBLE SHOOTING GUIDE

Problem Solving For:

FTP

EMAIL

FORMS

COUNTER

PERL SCRIPTS

FRONT PAGE EXTENSIONS

 

Also Read and Check:

WEB SITE GUIDE

SETUP GUIDE

PLANS

 

When All Else Fails:

ASK FOR HELP

Problems and solutions. If you are having any problems getting things to work the solution should be found in this section. Please do your best to solve problems by reading through this site. 99% of all problems you will come across will have simple answers and can be solved if you take your time.

If you are having problems and simply cannot find the solution, please contact the support staff. Make sure you keep your message exact and to the point, but make sure it is complete. We must have all the information if we are to find a solution for you.

What kind of problem are you having?


GENERAL

  • You must have a file named index.html in your folder for your web site to operate. If your index page (main page) does not show at all go back and make sure it is named index.html. You may want to copy this file to the www folder instead of just having it in the main area if you are on the new system.
  • If you connect with http://mydomainname and you see a page called parent directory then you named it index.htm instead of index.html
  • If you get an error page instead of your web page the system may be down temporarily. NOTE: Brownouts in California may disrupt the server routing transmissions from your ISP also.
  • If you update a page and the new updates don't show, make sure you refreshed your browser. There is an auto disconnect in the ftp area. You may have uploaded a page after the connection was broken. Upload the file again. Make sure you uploaded the new file to the proper folder and overwrote the old file.

    FTP

    If you cannot log into your account using FTP please check all of your settings with those given you on the ftp page. If you are sure they are correct or if you forgot your password e-mail the support team with:
    username
    password
    URL

    If you forgot your password let us know the one you would like to use and we will reset it for you. However, we have had to instigate a new rule that if we are asked for new passwords too often we reserve the right to charge $20 to change it.

    TROUBLE SHOOTING INDEX


    EMAIL PROBLEMS

    E-mail should be so easy...right? Well it is a bit more complex then web services. Here are some reasons you may not get your mail:

    I send myself mail and it never reaches me and it is NOT returned:

  • If this is a forwarding account it may not be ready yet. It can take up to 24 hours for forwarding accounts to start working. The mail you are sending is being put in the pop mail box by the same name.

  • You forgot or made an error when you setup your forwarding account. Use the control panel to reset the forward.

  • You used an uppercase letter when you setup the pop account. You need to go back and use an all lowercase user name.

  • You setup a *@domain.com address and forwarded it to user@domain.com. If you do this the mail will loop and will be disgarded. Forward *@domain.com to user@yourISP.com.

  • You forwarded an address to another forwarding account. Never do this! Always forward mail to the final address.

  • Wait for a little while... Sometimes the mail server is down for maintainance, has crashed, or is simply backlogged. You will receive all of your mail, it just may take a bit longer than normal. If you don't receive it in about 6 hours contact the support team.

    Mail is returned:

    My mail comes back and says "User Unknown "We do not relay". If you have just setup your account, please wait 24 hours for the mail server to find you. If it has been longer contact support and tell them that you are getting the "We do not relay" message.

    Mail comes back USER UNKNOWN, make sure you have waited 24 hours from the time you setup the mail account. This gives the system administrators time to correct problems with the mail files. Check and make sure you used all lowercase letters in your user name and that you have forwarded the mail to the correct place. Also make sure that the address you forwarded the mail to is working.

    Mail comes back "Can Not Send In 4 Hours". The mail server is down, please be patient, the technical people will know about this and have it running as soon as possible.

    People complain that they sent me mail, but I don't receive it.:

    Make sure when you set up your email that you have the correct return email address in your settings or people will not be able to "reply to" your email at the correct address.

    Make sure you have not accidently blocked that sender in your email program.

    Other Mail Problems:

    When I try to send mail I get an error message and the mail won't go. You are trying to send email before receiving it. You must always download all email and clear the receive end before sending mail. If this doesn't work go to your email server webpage (http://pop.yourdomain) and download the email there to clear the box.

    When I send mail I get the error "We Do Not Relay". You are trying to use your ISP or the wrong address as the STMP server. Check the instructions in the control panel.

    When I try to receive my mail it waits for a very long time and then reports an error. You have a very large attachment in your mail box. Find a computer with a very good connection to the net or contact support to "clear" your mail box. If you are using a POP account in your email program, try going to the webpage called http://pop.yourdomainname and downloading the email on the web. You may need to delete some mail to get the email to work. DO NOT keep trying to download the mail, you will fill up the server's disk space and crash the mail server!

    TROUBLE SHOOTING INDEX


    FORM MAIL

    The fmail.pl script does work. If it is not working for you there is something wrong with the code you put on your form page. Remember: The copy and paste function often creates incorrect spacing, so re-type the code BY HAND. Please go back and carefuly check to see that every line is correct and that you do not have any other FormAction tags and that you did not call any of your fields something that is needed by the script.

    If you have already put a fist through the wall and you just can't get it contact support with the FULL URL of the page and we will take a look at it for you.

    TROUBLE SHOOTING INDEX


    COUNTERS

    Counter Problems:

    The counter is very simple, you will only have 3 problems:

    1. "XXX not in counter conf file". Report this to support, or if you have access priveleges, telnet into the server and type: nc domain.com. This will fix the problem. Keep in mind that IE and Netscape sometimes will not show the correction right away. Test it by using just domain.com or www.domain.com which ever you have not used for awhile.

    2. Broken GIF not a counter: You typed it wrong. Go back and retype the counter line EXACTLY the way it is on the Web Guide page.

    3. It starts at a high number and just keep climbing... You actually typed in userid.dat instead of your ftp user name.dat. Yes people really do this...

    Any other error messages should be reported to the support team but not before you CHECK the code line carefully. You must type it exactly and don't forget ....an "A" is not the same as an "a".

    TROUBLE SHOOTING INDEX


    PERL SCRIPTS

    Please understand we cannot provide free programming support. Many "free" scripts on the internet have bugs, so the problem may lie in the script coding. We will not write perl script code for you. This page has most of the information you will need to solve most perl problems. If you want us to fix a problem for you we have to pass it on to a programmer who will charge a minimum of $25. So take a look at the cgi how to page, and make sure you are using a reliable perl script.

    Almost all problems with scripts will create an "Internal Server Error" message form on the web server. This means nothing to support or to you. The only thing it tells you is that there is a problem.

    For those with access rights: Telnet is your first line of defense: From your cgi directory type the following line:

    perl script.pl (script.pl being the name of the script.)

    No error reported::

    If the script writes to a file then that file needs to be chmod 777
    Check the path to perl, it needs to be /usr/bin/perl. This is normally the first line in the script.

    Syntax Error "May not have stripped carriage returns..."
    Means you used binary to upload your script, always use ASCII.

    For other errors, check your coding, make sure you are using correct paths. The support team will answer question as to the location of programs and files on the server. They will not answer questions like "It don't work" or I get "I get x error" Please ask for the PAID SUPPORT request form if you need problem solving or debugging help.

    TROUBLE SHOOTING INDEX


    FRONT PAGE PROBLEMS

    FrontPage reports that the extensions are not installed:

    FTP into your account. Do you have folders that start with a _?
    No: Contact the support team and request that your exts be installed.


    TROUBLE SHOOTING INDEX

  •