Author |
Topic |
franz_franz
Starting Member
Germany
10 Posts |
Posted - 15 March 2011 : 04:24:21
|
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. |
Edited by - franz_franz on 15 March 2011 04:25:09 |
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 15 March 2011 : 09:05:36
|
My German is non-existant... what is the error?
Also, I've noted that with NT Authentication, if you are not populating the e-mail field you should make sure that duplicate e-mails are allowed in the forum's admin options. |
|
|
franz_franz
Starting Member
Germany
10 Posts |
Posted - 15 March 2011 : 10:33:35
|
The error is a general error message. Nothing meaningful. My E-mail Server Configuration: Require Unique E-mail: OFF E-mail Validation: OFF Filter known spam domains: OFF Restrict Registration: OFF Require Logon for sending Mail: ON Idea? |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 15 March 2011 : 14:35:57
|
quote: The error is a general error message. Nothing meaningful.
You are seeking our help, so let us determine whether the error message is meaningful or not. |
Support Snitz Forums
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 15 March 2011 : 16:07:16
|
quote: Originally posted by franz_franz "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"
English: "The website does not appear (404 error). The internet connection is lost. The website is temporarily not available. The Domain Name Server (DNS) is not reachable."
Of course, it is pertinent. You're not online, you won't see the forum and cannot register. |
|
|
franz_franz
Starting Member
Germany
10 Posts |
Posted - 16 March 2011 : 02:25:03
|
My forum is not to be seen in the Internet. It is in our Intranet behind a Firewall. I cannot debug asp, since I work with the InternetInformationServer7 (iis7). I can only give new refer, if I can debug asp. Is there possibility without install a old (new) operating system (XP)? |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 16 March 2011 : 02:47:51
|
what exactly are you saying is wrong? email notification or the forum itself? please try to explain more or as requested post the exact error, a 404 error does not help as it just means that iis can't find the file which does not indicate a forum code error at all |
MVC .net dev/test site | MVC .net running on Raspberry Pi |
|
|
franz_franz
Starting Member
Germany
10 Posts |
Posted - 16 March 2011 : 03:25:33
|
quote: Originally posted by HuwR
what exactly are you saying is wrong?
If a new member calls the forum, it sees the error 404. Why? A SQL instruction to the production of the new user is incorrect. (or SQL Value) Therefore WEB side is not returned to the browser. - ERROR 404-> Which value? (A required Field?) I can not debug ...
Can call their me the line number in register.asp, in which the INSERT instruction stands into the FORUM_MEMBERS table. (not FORUM_MEMBERS_PENDING) |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 16 March 2011 : 05:09:56
|
a code error will not cause a 404 page not found error, it will send an asp error to the users browser, 404 errors are NOT code related.
Have you configured the correct forum url's in admin options? |
MVC .net dev/test site | MVC .net running on Raspberry Pi |
|
|
franz_franz
Starting Member
Germany
10 Posts |
Posted - 16 March 2011 : 07:17:09
|
A registered Member can see and write in the Forum. |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 16 March 2011 : 07:29:41
|
What is the page title in the address bar when the 404 occurs? |
|
|
franz_franz
Starting Member
Germany
10 Posts |
Posted - 16 March 2011 : 08:14:49
|
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. |
Edited by - franz_franz on 16 March 2011 08:17:59 |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 16 March 2011 : 09:33:38
|
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 |
MVC .net dev/test site | MVC .net running on Raspberry Pi |
|
|
franz_franz
Starting Member
Germany
10 Posts |
Posted - 16 March 2011 : 09:39:31
|
"Home URL" and "Forum URL" is in my case the same http://intranet.intern/forum/ It was in Snitz 3.4.04 correct. |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
|
Topic |
|