Author |
Topic  |
|
steve
Starting Member
USA
34 Posts |
Posted - 10 July 2001 : 01:31:51
|
I had everything working fine on my pws and out on the webserver. I changed the directory structure, reran the setup.asp, it says forum installed correctly and when I click to see the forum I get this error both locally and globally.
The page cannot be displayed There is a problem with the page you are trying to reach and it cannot be displayed.
--------------------------------------------------------------------------------
Please try the following:
Click the Refresh button, or try again later.
Open the cronus home page, and then look for links to the information you want. HTTP 500.100 - Internal Server Error - ASP error Internet Information Services
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Error Type: Microsoft VBScript compilation (0x800A0401) Expected end of statement /cronuswarp/cronushobbies/forums/Default.asp, line 272, column 13 valign="top" if rsForum("F_TYPE")="1" then Response.Write(" colspan="4")" % bgcolor="<% =strForumCellColor ------------^
Browser Type: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
Page: GET /cronuswarp/cronushobbies/forums/Default.asp
Time: Monday, July 09, 2001, 10:17:45 PM
I checked and everything points to the correct directories. I did not mess with the default.asp page at all. In fact I did not mess with any of the pages just changed their locations, reran the setup.asp and now nothing works. What gives.
The location of the web forum is at http://www.cronuswarp.com/cronushobbies/forums.
It was great and now it is gone? Help, I am just a lonely structures engineer.
I am required to kill, so I kill. That is enough. |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 10 July 2001 : 01:39:17
|
Line 272 should look like this:<td<% if rsForum("F_TYPE") = 1 then Response.Write(" colspan=4") %> bgcolor="<% =strForumCellColor %>" valign="top"> Notice the differences with where the quotes are.
- David |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 10 July 2001 : 01:40:00
|
Is frontpage extensions enabled on your PWS? Did you use Frontpage at all to do the moving? |
 |
|
steve
Starting Member
USA
34 Posts |
Posted - 10 July 2001 : 01:45:02
|
Yes, frontpage extensions are enabled, and I moved the forum with, but not the db. I dragged the db over into the root web as instructed by the hoster. That worked in the past.
I will check the line and see if it matches. How could it get changed? I did not edit or view any of the pages with frontpage at all just moved them around by dragging and dropping.
I am required to kill, so I kill. That is enough. |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 10 July 2001 : 01:47:05
|
frontpage has a habit of changing code within a file while moving it. I think this only occurs on sites that have frontpage extensions enabled. |
 |
|
steve
Starting Member
USA
34 Posts |
Posted - 10 July 2001 : 01:55:16
|
Okay, I fixed line 272 and it works now. I have no idea how it got changed, I did not touch the default page at all. Just moved the whole forums directory at once with explorer then republished to the webhost.
Thanks.
What would cause that?
I am required to kill, so I kill. That is enough. |
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 10 July 2001 : 01:59:49
|
FrontPage does it steve. Just as Richard had explained it in his last post.
- David |
 |
|
steve
Starting Member
USA
34 Posts |
Posted - 10 July 2001 : 02:08:05
|
Thanks, He posted that answer while I was typing my question. It just sucks. So much for microsoft and bill gates.
I am required to kill, so I kill. That is enough. |
 |
|
|
Topic  |
|