ATutor

Learning Management Tools







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


Admin login problems


  • 2006-02-24 11:02:09

    Admin login problems

    I have just installed - a couple of times- 1.5.2 The instal went fine. There were no error messages except the ones regarding the content file. I set up an adminstrator and personal account with no problem. The instal completed and indicated it was saved. Unfortuneately, I can log in under my personal account but not the admin. The ID/password error appears. I contacted my hosting services and all the required support such as mySQL and php are supported and match the system requirements criteria

    Any suggestions? www.projecttools.com/ATutor

  • 2006-02-24 11:27:15

    Re: Admin login problems

    There should be no reason for a user account to work and an admin account not to work. Check the admins table in the database to make sure the account exists, and that you are typing the correct password.

    If it continues to be a problem, list the system information asked for when you post a message so we can troubleshoot.

  • 2006-03-08 08:31:32

    Re: Admin login problems

    I have found that my hosting company is using 4.0.13 version of MySQL on their system. That attached word file defines all the information available during the install proceedure.

    Can ATutor be used with this version? What do I have to do to make it compatible? I can look at the MySQL database and the admin info is there but it isn't being accessed by ATutor.

    Thanks for the help!

  • 2006-03-10 09:45:20

    Re: Admin login problems

    See the system requirement to answer your question about mysql.

    It may be that that register_globals needs to be turned of in the php.ini file.

    Provide the rest of system information asked for. There was no attachement.

  • 2006-03-11 08:28:32

    Re: Admin login problems

    I have tried to attach this information in a Word file but it doesn't seem to work. The following is the information gained at installation. (I can't get the information any other way because I can not log in as an administrator). The MySQL version is "unknown" the hosting service identifies it as 4.0.13.

    post_max_size >= 8 MB 8M
    sessions Enabled
    session.save_path Directory Writeable
    . in include_path Enabled
    MySQL Options Detected Status
    MySQL 3.23.0+ or 4.0.16+ Found Unknown Version
    ATutor Version: 1.5.2 (build r5867 - 2005-12-15 11:57:53)
    Operating System: SunOS 5.8 VDE sun4u
    Web Server: ConcentricHost-Ashurbanipal/1.8 (XO(TM) Web Site Hosting)
    PHP Version: 4.4.2
    MySQL Version:

    And a whole series of the following errors.

    Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /web/ATutor/install/include/step3.php on line 87

    Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /web/ATutor/install/include/step3.php on line 90

    Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /web/ATutor/install/include/step3.php on line 94

    Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /web/ATutor/install/include/step3.php on line 98

  • 2006-03-11 08:56:35

    Re: Admin login problems

    Your mysql version is fine, and displaying "unknown" is normal, and we know about the problem with attachments. We're looking into it.

    Generate a phpinfo page:
    see:
    http://ca.php.net/manual/en/function.phpinfo.php

    Make sure register_globals and safe_mode are set to off.

    If they are turned on, do a search of the atutor.ca site for "php_flag" and create a .htaccess file as described in the search results.

    If that does not work, the only other choice is to move onto a server where the settings are turned off.