Author |
Topic  |
rriehl
Starting Member
31 Posts |
Posted - 19 July 2002 : 01:00:36
|
Davio, I am havig the same problem as jeanvallery.... I tried to install the email validation mod.. but no luck.. It is very difficult for me (maybe I am stupid) to figure out exactly where to edit the comment lines. I did it 3 times, thought I did it correctly but to no avail. I never got a specific error message, after the provacy policy was accepted I just got the old "page not found"
Any help you can provide would be so much appreciated. I am willing to pay you for your services. Thanks.
Edited by - Davio on 19 July 2002 13:28:29 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 19 July 2002 : 13:30:37
|
A link to your forum would be helpful. quote: I never got a specific error message, after the provacy policy was accepted I just got the old "page not found"
That means the page isn't found. Try reuploading the file or check the url. Make sure it is correct.
«------------------------------------------------------» What new features are going to be in the 3.4 version? See the 3.4 UnOfficial Features List ! |
 |
|
rriehl
Starting Member
31 Posts |
Posted - 20 July 2002 : 14:17:45
|
My aplogies, the error I get is: There is a problem with the page you are trying to reach and it cannot be displayed
I have redone everything 3 times now and I get the same thing. Here is the link you asked for: http://mobclan.robertriehl.com/cgi-bin/default.asp
Thanks.
quote:
A link to your forum would be helpful. quote: I never got a specific error message, after the provacy policy was accepted I just got the old "page not found"
That means the page isn't found. Try reuploading the file or check the url. Make sure it is correct.
«------------------------------------------------------» What new features are going to be in the 3.4 version? See the 3.4 UnOfficial Features List !
|
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 20 July 2002 : 14:44:34
|
This is the error I get:Microsoft VBScript compilation error '800a0400'
Expected statement
/cgi-bin/register.asp, line 568
<% ^
Post a link to a txt version of your register.asp file.
«------------------------------------------------------» What new features are going to be in the 3.4 version? See the 3.4 UnOfficial Features List ! |
 |
|
rriehl
Starting Member
31 Posts |
Posted - 20 July 2002 : 14:56:06
|
Thanks Davio, here it is:
http://mobclan.robertriehl.com/register.txt
quote:
This is the error I get:Microsoft VBScript compilation error '800a0400'
Expected statement
/cgi-bin/register.asp, line 568
<% ^
Post a link to a txt version of your register.asp file.
«------------------------------------------------------» What new features are going to be in the 3.4 version? See the 3.4 UnOfficial Features List !
|
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 20 July 2002 : 15:11:53
|
Remove that asp tag from line 568. Put this asp tag %> at the end of line 582:Else %>
«------------------------------------------------------» What new features are going to be in the 3.4 version? See the 3.4 UnOfficial Features List ! |
 |
|
rriehl
Starting Member
31 Posts |
Posted - 20 July 2002 : 15:37:09
|
Ok Davio, I made the changes as you told me. Now, I get the following error instead:
Microsoft VBScript compilation error '800a0400'
Expected statement
/cgi-bin/inc_profile.asp, line 58
<p><font face="<% =strDefaultFontFace ^
I updated the register.txt file as well.
Thanks
quote:
Remove that asp tag from line 568. Put this asp tag %> at the end of line 582:Else %>
«------------------------------------------------------» What new features are going to be in the 3.4 version? See the 3.4 UnOfficial Features List !
Edited by - rriehl on 20 July 2002 15:38:53 |
 |
|
rriehl
Starting Member
31 Posts |
Posted - 20 July 2002 : 16:30:35
|
Looking at the error... you'll probably need this:
http://mobclan.robertriehl.com/inc_profile.txt
quote:
Ok Davio, I made the changes as you told me. Now, I get the following error instead:
Microsoft VBScript compilation error '800a0400'
Expected statement
/cgi-bin/inc_profile.asp, line 58
<p><font face="<% =strDefaultFontFace ^
I updated the register.txt file as well.
Thanks
quote:
Remove that asp tag from line 568. Put this asp tag %> at the end of line 582:Else %>
«------------------------------------------------------» What new features are going to be in the 3.4 version? See the 3.4 UnOfficial Features List !
Edited by - rriehl on 20 July 2002 15:38:53
|
 |
|
Nikkol
Forum Moderator
    
USA
6907 Posts |
Posted - 20 July 2002 : 16:34:17
|
Try adding a line right before line 58 in inc_profile that has %> on it.
Nikkol |
 |
|
rriehl
Starting Member
31 Posts |
Posted - 20 July 2002 : 16:43:05
|
I did that and now I have this error:
Microsoft VBScript compilation error '800a0400'
Expected statement
/cgi-bin/inc_profile.asp, line 79
</tr> ^
Should I change it back or leav it alone?
quote:
Try adding a line right before line 58 in inc_profile that has %> on it.
Nikkol
|
 |
