ATutor

Learning Management Tools







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


ATutor cant decide whether its installed


  • 2004-06-23 07:05:25

    ATutor cant decide whether its installed

    Hi, here\'s some info about my setup:

    1. Version of ATutor - 1.4

    2. OS: Windows XP

    3. Web server: Apache/2.0.46 (Win32) Server at 127.0.0.1 Port 80

    4. PHP and MYSQL: PHP 4.2.0, MySQL 3.23.54

    5. Web browser: IE 6

    I\'m trying to install it on the above platform. First I get the following errors from the install/index.php page.

    Warning: main(include/classes/sqlutility.php) [function.main]: failed to create stream: No such file or directory in C:\\Program Files\\Apache Group\\Apache2\\htdocs\\ATutor\\install\\include\\common.inc.php on line 27

    Fatal error: main() [function.main]: Failed opening required \'include/classes/sqlutility.php\' (include_path=\'C:/Program Files/Apache Group/Apache2/htdocs\') in C:\\Program Files\\Apache Group\\Apache2\\htdocs\\ATutor\\install\\include\\common.inc.php on line 27

    If I change around some of the include paths I can make it to the final stages of the install procedure. However when I go to the root index.php page to log in it says that ATutor is not installed and then when I back to the index.php page in the Install directory it says ATutor has already been installed.

    Any suggestnios?

    Many, many thanks.

  • 2004-06-23 12:30:09

    System Adjustments

    I'd first suggest upgrading PHP, and downgrading Apache. You are likely to experience a variety of problems using Apache 2 with PHP. Also PHP 4.2 is listed as the minimum, but 4.3 is recommended.

    Also be sure the following directories, and file, are writable

    content/
    content/import/
    content/chat/
    include/config.inc.php

    Though with the above system modification adjusting write permissions should not be necessary on Windows systems.

  • 2004-06-23 13:09:02

    Thanks

    Thanks Greg, I\'ll try that.