Another thing you may consider since your using Linux (my OS), is to try accessing those files using your command line. Such as ./admin.pl this is usually good at finding problems like missing semi-colons or added carrage returns ect.... Another thing is lynx. Using linx can give you some errors in english :) --- Sir Anvil www.christiangamers.org On Tue, 21 Nov 2000, Gunnar Hjalmarsson wrote: > > Andrej Borodkin wrote: > > > > Gunnar, I did everything in accordiance with the your rules. > > Now when I try "Site admin" or "Add new site", I have "Internal > > server error" which doesn't appear if I go to "Add new site" and > > "Site admin". The server under Linux. > > I'm not sure what you are saying, so this reply is a wild guess. I guess > you mean that you get "Internal server error" when you try "Ring admin" > or "Add new ring"... If that's what you mean, I suggest that you try to > uncomment the command > > use LWP::UserAgent; > > at line 29 in ring.pm, i.e. > > #use LWP::UserAgent; > > If you try this, please let me know whether it made a difference. > > / Gunnar