2005-10-31 21:21:05
installation problem
Hello
I have setup atutor on my local machine successfully and was able to perform every task locally (login, admin functions, student functions, instructor etc). When I ported the package from local machine to remote webserver , I started getting these errors;
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/fakhir/public_html/elearn/include/classes/Language/LanguageManager.class.php on line 72
Warning: Invalid argument supplied for foreach() in /home/fakhir/public_html/elearn/include/classes/Language/LanguageManager.class.php on line 154
Warning: Invalid argument supplied for foreach() in /home/fakhir/public_html/elearn/include/classes/Language/LanguageManager.class.php on line 168
Warning: reset(): Passed variable is not an array or object in /home/fakhir/public_html/elearn/include/classes/Language/LanguageManager.class.php on line 196
Warning: current(): Passed variable is not an array or object in /home/fakhir/public_html/elearn/include/classes/Language/LanguageManager.class.php on line 197
Warning: current(): Passed variable is not an array or object in /home/fakhir/public_html/elearn/include/classes/Language/LanguageManager.class.php on line 202
There are no languages installed!
I have already connected the application with database, and english is defined as language (there is only english present there right now). So, why is it saying No Languages Installed? Config.inc.php and content/ both are chmod to 0777. I dont know whether to keep or remove the install/ directory , right now its thre. Should I remove it ? Please help