ATutor

Learning Management Tools







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


Error during upgrade


  • 2006-01-05 19:47:40

    Error during upgrade

    If you are asking for help, provide lots of detail so problems can be reproduced.

    Things to describe:
    operating system -mandrake 10.1
    version of ATutor -1.5.1
    versions of php -4.3.8
    version of mysq l -4.1.10
    webserver & version -apache2.0.50


    I am getting the following error messege during the upgrade process. Everyting on the check page says it is ok.

    Warning: Invalid argument supplied for foreach() in ../install/include/common.inc.php on line 126

  • 2006-01-05 20:43:16

    Re: Error during upgrade

    At which step is the error occuring?

  • 2006-01-09 21:58:14

    Re: Error during upgrade

    First page of step 1 in the upgrade process

    on page ../install/upgrade.php

  • 2006-01-10 08:33:26

    Re: Error during upgrade

    I don't see anything in the associated scripts that might be causing the error. Have you tried reinstalling from a fresh download.

    In install/include/ustep1.php you could try commenting out the feedback lines:

    print_feedback($progress);

  • 2006-01-10 23:03:41

    Re: Error during upgrade

    I did get past this screen however I got this on the next screen.

    Fatal error: [] operator not supported for strings in ../install/include/ustep1.php on line 26

  • 2006-01-11 10:20:57

    Re: Error during upgrade

    in ./install/include/ustep1.php add
    $progress = array();

    at line 21