Authentication: NT - No new Members - Posted (6960 Views)
Starting Member
franz_franz
Posts: 10
10
Snitz: 3.4.07
Hello, An error arises with announcing new users. The Error in German: "Die Webseite kann nicht angezeigt werden. ... -Die Internetkonnektivität ist verloren gegangen. -Die Website ist temporär nicht verfügbar. -Der Domänennamenserver (DNS) ist nicht erreichbar. e.t.c"
I have changed in "inc_func_common.asp" -> strNTUserFullName = strNTUser. This work fine. A Member that has correct Value in the DB Table FORUM_MEMBERS Fields M_NAME, M_USERNAME and M_PASSWORD can work with the Forum.
The Problem is the register.asp. My assumption is that the required Fields M_Name,M_Usename and M_Email have a Problem? I will work without DoubleIN E-Mail Check and without Pending Members. The register.asp must the new NT Member Data write strictly forward in the FORUM_MEMBERS table. What can i do? Thanks.
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Advanced Member
Carefree
Posts: 4224
4224
What is the page title in the address bar when the 404 occurs?
Posted
Starting Member
franz_franz
Posts: 10
10
It`s no Page. Starting point is a URL on another WEB side. When the Member ist registred then i see the Forum Homepage after the Click. When is a new Member, then 404.
Posted
Forum Admin
HuwR
Posts: 20611
20611
then there is something wrong with the redirection and since you are getting a 404, it obviously cannot find the page it is trying to redirect them to. I will ask again, Have you configured the correct forum url's in admin options? yes or no?
it would help imensely if you answered questions you were asked rather than just making staements which may or may not have any relevance. If you don't answer what we ask we can't work out what is wrong.
look in the IIS logs to find what page is givin the 404 and what it thinks it's url is
Posted
Starting Member
franz_franz
Posts: 10
10
"Home URL" and "Forum URL" is in my case the same http://intranet.intern/forum/
It was in Snitz 3.4.04 correct.
Posted
Forum Admin
HuwR
Posts: 20611
20611
look in the IIS logs to find what page is givin the 404 and what it thinks it's url is

we need to know what page is giving the 404 in order to work out why
Posted
Starting Member
franz_franz
Posts: 10
10
Yes. LOGS a good Idea! 2011-03-17 07:28:22 173.62.2.200 GET /forum/ - 80 - 173.62.2.233 Mozilla/4.0+
2011-03-17 07:28:39 173.62.2.200 GET /forum/default.asp - 80 DOM-AV\newfranz 173.62.2.233 Mozilla/4.0+
2011-03-17 07:28:39 173.62.2.200 GET /forum/register.asp mode=DoIt 80 DOM-AV\newfranz 173.62.2.233 Mozilla/4.0+
2011-03-17 07:28:39 173.62.2.200 GET /forum/default.asp - 80 DOM-AV\newfranz 173.62.2.233 Mozilla/4.0+
2011-03-17 07:28:39 173.62.2.200 GET /forum/register.asp mode=DoIt 80 DOM-AV\newfranz 173.62.2.233 Mozilla/4.0+
2011-03-17 07:28:39 173.62.2.200 GET /forum/default.asp - 80 DOM-AV\newfranz 173.62.2.233 Mozilla/4.0+
2011-03-17 07:28:39 173.62.2.200 GET /forum/register.asp mode=DoIt 80 DOM-AV\newfranz 173.62.2.233 Mozilla/4.0+
2011-03-17 07:28:39 173.62.2.200 GET /forum/default.asp - 80 DOM-AV\newfranz 173.62.2.233 Mozilla/4.0+
2011-03-17 07:28:39 173.62.2.200 GET /forum/register.asp mode=DoIt 80 DOM-AV\newfranz 173.62.2.233 Mozilla/4.0+
2011-03-17 07:28:39 173.62.2.200 GET /forum/default.asp - 80 DOM-AV\newfranz 173.62.2.233 Mozilla/4.0+
2011-03-17 07:28:40 173.62.2.200 GET /forum/register.asp mode=DoIt 80 DOM-AV\newfranz 173.62.2.233 Mozilla/4.0+
2011-03-17 07:28:40 173.62.2.200 GET /forum/default.asp - 80 DOM-AV\newfranz 173.62.2.233 Mozilla/4.0+
2011-03-17 07:28:45 173.62.2.200 GET /forum/default.asp - 80 DOM-AV\newfranz 173.62.2.233 Mozilla/4.0+
2011-03-17 07:28:45 173.62.2.200 GET /forum/register.asp mode=DoIt 80 DOM-AV\newfranz 173.62.2.233 Mozilla/4.0+
2011-03-17 07:28:45 173.62.2.200 GET /forum/default.asp - 80 DOM-AV\newfranz 173.62.2.233 Mozilla/4.0+
2011-03-17 07:28:45 173.62.2.200 GET /forum/register.asp mode=DoIt 80 DOM-AV\newfranz 173.62.2.233 Mozilla/4.0+
2011-03-17 07:28:45 173.62.2.200 GET /forum/default.asp - 80 DOM-AV\newfranz 173.62.2.233 Mozilla/4.0+
2011-03-17 07:28:45 173.62.2.200 GET /forum/register.asp mode=DoIt 80 DOM-AV\newfranz 173.62.2.233 Mozilla/4.0+
2011-03-17 07:28:45 173.62.2.200 GET /forum/default.asp - 80 DOM-AV\newfranz 173.62.2.233 Mozilla/4.0+
2011-03-17 07:28:45 173.62.2.200 GET /forum/register.asp mode=DoIt 80 DOM-AV\newfranz 173.62.2.233 Mozilla/4.0+
2011-03-17 07:28:45 173.62.2.200 GET /forum/default.asp - 80 DOM-AV\newfranz 173.62.2.233 Mozilla/4.0+
2011-03-17 07:28:45 173.62.2.200 GET /forum/register.asp mode=DoIt 80 DOM-AV\newfranz 173.62.2.233 Mozilla/4.0+
2011-03-17 07:28:45 173.62.2.200 GET /forum/default.asp - 80 DOM-AV\newfranz 173.62.2.233 Mozilla/4.0+

The Site register.asp and default.asp play Ping-Pong smile
Posted
Forum Admin
HuwR
Posts: 20611
20611
you need to have moe information in your logs, that extract does not show the status code for the request so doesn't help much.
When an unregistered user connects to default, is it trying to send them to register.asp automatically but fails with the 404 ?
Posted
Starting Member
franz_franz
Posts: 10
10
It`s not a classic 404. The correct Message can you find in my first post.
"Die Internetkonnektivität ist verloren gegangen."
The page return no Data. "The connect was lost". The Browser wait for Data. The IIS switch between default.asp and register.asp endless.
In the LOG no further data are contained. IIS gives no meaningful request for the browser.

It could be helpful, now to examine which variables between the sides are exchanged.(?)
But how? the User Name: DOM-AV\newfranz and register.asp mode=DoIt read in the log, seems to be correct.
But is this automaticly the Member-Name and the Account Name?
You Must enter a message