ATutor

Learning Management Tools







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


Tools Problem


  • 2006-04-02 15:37:23

    Tools Problem

    I log-in as instructor. I go to a course, then I go to tab "Manage". When I go to any of the tools it gives me blank pages, except "Content".

    Information about instalation:
    operating system - Windows 2003
    version of ATutor - 1.5.2
    versions of php - 5.1.2.2
    version of mysq l - 4.1.15-nt
    webserver & version - IIS 6.0
    web browser being used - Firefox

  • 2006-04-03 08:45:43

    Re: Tools Problem

    You are probably not logged in as the instructor for that particular course, but instead as a student with content management privileges.

  • 2006-04-03 11:57:02

    Re: Tools Problem

    I just checked. I log in as instructor. Should I send login information to info/at/atutor.ca?

  • 2006-04-03 12:06:14

    Re: Tools Problem

    yes, we'll take a look.

  • 2006-04-05 08:18:24

    Re: Tools Problem

    Hi, guys. I'm wondering if you received e-mail and had chance to look at it. Thank you.

  • 2006-04-05 08:57:43

    Re: Tools Problem

    On the surface the is nothing that sticks out that might suggest what the problem is, other than you are using the IIS webserver. We recommend using Apache. IIS and PHP do not work as well as Apache and PHP.

    Our development focuses on Apache support.

  • 2006-04-05 08:59:10

    Re: Tools Problem

    I see. However I'm running a lot of other PHP/MySQL open source software and they run fine. Do you want to check out the actual server. I can e-mail you the login for Remote Desktop.

  • 2006-04-05 09:07:39

    Re: Tools Problem

    Checking at the server would not help. We do not have the resources at this point to address the issues with IIS.

    It also depends on the system IIS is running on. Some systems have no trouble at all. An investigation of the issues associated with IIS would take some time, and require a funder to pay for the work.

  • 2006-04-05 22:58:30

    Re: Tools Problem

    I have the same problem with very similar software running. I have tried taking the php.ini from my apache box and porting it to my IIS box with zero success. Like you I run my business apps on IIS and my LMS will be no different.

    It is sad to see such potential in a project stunted by limited coding resources.

  • 2006-04-06 07:53:33

    Re: Tools Problem

    This is where we would say we do not have a profit with which we can put funds into creating work arounds to address IISs limited support for php. This is the nature of open source projects, and free software.

    The vast majority of users choose Apache, those supporting the bulk of ATutor development, so that is where where effort are focused. If a group that prefers to use IIS would offer to support the development of work arounds, we would deal with the problems, but so far there has been no such offer. That's where you as an IIS user could help correct that imbalance.

  • 2006-04-06 17:00:48

    Re: Tools Problem

    Thanks for your comments Greg however I should point out that every php app I have come across runs on IIS. However upon your comments I have passed along the issue to the PHP.org team for there lack of functionality with IIS and submitted on the IIS Technet boards there lack of functionality for PHP.

    Once again thanks for your time.

  • 2006-04-06 17:07:24

    Re: Tools Problem

    Rigauxc thank you for your actions, if you find any solution to resolve this issue, please post it in the forum. I will continue searching as well.

  • 2006-04-06 17:10:30

    Re: Tools Problem

    I'll be interested to hear what PHP says response.

    Maybe Microsoft would be the one to approach.

    [reply][b]In reply to:[/b]
    Thanks for your comments Greg however I should point out that every php app I have come across runs on IIS. However upon your comments I have passed along the issue to the PHP.org team for there lack...
    [op]forums/view.php?fid=7;pid=7592;page=1#7652[/op][/reply]

  • 2006-04-08 18:11:06

    Re: Tools Problem

    I looked into this problem deeper. Here what I get in PHP Error Log:
    [08-Apr-2006 18:04:24] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in c:\Inetpub\wwwroot\isiac\include\classes\Module\Module.class.php on line 223
    [08-Apr-2006 18:04:24] PHP Warning: array_merge_recursive() [<a href='function.array-merge-recursive'>function.array-merge-recursive</a>]: Argument #1 is not an array in c:\Inetpub\wwwroot\isiac\include\classes\Module\Module.class.php on line 217

    Many, many lines of this.

  • 2006-04-14 19:16:41

    Re: Tools Problem

    So, any suggestions why I get these php errors?

  • 2006-04-15 07:51:06

    Re: Tools Problem

    see:
    http://www.atutor.ca/view/3/6656/1.html

  • 2006-04-16 15:14:20

    Re: Tools Problem

    Thanks a lot. I followed the instructions in the link and everything worked.