ATutor

Learning Management Tools







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


Transfer my website from one localhost to another localhost


  • 2012-03-30 10:05:21

    Transfer my website from one localhost to another localhost

    I needed to transfer my atutor files in localhost to another system. I copied the atutor folder to the other system including the atutor.sql file to the database of the localhost of the second system. On the event of this, I found out typing the url localhost/atutor displays a blank page. Taking a look at the database I discovered my files are intact; the ones I've copied from the old system to the new system. What just did I not get right? Any help is very much appreciated.

  • 2012-03-30 10:22:34

    Re: Transfer my website from one localhost to another localhost

    You will probably need to update the include/config.inc.php file.

    Also, look at your system's php_error.log file and see if there are any clues there.