ATutor

Learning Management Tools







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


Error appear when I use Gadgets


  • 2010-10-27 17:19:56

    Error appear when I use Gadgets

    Hi,

    I have installed some gadgets, and when I use them it appears in the top of the webpage this error:
    [php]

    Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /var/www/vhosts/airibiza.es/subdomains/escuela/httpdocs/mods/_standard/social/lib/classes/Application.class.php on line 364

    Warning: file_get_contents(http://translateg.googlecode.com/svn/trunk/translateg.xml) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /var/www/vhosts/airibiza.es/subdomains/escuela/httpdocs/mods/_standard/social/lib/classes/Application.class.php on line 364
    [/php]

    Things to describe:
    Operating system ATutor is installed on - linux
    ATutor version - 2.0.1
    Patch #s applied -
    ATutor theme name - default
    PHP version - 5.2.14
    MySQL version - 5.1
    Webserver & version -
    Copies of error messages -
    Changes to default settings -
    Web browser being used - firefox
    ...and anything else relevant -

  • 2010-10-27 23:27:33

    Re: Error appear when I use Gadgets

    Your host has file_get_contents() turned off, needed to connect to content on remote sites.

    see
    http://forums.digitalpoint.com/showthread.php?t=1753282

  • 2010-10-30 20:04:14

    sql error

    i use wampserver and in atutor instalation this error occur"Unable to connect to database server" in step 2

  • 2011-11-09 10:32:24

    Error Appear when I use gadget

    Atutor 2.0.2
    I experience the same problem when I install gadgets too about the file_get_contents() functions too. I've reported it to my host though.
    Another thing I would love to point out is the fact that students can find more gadgets around when using the google social. I would love to redirect the gadget to [b]http://www.google.com/ig/directory?synd=open&source=gghp[/b] instead of the usual [b]http://atutor.ca/get_gadgets.php[/b].
    Please kindly assist!

  • 2011-11-10 10:03:43

    Re: Error Appear when I use gadget

    This warning may mean that your server configuration (your host) is blocking external file access.

    In php.ini, set: allow_url_fopen = On

  • 2011-11-10 12:21:27

    Re: Error Appear when I use gadget

    Oh! Thanks Cindy