Author |
Topic |
|
xanderx
Starting Member
Italy
5 Posts |
Posted - 21 January 2010 : 16:01:29
|
Hi guys :)
I have installed a new snitz...
I m using mysql.
I receive the following error on me forum home page
Microsoft VBScript runtime error '800a000d'
Type mismatch
/forum/inc_header.asp, line 486
Can you help me ?
Thanks |
|
xanderx
Starting Member
Italy
5 Posts |
Posted - 21 January 2010 : 16:25:42
|
i suppose something related to this code...
|
Edited by - AnonJr on 21 January 2010 16:40:29 |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 21 January 2010 : 16:42:43
|
Its probably got more to do with SubCount not being numeric.
I suspect the culprit is line 448:
Its being used on line 456, and for reasons I can't think of off the cuff the count isn't being returned properly:
I seem to recall MySQL always being a little funny about COUNTs... |
|
|
xanderx
Starting Member
Italy
5 Posts |
Posted - 21 January 2010 : 16:50:40
|
mmmmmm..... what db do you think is better for snitz ? sqlserver ? how is it possible that a forum like snitz have problems with a new installation ? do you think problem related to the provider ? THX :) |
Edited by - xanderx on 21 January 2010 16:52:06 |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 21 January 2010 : 17:04:14
|
maybe if you could tell us more about your setup we can work out why it isn't working. Snitz does not normally have problems on a new install unless it is not setup correctly or there are server issues. many many users have it installed and working on mysql without any problems.
what version of MySQL is your db ? what connection string are you using ? have you set the correct dbtype in config.asp ? |
|
|
xanderx
Starting Member
Italy
5 Posts |
Posted - 21 January 2010 : 17:12:19
|
here the requested data:
MySQL Server: XXXXXXXXX via TCP/IP Versione MySQL: 5.0.82sp1-log Set di caratteri MySQL: UTF-8 Unicode (utf8)
Motore di Memorizzazione Descrizione MyISAM Default engine as of MySQL 3.23 with great performance MEMORY Hash based, stored in memory, useful for temporary tables InnoDB Supports transactions, row-level locking, and foreign keys BerkeleyDB Supports transactions and page-level locking BLACKHOLE /dev/null storage engine (anything you write to it disappears) EXAMPLE Example storage engine ARCHIVE Archive storage engine CSV CSV storage engine ndbcluster Clustered, fault-tolerant, memory-based tables FEDERATED Federated MySQL storage engine MRG_MYISAM Collection of identical MyISAM tables ISAM Obsolete storage engine
Provider: aruba.it
config.asp:
strDBType = "mysql" strConnString = "driver=MySQL;server=XXXX;uid=XXXXXX;pwd=XXXXXX;database=XXXXXX" '## MySQL w/ MyODBC v2.50
I have setuped from zero using an empty db and the software downloaded from here :)
thanks |
|
|
xanderx
Starting Member
Italy
5 Posts |
Posted - 21 January 2010 : 17:20:51
|
i receive the same error everywhere :(
Microsoft VBScript runtime error '800a000d'
Type mismatch
/forum/default.asp, line 926
Microsoft VBScript runtime error '800a000d'
Type mismatch
/forum/forum.asp, line 297
|
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 21 January 2010 : 17:55:49
|
You're using the older connection string. Use the connection string marked with "'## MySQL w/ MyODBC v3.51". It should be the one above the existing connection you are using. |
Support Snitz Forums
|
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
|
Topic |
|