| Author | 
                
                  Topic   | 
                  | 
              
              
                | 
                 aviv 
                Junior Member 
                   
                 
                
                474 Posts  | 
                
                  
                    
                      
                       Posted - 26 May 2001 :  14:24:39
                        
                        
                      
  | 
                     
                    
                       i put all the files on the server- but from some resone it's not  working. can some one do it for me?
 
 
 
  | 
                     
                   
                 | 
              
              
                | 
                 LordZuave 
                Starting Member 
                 
                 
                
                25 Posts  | 
                
                  
                    
                      
                       Posted - 26 May 2001 :  14:26:42
                        
                      
  | 
                     
                    
                       Aviv,
  I'm not an expert, but if u post what errors are u getting we would be able to help you better.
  did you read the readme.txt that came with the zip.
 
  Nelson R.
 
  | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 redbrad0 
                Advanced Member 
                      
                 
                
                USA 
                3725 Posts  | 
                
                  
                    
                      
                       Posted - 26 May 2001 :  14:32:48
                        
                        
                      
  | 
                     
                    
                       also give the url for the site when you post problems
  Brad | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 aviv 
                Junior Member 
                   
                 
                
                474 Posts  | 
                
                  
                 | 
              
              
                | 
                 mafifi 
                Junior Member 
                   
                 
                
                USA 
                308 Posts  | 
                
                  
                    
                      
                       Posted - 27 May 2001 :  12:21:48
                        
                      
  | 
                     
                    
                       Aviv,
  Please answer these questions and your response will help us help you. 1) Does your ISP supports ASP? 2) Which database type are you using. Access 97 or 2000, MS SQL 6.5 or 7.0, MySQL? 3) Could you post lines 48 through 57 from the config.asp file. 4) Are cookies set to off in your browser?
  Download a file called whereami.asp from Snitz, place it in the directory where your files are and it will tell you what the path to your files is. Thanks,
  Mo
  Edited by - mafifi on 27 May 2001  12:26:39 | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 aviv 
                Junior Member 
                   
                 
                
                474 Posts  | 
                
                  
                    
                      
                       Posted - 28 May 2001 :  15:51:01
                        
                        
                      
  | 
                     
                    
                        ------------------------------------- Please answer these questions and your response will help us help you. 1) Does your ISP supports ASP? 2) Which database type are you using. Access 97 or 2000, MS SQL 6.5 or 7.0, MySQL? 3) Could you post lines 48 through 57 from the config.asp file. 4) Are cookies set to off in your browser? -------------------------------
  1-yes it does support asp 2-dont know-i put the mdb file witch come with the other file of this forum. 3-how do i know witch line is 48? 4-no
  Thanx
 
  | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 mafifi 
                Junior Member 
                   
                 
                
                USA 
                308 Posts  | 
                
                  
                    
                      
                       Posted - 28 May 2001 :  16:17:49
                        
                      
  | 
                     
                    
                       These are lines 48 through 57 from file config.asp
   'strDBType = "sqlserver" 'strDBType = "access" 'strDBType = "mysql"
 
  '## Make sure to uncomment one of the strConnString lines! 'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=c:\inetpub\dbroot\snitz_forums_2000.mdb" '## MS Access 97 'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/fpdb/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path 'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\dbroot\forum.snitz.com\snitz_forum.mdb;" '## MS Access 2000 'strConnString = "driver={SQL Server};server=SERVER_NAME;uid=SQL_USER;pwd=PASSWORD;database=DATABASE_NAME" '## MS SQL Server 7 'strConnString = "driver=MySQL;server=SERVER_NAME;uid=MYSQL_USER;pwd=PARRWORD;database=DATABASE_NAME" '## MySQL 
  Did you make any changes to these lines in your config.asp file ? If so, can you post the changes? 
 
  Thanks,
  Mo
  Edited by - mafifi on 28 May 2001  16:18:34 | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 aviv 
                Junior Member 
                   
                 
                
                474 Posts  | 
                
                  
                    
                      
                       Posted - 28 May 2001 :  16:46:59
                        
                        
                      
  | 
                     
                    
                       'strDBType = "sqlserver" strDBType = "access" 'strDBType = "mysql"
  '## Make sure to uncomment one of the strConnString lines! 'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=c:\inetpub\dbroot\snitz_forums_2000.mdb" '## MS Access 97 'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/fpdb/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path 'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\dbroot\forum.snitz.com\snitz_forums_2000.mdb;" '## MS Access 2000 strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\database\snitz_forums_2000.mdb;" '## MS Access 2000 'strConnString = "driver={SQL Server};server=SERVER_NAME;uid=SQL_USER;pwd=PASSWORD;database=DATABASE_NAME" '## MS SQL Server 7 'strConnString = "driver=MySQL;server=SERVER_NAME;uid=MYSQL_USER;pwd=PASSWORD;database=DATABASE_NAME" '## MySQL
  strTablePrefix = "FORUM_" strMemberTablePrefix = "FORUM_"
  -------------------------- i've tryed all kind of path but no luck. do you have ICQ?
 
 
 
  | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 mafifi 
                Junior Member 
                   
                 
                
                USA 
                308 Posts  | 
                
                  
                    
                      
                       Posted - 28 May 2001 :  17:00:49
                        
                      
  | 
                     
                    
                       I will download ICQ and e-mail to you shortly.
  Thanks,
  Mo | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 OneWayMule 
                Dev. Team Member & Support Moderator 
                      
                 
                
                Austria 
                4969 Posts  | 
                
                  
                    
                      
                       Posted - 28 May 2001 :  17:47:16
                        
                        
                      
  | 
                     
                    
                       Here's how I did it:
  I created a forum folder so my root directory looked like
  /Database /forum /Images index.asp
  i uploaded the forum files (including the tools folder) to the forum folder and the snitz_forums_2000.mdb to the Database folder.
  My config.asp:
 
  'strDBType = "sqlserver" strDBType = "access" 'strDBType = "mysql"
  '## Make sure to uncomment one of the strConnString lines! 'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=c:\inetpub\dbroot\snitz_forums_2000.mdb" '## MS Access 97 strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/Database/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path 'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=snitz_forums_2000.mdb;" '## MS Access 2000 'strConnString = "driver={SQL Server};server=SERVER_NAME;uid=SQL_USER;pwd=PASSWORD;database=DATABASE_NAME" '## MS SQL Server 7 'strConnString = "driver=MySQL;server=SERVER_NAME;uid=MYSQL_USER;pwd=PARRWORD;database=DATABASE_NAME" '## MySQL
 
 
 
 
 
 
 
  Edited by - OneWayMule on 28 May 2001  17:49:08 | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 aviv 
                Junior Member 
                   
                 
                
                474 Posts  | 
                
                  
                    
                      
                       Posted - 28 May 2001 :  18:10:45
                        
                        
                      
  | 
                     
                    
                       didn't help
  The database could not be opened !! Check your config.asp file and set the  strConnString so it points to the database. Also check if strDBType is set to the right databasetype.
 
 
  Code : -2147467259
 
 
  ??????
 
  | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 OneWayMule 
                Dev. Team Member & Support Moderator 
                      
                 
                
                Austria 
                4969 Posts  | 
                
                  
                    
                      
                       Posted - 28 May 2001 :  18:19:55
                        
                        
                      
  | 
                     
                    
                       hey, Aviv,  if you send me your member info I could have a look and fix it for you.
  If you'd like that, email me (address in my profile).
 
  | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                |   | 
                
                  Topic   | 
                  |