ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Login page errors


  • 2005-07-13 18:35:34

    Login page errors

    I had a succesful install, but i can't see images in login.php, all links are broken and are linked to a https:// url. Help!

    Information about my system:

    Version of ATutor - ATutor 1.4.3
    Operating system - Windows 2003 Server Enterprise Edition
    Web server - IIS 6.0
    Version of PHP - 4.3.11
    Version of MySQL - 4.1.12
    Web browser - Internet Explorer 6.0.3790.0 with default settings
    I have root access to my server
    The file php.ini is configured ok
    The file config.inc.php seems ok too
    Php information page: http://193.147.138.2/phpinfo.php

  • 2005-07-14 10:34:45

    Login page errors

    in ./include/lib/constants.inc.php

    change line 122 from
    if (isset($_SERVER['HTTPS']) || strtolower($_SERVER['HTTPS']) == 'on') {

    to

    if (isset($_SERVER['HTTPS']) && (strtolower($_SERVER['HTTPS']) == 'on')) {

  • 2005-07-16 10:39:55

    No form in login.php

    Thank you joel. Now I can see the images, but I get a new error in web browser (Internet Explorer 6.0.3790.0). The error is

    document.form.form_login is null ot not an object

    This is my URL: http://193.147.138.2/ATutor/

    System Information:

    Version of ATutor - ATutor 1.4.3
    Operating system - Windows 2003 Server Enterprise Edition
    Web server - IIS 6.0
    Version of PHP - 4.3.11
    Version of MySQL - 4.1.12
    Web browser - Internet Explorer 6.0.3790.0 with default settings
    I have root access to my server
    The file php.ini is configured ok
    The file config.inc.php seems ok too
    Php information page: 193.147.138.2/phpinfo.php
    I changed the line 122 in ./include/lib/constants.inc.php

  • 2005-07-16 11:15:12

    Remove whitespace

    You've likely introduced the Windows end of line characters when you save the constants.inc.php file. Open the file again and delete any whitespaces at the end of the file. In your editor's preference settings, change the end of line option from Windows, to Unix end of lines. Then save the file.

    [reply][b]In reply to:[/b]
    Thank you joel. Now I can see the images, but I get a new error in web browser (Internet Explorer 6.0.3790.0). The error is

    document.form.form_login is null ot not an object

    This is my URL: htt...
    [op]forums/view.php?fid=7;pid=5095;page=1#5126[/op][/reply]

  • 2005-07-16 13:20:56

    Removing whitespaces

    Thank you Greg, but I replace constants.inc.php with original constants.inc.php and I edit it with joe in a Linux machine. Then I copy the modified constants.inc.php to my windows machine, but the problem doesn't disappear. Perhaps it's a problem with the ftp program that I used to transfer the file from one machine to another.

    I don't know any program to edit constants.inc.php correctly in windows.

    Can you help me?

  • 2005-07-18 10:32:55

    Removing whitespaces

    Please try ATutor 1.5

  • 2005-07-20 08:05:29

    ATutor is Running!!!!!

    Hi, thank you joel and greg for your support. After the problems, I decided to start again, and this time I don't get any problem. I like to say that ATutor runs perfectly on Windows system. This is the information of the system:

    Version of ATutor - ATutor 1.5
    Operating system - Windows 2003 Server Enterprise Edition
    Web server - IIS 6.0
    Version of PHP - 4.3.11
    Version of MySQL - 4.0.25

  • 2007-03-26 06:09:33

    ATutor installation problem

    I wanted to install ATutor in my system. I've disabled the network connection to ensure that i'm not connected to the system in the intranet taht is having atutor intalled.
    My Problem is when i try to type in install.php in the browser i get a message saying "it seems that ATutor is already installed in this system".
    When i try to open any other index.php page i get a blank page.

    Things to describe:
    operating system -windows XP 2 service pack
    version of ATutor -1.4.3
    versions of php -5.2.1
    version of mysq l -
    webserver & version -Apache 2.0
    I've checked with phpinfo.php file, everything is fine.
    Plz help me out.

  • 2007-03-26 06:09:57

    ATutor installation problem

    I wanted to install ATutor in my system. I've disabled the network connection to ensure that i'm not connected to the system in the intranet taht is having atutor intalled.
    My Problem is when i try to type in install.php in the browser i get a message saying "it seems that ATutor is already installed in this system".
    When i try to open any other index.php page i get a blank page.

    Things to describe:
    operating system -windows XP 2 service pack
    version of ATutor -1.4.3
    versions of php -5.2.1
    version of mysq l -
    webserver & version -Apache 2.0
    I've checked with phpinfo.php file, everything is fine.
    Plz help me out.

  • 2007-03-26 08:18:49

    Re: ATutor installation problem

    What version of ATutor?

    Try a downloading a fresh copy and reinstalling.