ATutor

Learning Management Tools







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


Need to find gophp


  • 2008-09-20 18:33:32

    Need to find gophp

    (Reposted as missing links)

    Pages from go.php are coming up blank and not redirected to index.php

    For example:
    /ATutor/go.php/2
    It should go to
    /ATutor/go.php/2/index.php
    remains blank. I need to add /index.php

    But I can't find go.php files anywhere?
    How do I find this go.php so I can the filenames?

    Thanks.

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

    Things to describe:
    Operating system ATutor is installed on -Linux
    ATutor version -1.6.1.
    Patch #s applied -
    ATutor theme name - Classic
    PHP version - 5.2.3
    MySQL version - 5.0.41
    Webserver & version -
    Copies of error messages -
    Changes to default settings -
    Web browser being used - Firefox, IE
    ...and anything else relevant -

  • 2008-09-20 19:58:03

    Re: Need to find go.php

    go.php is used to retrieve content files from the content directory, whether it exists in the ATutor installation, or somewhere outside the Web accessible directories.

    The problem you are experiencing is likely due to the content directory not being readable. This is set when ATutor is, though it seems to have changed on your server, It will likely need your provider to reset to permissions on the directory. On linux it would be


    chmod -R a+rwx content/

  • 2008-09-21 01:23:50

    Re: Need to find go.php

    Yes, Greg, this is a follow up to my other post:
    You replied:
    Subject: Re: Missing links after new install, etc Quote this post in your reply
    "I'm pretty certain now the Web server is not configured properly. Adding index.php to the links missing them should fix the problem, but you should mention this to your provider, so the server can be set to default to index.php if the filename is not supplied. There will likely be other places in ATutor where this happens."

    Yes I called my provider and they fixed the index.php but I'm still having problems with links. They said they can't find go.php.

    "It will likely need your provider to reset to permissions on the directory. On linux it would be
    chmod -R a+rwx content/ "


    Please tell me what exactly I need to tell the tech support when I call. Reset permissions on the ATutor directory to ___?


    I'm also willing to add "index.php" to those files if I can find where to add them?

    (Also, my other links on the test/survey such as Preview and Questions revert back to index.php but I'm not sure if this is a related issue.)

  • 2008-09-21 08:02:10

    Re: Need to find go.php

    [green]Please tell me what exactly I need to tell the tech support when I call. Reset permissions on the ATutor directory to ___? [/green]

    world writable

    or

    chmod -R a+rwx content/


    I can't tell you where to add index.php. You would need to go through file by file and find paths that do not include a file name. I don't think you want to be doing this. The chances of breaking something are too great. And there should be no need to do this.

    The go.php file in the root directory of atutor. I doubt though that go.php is the problem.

    Also ask them to make sure there are no symbolic links in the path defined in the ATutor/include/config.inc.php file.

  • 2008-09-21 11:12:02

    Re: Need to find go.php

    go.php is located under ATutor/

    index.php is the index.php that comes with ATutor installation under ATutor/

  • 2008-09-21 13:56:31

    Re: Need to find go.php

    Thank you.

    I just spent an hour with Tech Support,
    I was told:
    You do not need to change permission to
    this file your index.php had our default persmission.

    But if you will follow this path through
    Webshell you will noticed that you don't have such folder go.php/ this is php file."

    Now, he wants me to set an error page when there is no index.php. But I don't think that is what I want, is it?

    "Yes correct this is not error page but this will redirect to your index.php file from files that does not exist."

    It seems they don't know or understand what I am needing to do.

    What other options do I have to get my site working?
    Thank you.

  • 2008-09-21 19:51:50

    Re: Need to find go.php

    If you look closely at the blank page, is there a period in the top left corner?

  • 2008-09-21 20:05:26

    Re: Need to find go.php

    No, it is just a blank page, on both IE and Firefox.

    I was talking to Tech Support again, and I was told that if I set USER GROUP OTher to read write exec that
    "If you will check 9 boxes you will setup 777 permission and we do not recommend such permission because it is easy to hack your site with such permission."

    Is this what you mean, Greg?
    IF I set it all to READ WRITE EXEC, what kinds of safeguards do I need to have to keep this from happening?

    Thanks.

  • 2008-09-22 14:46:10

    Re: Need to find go.php

    Thanks, Greg, you got it, it's working now! :D