New to ISPConfig3, where do I login?

Discussion in 'General' started by Wizard of Wiring, Mar 13, 2009.

  1. Wizard of Wiring

    Wizard of Wiring New Member

    I connect fine just do not see a place to login.

    [​IMG]
     
    Last edited: Mar 13, 2009
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    1) Did you follow exactly the installation instructions?
    2) Have you enabled cookies in your browser?
     
  3. Wizard of Wiring

    Wizard of Wiring New Member

    1. I am reasonably confident I have followed the instructions. This particular setup was performed using the Lenny + ISPConfig3 guide. After ssh was installed I was just cutting and pasting into putty. I have done the install twice and same result both times. If I did make a mistake I made the same mistake twice.

    2. Cookies are enabled.
     
  4. Wizard of Wiring

    Wizard of Wiring New Member

    The form is in the html code, just no inputs.

    Code:
    <!-- begin: #col3 static column -->
                    <div id="col3">
                        <div id="col3_content" class="clearfix">
                            <a id="content" name="content"></a>
                            <!-- skiplink anchor: Content -->
    
                            <form method="post" action="" id="pageForm" name="pageForm" enctype="multipart/form-data">
                            <div id="pageContent"><!-- AJAX CONTENT --></div>
                            </form>
                        </div>
                        <div id="ie_clearing">&nbsp;</div>
                        <!-- End: IE Column Clearing -->
                    </div>
                    <!-- end: #col3 -->
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    This means that your browser ahs not executed he javaxript code to load the content with AJAX. Please set the security settings of your broeser to medium or try another browser.
     
  6. Wizard of Wiring

    Wizard of Wiring New Member

    Thanks for the help Till.

    CA Security Suite (the firewall in particular) was causing this javascript problem. Which caught me by surprise as I haven't noticed any javascript or ajax problems before today and I utilize ajax extensively on the web.
     

Share This Page