|
Nikkol
Forum Moderator
    
USA
6907 Posts |
Posted - 20 July 2002 : 17:14:26
|
No, you have more lines than that that are messed up. Check your changes carefully and make sure that you included all the <% and %> that you were supposed to.
Nikkol |
 |
|
rriehl
Starting Member
31 Posts |
Posted - 20 July 2002 : 17:16:26
|
I have checked and re-checked.. this is my 4th attempt at installation. Here is the link to the inc_profile: http://mobclan.robertriehl.com/inc_profile.txt
What am I doing wrong?
quote:
No, you have more lines than that that are messed up. Check your changes carefully and make sure that you included all the <% and %> that you were supposed to.
Nikkol
|
 |
|
Nikkol
Forum Moderator
    
USA
6907 Posts |
Posted - 20 July 2002 : 17:37:55
|
On first glance, line 77 needs to begin with a <% and end with a %>. Also, line 79 needs to begin with a <%. And the <% needs to be taken off of line 85. Here's how lines 77-85 should look:
<% if strEmailVal = "0" or Request.QueryString("mode") <> "Register" then %><INPUT type="hidden" name="Email2" value="<% =RS("M_EMAIL") %>"><% end if %> </tr> <% if (strEmailVal = "1" and lcase(strEmail) = "1") and Request.QueryString("mode") = "Register" then %> <tr> <td bgColor=<% =strPopUpTableColor %> align=right width="10%" nowrap><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><FONT color=#ff0000>*</FONT>Confirm Email: </font></b></td> <td bgColor=<% =strPopUpTableColor %>><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><INPUT name="Email2" size="25" value=""></font></td> </tr> <% end if
<% if strICQ = "1" then%>
The parts in red are what should be added and the green should be taken off. That's not to say there are some other mistakes in other parts of the code.
Nikkol |
 |
|
rriehl
Starting Member
31 Posts |
Posted - 20 July 2002 : 19:32:14
|
Thanks Nikkol... I did that and now I get this error: Microsoft VBScript compilation error '800a03f8'
Expected 'Sub'
/cgi-bin/inc_profile.asp, line 189
end if 'extended profile ----^
I appreciate all of your help. I do not understand where I went wrong. The only lines I changed were the ones that the directions indicated. Could somone help me with the above error? I have updated the txt version here:
http://mobclan.robertriehl.com/inc_profile.txt
quote:
On first glance, line 77 needs to begin with a <% and end with a %>. Also, line 79 needs to begin with a <%. And the <% needs to be taken off of line 85. Here's how lines 77-85 should look:
<% if strEmailVal = "0" or Request.QueryString("mode") <> "Register" then %><INPUT type="hidden" name="Email2" value="<% =RS("M_EMAIL") %>"><% end if %> </tr> <% if (strEmailVal = "1" and lcase(strEmail) = "1") and Request.QueryString("mode") = "Register" then %> <tr> <td bgColor=<% =strPopUpTableColor %> align=right width="10%" nowrap><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><FONT color=#ff0000>*</FONT>Confirm Email: </font></b></td> <td bgColor=<% =strPopUpTableColor %>><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><INPUT name="Email2" size="25" value=""></font></td> </tr> <% end if
<% if strICQ = "1" then%>
The parts in red are what should be added and the green should be taken off. That's not to say there are some other mistakes in other parts of the code.
Nikkol
|
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 20 July 2002 : 19:56:27
|
Looking at your inc_profile.txt file, it seems you haven't made the changes Nikkol suggested. Unless it is still the old version of your inc_profile.txt file I am looking at.
«------------------------------------------------------» What new features are going to be in the 3.4 version? See the 3.4 UnOfficial Features List ! |
 |
|
rriehl
Starting Member
31 Posts |
Posted - 20 July 2002 : 20:13:36
|
You're right! I missed some. BTW- is notepad.exe the best to edit these with or are is there something better? I am NOW gettting the following error: Microsoft VBScript compilation error '800a0400'
Expected statement
/cgi-bin/inc_profile.asp, line 579
</tr> ^
Here is the updated inc_profile.asp: http://mobclan.robertriehl.com/inc_profile.txt
Thanks.
quote:
Looking at your inc_profile.txt file, it seems you haven't made the changes Nikkol suggested. Unless it is still the old version of your inc_profile.txt file I am looking at.
«------------------------------------------------------» What new features are going to be in the 3.4 version? See the 3.4 UnOfficial Features List !
|
 |
|
Topic  |
|