| Author | 
                
                  Topic   | 
                
              
              
                | 
                 davebyers 
                Starting Member 
                 
                 
                
                14 Posts  | 
                
                  
                    
                      
                       Posted - 09 April 2006 :  12:56:36
                        
                      
  | 
                     
                    
                       I moved to a new hosting company and my forum is down. I'm sure I missed something in the move. What are the directions and things I would have needed to do please. 
  Dave www.christiansongwriting.org | 
                     
                   
                 | 
              
              
                | 
                 ruirib 
                Snitz Forums Admin 
                      
                 
                
                Portugal 
                26364 Posts  | 
                
                  
                 | 
              
              
                | 
                 davebyers 
                Starting Member 
                 
                 
                
                14 Posts  | 
                
                  
                    
                      
                       Posted - 09 April 2006 :  14:09:52
                        
                      
  | 
                     
                    
                       I get a bunch of jibberish:
  http://christiansongwriting.org/forum/
  <% '################################################################################# '## Copyright (C) 2000-02 Michael Anderson, Pierre Gorissen, '## Huw Reddick and Richard Kinser '## '## This program is free software; you can redistribute it and/or '## modify it under the terms of the GNU General Public License '## as published by the Free Software Foundation; either version 2 '## of the License, or any later version. '## '## All copyright notices regarding Snitz Forums 2000 '## must remain intact in the scripts and in the outputted HTML '## The "powered by" text/logo with a link back to '## http://forum.snitz.com in the footer of the pages MUST '## remain visible when the pages are viewed on the internet or intranet. '## '## This program is distributed in the hope that it will be useful, '## but WITHOUT ANY WARRANTY; without even the implied warranty of '## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the '## GNU General Public License for more details. '## '## You should have received a copy of the GNU General Public License '## along with this program; if not, write to the Free Software '## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. '## '## Support can be obtained from support forums at: '## http://forum.snitz.com '## '## Correspondence and Marketing Questions can be sent to: '## reinhold@bigfoot.com '## '## or '## '## Snitz Communications '## C/O: Michael Anderson '## PO Box 200 '## Harpswell, ME 04079 '################################################################################# %> <% '-------------------------------------------------------------------- ' Microsoft ADO ' ' Copyright (c) 1996-1998 Microsoft Corporation. ' ' ADO constants include file for VBScript ' (This is a trimmed down version with only the required constants) '-------------------------------------------------------------------- on error resume next '---- CursorTypeEnum Values ---- Const adOpenForwardOnly = 0 Const adOpenKeyset = 1 Const adOpenDynamic = 2 Const adOpenStatic = 3 '---- LockTypeEnum Values ---- Const adLockReadOnly = 1 Const adLockPessimistic = 2 Const adLockOptimistic = 3 Const adLockBatchOptimistic = 4 '---- ExecuteOptionEnum Values ---- Const adAsyncExecute = &H00000010 Const adAsyncFetch = &H00000020 Const adAsyncFetchNonBlocking = &H00000040 Const adExecuteNoRecords = &H00000080 Const adExecuteStream = &H00000400 '---- CursorLocationEnum Values ---- Const adUseServer = 2 Const adUseClient = 3 '---- GetRowsOptionEnum Values ---- Const adGetRowsRest = -1 '---- CommandTypeEnum Values ---- Const adCmdUnknown = &H0008 Const adCmdText = &H0001 Const adCmdTable = &H0002 Const adCmdStoredProc = &H0004 Const adCmdFile = &H0100 Const adCmdTableDirect = &H0200 err.clear on error goto 0 %> <% '################################################################################# '## Copyright (C) 2000-02 Michael Anderson, Pierre Gorissen, '## Huw Reddick and Richard Kinser '## '## This program is free software; you can redistribute it and/or '## modify it under the terms of the GNU General Public License '## as published by the Free Software Foundation; either version 2 '## of the License, or any later version. '## '## All copyright notices regarding Snitz Forums 2000 '## must remain intact in the scripts and in the outputted HTML '## The "powered by" text/logo with a link back to '## http://forum.snitz.com in the footer of the pages MUST '## remain visible when the pages are viewed on the internet or intranet. '## '## This program is distributed in the hope that it will be useful, '## but WITHOUT ANY WARRANTY; without even the implied warranty of '## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the '## GNU General Public License for more details. '## '## You should have received a copy of the GNU General Public License '## along with this program; if not, write to the Free Software '## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. '## '## Support can be obtained from support forums at: '## http://forum.snitz.com '## '## Correspondence and Marketing Questions can be sent to: '## reinhold@bigfoot.com '## '## or '## '## Snitz Communications '## C/O: Michael Anderson '## PO Box 200 '## Harpswell, ME 04079 '################################################################################# Session.LCID = 1033 '## Do Not Edit Response.Buffer = true dim strDBType, strConnString, strTablePrefix, strMemberTablePrefix, strFilterTablePrefix '## Do Not Edit Dim counter, ConnErrorNumber, ConnErrorDesc, blnSetup '## Do Not Edit '################################################################################# '## SELECT YOUR DATABASE TYPE AND CONNECTION TYPE (access, sqlserver or mysql) '################################################################################# 'strDBType = "sqlserver" strDBType = "access" 'strDBType = "mysql" '## Make sure to uncomment one of the strConnString lines and edit it so that it points to where your database is! 'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=d:\home\hnt7c164\forum\1979strat.mdb" '## MS Access 2000 'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=d:\home\hnt7c164\forum\1979strat.mdb" '## MS Access 97 strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/tools/1979strat.mdb") '## MS Access 2000 using virtual path strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("/database/1979strat.mdb") '## MS Access 97 using virtual path 'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("snitz_forums_2000.mdb") '## MS Access 2000 using virtual path 'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & 
  and more............. | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 Nertz 
                Junior Member 
                   
                 
                
                Canada 
                341 Posts  | 
                
                  
                    
                      
                       Posted - 09 April 2006 :  14:18:24
                        
                      
  | 
                     
                    
                      |  Seems like your new host doesn't support ASP. | 
                     
                    
                        Sadly, most Family Court Judges wrongfully reward opportunistic gold diggers that use our children unjustly as "instruments" of power.
  www.fathers-4-justice-canada.ca | 
                     
                    
                       Edited by - Nertz on 09 April 2006  14:20:59 | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 davebyers 
                Starting Member 
                 
                 
                
                14 Posts  | 
                
                  
                    
                      
                       Posted - 09 April 2006 :  14:24:13
                        
                      
  | 
                     
                    
                       Would I need to do anything with a database?
  Dave | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 alanh 
                New Member 
                  
                 
                
                United Kingdom 
                92 Posts  | 
                
                  
                    
                      
                       Posted - 09 April 2006 :  14:46:00
                        
                      
  | 
                     
                    
                       As Nertz says looks like your hosting co does not support ASP.
  Not sure if all hosting is the same but I suspect it is similar, my hosting co, have a special directory for the database in the root directory, then the rest of the forum code is in the forum directory. 
  Have a look at which package you have signed up to, and check if ASP is included and which type of database/s are available for you to use. | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 davebyers 
                Starting Member 
                 
                 
                
                14 Posts  | 
                
                  
                    
                      
                       Posted - 09 April 2006 :  15:07:02
                        
                      
  | 
                     
                    
                      |  I checked and it shows it supports asp on theis plan. Could there be an issue witht he database? | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 ruirib 
                Snitz Forums Admin 
                      
                 
                
                Portugal 
                26364 Posts  | 
                
                  
                 | 
              
              
                | 
                 MarcelG 
                Retired Support Moderator 
                      
                 
                
                Netherlands 
                2625 Posts  | 
                
                  
                    
                      
                       Posted - 09 April 2006 :  15:30:03
                        
                        
                      
  | 
                     
                    
                       quote: Originally posted by ruirib
  You server is an Apache server. It definitely does not support ASP, so you cannot run Snitz there.
 
  Rui, I am sorry to say this, but there are hosting companies out there that sell Apache with Apache:ASP or ChilliASP as 'ASP hosting plans'. They forget to mention that Apache:ASP and ChilliASP are not quite the same as MS ASP. | 
                     
                    
                        portfolio - linkshrinker - oxle - twitter | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 ruirib 
                Snitz Forums Admin 
                      
                 
                
                Portugal 
                26364 Posts  | 
                
                  
                 | 
              
              
                | 
                 davebyers 
                Starting Member 
                 
                 
                
                14 Posts  | 
                
                  
                    
                      
                       Posted - 10 April 2006 :  12:55:00
                        
                      
  | 
                     
                    
                       They said that in Linux I can't run asp. I CAN switch to windows and run asp though. Can this program run on asp? 
  Dave | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 ruirib 
                Snitz Forums Admin 
                      
                 
                
                Portugal 
                26364 Posts  | 
                
                  
                 | 
              
              
                | 
                 davebyers 
                Starting Member 
                 
                 
                
                14 Posts  | 
                
                  
                    
                      
                       Posted - 11 April 2006 :  05:48:55
                        
                      
  | 
                     
                    
                       OK, I switched it to windows. Now I get this error:
 
  Microsoft OLE DB Provider for ODBC Drivers error '80004005'
  [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
  /forum/inc_func_common.asp, line 617 | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 ruirib 
                Snitz Forums Admin 
                      
                 
                
                Portugal 
                26364 Posts  | 
                
                  
                 | 
              
              
                | 
                 davebyers 
                Starting Member 
                 
                 
                
                14 Posts  | 
                
                  
                    
                      
                       Posted - 11 April 2006 :  07:41:11
                        
                      
  | 
                     
                    
                       I called my host. They said they see it fine. I still see a db error. 
  What do you see at christiansongwriting.org/forum? | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 Shaggy 
                Support Moderator 
                      
                 
                
                Ireland 
                6780 Posts  | 
                
                  
                    
                      
                       Posted - 11 April 2006 :  07:53:23
                        
                      
  | 
                     
                    
                       No problems here - you may be seeing a cached copy of the page; try a forced refresh.
 
  | 
                     
                    
                         Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                
                
                  Topic   | 
                  |