Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
(resolved) Internal Server Error ????
#1
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
Reply
#2
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
Reply
#3
Please help !!!!!!!!!!!!!!!!!!! Anyone can help ???
Reply
#4
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
Reply
#5
(06-12-2010, 03:03 AM)Elias Sajo Wrote: 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

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.p...Folder.php

Any advise ?
Raymond
Problem fixed with modification of .htaccess file !
Thanks anyway !
Reply
#6
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
Reply


Forum Jump:


Users browsing this thread: