ATutor

Learning Management Tools







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


IP changed could not enter into Atutor system


  • 2009-04-06 13:19:25

    IP changed could not enter into Atutor system

    Before I describe my question, I should say I am too new to be a user of atutor, forgive me if i make mistakes.

    My IP is provided by DHCP, the machine with atutor is always online so not to change the address. But one day the address was changed by the DHCP server from 192.168.19.38 to 192.168.19.146, after that I could not enter my atutor system.(I know its not a good idea to do so in a dhcp environment, but I had to.)

    I reviewed my MySQL database, and updated the home_url in table AT_config, from "http://192.168.19.38/atutor" to "http://192.168.19.146/atutor" by SQL command Update. I took for granted that this could solve the problem.

    But,then I receive a fatal error message in my browser like this :"Fatal error: Call to a member function printErrors() on a non-object in /var/www/atutor/include/phpCache/phpCache.inc.php on line 527"

    I reviewed the phpCache.inc.php and turned the debug mode on, the only thing I could get from debugging is "Debug: Creating cache storage".

    I updated the home_url field in AT_config table back to 192.168.19.38/atutor, and set my ip manually as 192.168.19.38,tried to solve it, but it still could not work, the browser displays the same message.

    Could you pls give me some hint to resolve this problem? Thank you so much!





    Things to describe:
    Operating system ATutor is installed on -ubuntu 8.10
    ATutor version - recent version (The newest version, sorry ,I cannot enter into it, that's why I forget it.)
    Patch #s applied - none
    ATutor theme name - default
    PHP version - 5.2.6
    MySQL version - 5.0.67
    Webserver & version - apache 2.0
    Copies of error messages -

    Debug: Creating cache storage

    Fatal error: Call to a member function printErrors() on a non-object in /var/www/atutor/include/phpCache/phpCache.inc.php on line 527

    Changes to default settings - none
    Web browser being used - Firefox 3.0
    ...and anything else relevant -

  • 2009-04-06 16:34:53

    Re: IP changed, could not enter into Atutor system.

    changing home_url should have worked. Maybe you have an old session running, dump your browser's cache or restart it, or try a different browser.