ATutor

Learning Management Tools







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


error on upgrading 164


  • 2010-03-21 09:43:20

    error on upgrading 164

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

    Things to describe:
    Operating system ATutor is installed on - UNIX
    ATutor version - 1.6.4 from 1.6.2
    Patch #s applied - none
    ATutor theme name - default
    PHP version - 4.4.9
    MySQL version - 5
    Webserver & version - apache managed by 1 and 1
    Copies of error messages - see error message below
    Changes to default settings - none
    Web browser being used - firefox
    ...and anything else relevant -


    hi, I'm folloinwg upgrade instructions.
    Step 0-3 is successful but when it gets to Step 4: New 1.6.4 Configuration Options I get the following error message:

    "Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /path_to_atutor_new_files/include/classes/Module/Module.class.php on line 664"

    CURL is enabled
    Tried re uploading all files and get same error

    thanks
    Mark

  • 2010-03-21 11:21:26

    Re: error on upgrading 1.6.4

    If you uploaded the files one-by-one instead of uploading the bundle as a single zip file, then unzipping it on the server, that is likely the problem. Upload the bundle, then unzip it and upgrade.

  • 2010-03-21 12:59:45

    Re: error on upgrading 1.6.4

    Have just tried that and the same error has appeared:

    "Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homepages/43/d150980211/htdocs/etrain/at/include/classes/Module/Module.class.php on line 664"

    sorry

  • 2010-03-21 14:11:05

    Re: error on upgrading 1.6.4

    Note the PHP requirement. Should be 5.02 or later.

  • 2010-03-21 14:34:29

    Re: error on upgrading 1.6.4

    thanks.

    Mark

  • 2010-03-21 16:56:16

    Re: error on upgrading 1.6.4

    I checked with my host company about upgrading PHP. turns out to be a simple solution in my case:

    1. Create a .htaccess file or just edit if you already have this file.
    2. Paste this code to the .htaccess file:

    "AddType x-mapp-php5 .php 3." (without the quotes)

    3. Upload this file into into the root of your domain.

    worked a treat and my upgrade worked perfectly

    thanks

    [reply][b]In reply to:[/b]
    Note the PHP requirement. Should be 5.02 or later.
    [op]forums/view.php?fid=7;pid=19811;page=1#19819[/op][/reply]

  • 2010-03-21 17:16:23

    Re: error on upgrading 1.6.4

    Good bit of info. thx