![]() |
(resolved) Internal Server Error ???? - Printable Version +- LetoDMS Community Forum (https://community.letodms.com) +-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4) +--- Forum: Installation Problems (https://community.letodms.com/forumdisplay.php?fid=9) +--- Thread: (resolved) Internal Server Error ???? (/showthread.php?tid=87) |
(resolved) Internal Server Error ???? - raymondchi - 06-10-2010 Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, <email> and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. -------------------------------------------------------------------------------- Apache/2.2.8 (Win32) PHP/5.2.6 Server at localhost Port 80 Some Problem occur while login by admin or guest.... Please help !!!!!!!!!! Raymond RE: Internal Server Error ???? - raymondchi - 06-11-2010 Anyone can help ? The following is my configurations: inc.setting.php : var $_siteName = ""; var $_footNote = ""; var $_printDisclaimer = true; var $_siteDefaultPage = ""; var $_adminID = 1; var $_guestID = 2; var $_rootFolderID = 1; var $_enableGuestLogin = true; var $_restricted = true; var $_strictFormCheck = true; var $_rootDir = "/appserv/www/letodms/"; var $_httpRoot = "/letodms/"; var $_contentDir = "/appserv/www/letodms/content/"; var $_contentOffsetDir = "1048576"; var $_maxDirID = 32700; var $_language = "English"; var $_updateNotifyTime = 86400; var $_viewOnlineFileTypes = array(); var $_enableConverting = true; var $_theme = "clean"; var $_titleDisplayHack = true; var $_enableEmail = true; var $_enableUsersView = true; var $_enableAdminRevApp = false; var $_versioningFileName = "versioning_info.txt"; var $_versionStartZero = true; var $_ADOdbPath = "/appserv/www/letodms/adodb/"; var $_dbDriver = "mysql"; var $_dbHostname = "localhost"; var $_dbDatabase = "letodms"; var $_dbUser = "db_user"; var $_dbPass = "db_pwd"; No change/setting for LDAP Authentication Setup; Database created using the default scripts; I can access the login screen.; While i use login : admin pwd : admin and it shows : "Internal Server Error" What can I do ? Please advise ! Raymond RE: Internal Server Error ???? - raymondchi - 06-11-2010 Please help !!!!!!!!!!!!!!!!!!! Anyone can help ??? RE: Internal Server Error ???? - Elias Sajo - 06-12-2010 Hi, You should check the logs of Apache if you can see anything further there. This suggest rather a server error (maybe user rights for folders) than error within the application. Elias RE: Internal Server Error ???? - raymondchi - 06-17-2010 (06-12-2010, 03:03 AM)Elias Sajo Wrote: Hi, Dear Elias, I did check the logs : D:/AppServ/www/letodms/op/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration, referer: http://localhost/letodms/out/out.Login.php?referuri=%2Fletodms%2Fout%2Fout.ViewFolder.php Any advise ? Raymond Problem fixed with modification of .htaccess file ! Thanks anyway ! RE: Internal Server Error ???? - matteo lucarelli - 06-17-2010 The problem is not due to letoDMS. Your .htaccess file contains the directive "RewriteEngine" that require a module not configured in your apache installation. you should try to remove it or modifi y it reading here the documentation about (I'm not skilled about mod_rewrite): http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html |