ATutor

Learning Management Tools







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


New course creation not working I think


  • 2009-07-28 15:13:24

    New course creation not working I think

    I am creating a new course. After filling out all of the fields on the first page, including creating a banner, I click Save. Nothing happens, at least as far as I can tell. If I check in the courses list, the new course does not appear. There are asterisks next to the instructor and title fields, but I get no error messages. Not sure what is happening.

    Thanks for your help,

    Robert

  • 2009-07-28 15:19:39

    more

    I think I got past that one. I had to log out as the admin and relog as an instructor. But after filling out the forms on the first page, I get this error:

    Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homepages/17/d129260592/htdocs/E7Thunders/mods/_standard/social/lib/classes/Application.class.php on line 144

    Robert

    [reply][b]In reply to:[/b]
    I am creating a new course. After filling out all of the fields on the first page, including creating a banner, I click Save. Nothing happens, at least as far as I can tell. If I check in the courses ...
    [op]forums/view.php?fid=7;pid=18132;page=1#18132[/op][/reply]

  • 2009-07-28 15:43:28

    Re: more

    I was able to confirm the first problem as a bug. There will be a patch posted to fix this sometime soon.

    I can't reproduce the second problem though. My guess is the Application.class.php file was corrupted. Try replacing it with a fresh copy from the repository

    http://atutorsvn.atrc.utoronto.ca/repos/atutor/trunk/mods/social/lib/classes/Application.class.php

  • 2009-07-28 16:15:53

    Re: more

    I uploaded the one you listed, and it was different in size than the existing one. I still get the error message whenever I try to view the course.

    Robert

    [reply][b]In reply to:[/b]
    I was able to confirm the first problem as a bug. There will be a patch posted to fix this sometime soon.

    I can't reproduce the second problem though. My guess is the Application.class.php file wa...
    [op]forums/view.php?fid=7;pid=18132;page=1#18134[/op][/reply]

  • 2009-07-28 16:29:26

    Re: more

    There something else going on with this installation. We've installed dozens ATutor installations without any problems.


    Try downloading a fresh copy of ATutor and installing again. Maybe the whole ATutor bundle was corrupted when you downloaded or unzipped.

  • 2009-07-28 16:59:55

    Re: more

    Maybe it is the way I am installing. I am using an unzip program to first unzip all the files to a place on my hard drive, with all the folders. Then I am copying these files to host with my FTP program. Is this an okay method? I can't find any way to unzip them on the server itself.

    Robert

  • 2009-07-28 17:37:54

    Re: more

    Unzipping, then uploading file by file could be the problem, though it is possible in most case to do it that way.

    If you are able to login to the shell (command prompt) for your Web space account, unpack the file there after uploading it using:

    tar xzvf ATutor-x.x.x.tar.gz

    If you don't have shell access, some ftp clients have an unzip/tar utility, allowing you to unzip on the server by selecting a command from the FTP client.


    See the install instruction for more detials:
    http://www.atutor.ca/atutor/docs/installation.php

  • 2009-07-29 11:50:55

    Re: more

    Hi Greg,

    I don't mind installing again but I don't get the feeling this is going to fix the problem since I have the latest stable build installed. I wanted to point out that the file you told me to download and install (Application.class.php) is not the same size as the one in the installation build. The one in the installation build is 14,805 bytes and the one you had me download is 13,001 bytes. I am not sure if this is important but I wanted to mention it to you.

    I use an unzip program and I get no errors. All the files appear to be there. And I am uploading them carefully. After uploading, the installation goes all the way through with no hitches. But trying to view one of my courses that I just created gives the error message above consistently, whether I use the original file or the one that you told me to use. I wonder if there is something in the way I am creating the course that is associated with the error.

    I will install it all again. I am using this file: ATutor-1.6.3.tar.gz, by the way.

    I just have my doubts.

    Thanks,

    Robert

    [reply][b]In reply to:[/b]
    Unzipping, then uploading file by file could be the problem, though it is possible in most case to do it that way.

    If you are able to login to the shell (command prompt) for your Web space accoun...
    [op]forums/view.php?fid=7;pid=18132;page=1#18138[/op][/reply]

  • 2009-07-29 12:11:41

    Re: more

    We have confirmed that the current ATutor bundle is fine. We've installed it many times without any problems.

    Careful as you may have been, FTPing file-by-file is not the recommended way to install ATutor. The chances of something going wrong with such an upload is very high. Talk to your provider and find out from them how to do an install as described in the installation instructions.