Author |
Topic |
Aaron S.
Average Member
USA
985 Posts |
|
goldfish
New Member
82 Posts |
Posted - 29 August 2002 : 07:15:48
|
Sorry for delay in replying, I'll give the suggestions here a try and come back to let you know how I got on.
Cheers, Simon |
|
|
goldfish
New Member
82 Posts |
Posted - 29 August 2002 : 09:29:55
|
I am such a moron.
It's working fine now I've added BOTH the MOD setup dbs thingummyjigs... I hadn't twigged that there were two (Smiley Manager AND Default Smiles or whatever they are). I've run both again, and woohoo.... it all works!
CHeers, and sorry for wasting your time!
Simon |
|
|
Aaron S.
Average Member
USA
985 Posts |
|
CodeName
Junior Member
296 Posts |
Posted - 29 August 2002 : 11:01:08
|
Aarom S. - I have Some Problem With Smile Manager 3.4.x , - First I uploaded the Smile Manager Files and I gone to admin Options > Mod Uptade > Smile Manager 3.4 > Uptade But İts dont creating any table on database..
I see at Admin options Smile Manager panel , but when ı want to post something its showing error at Smile Table in post.asp Line 92 or 94 EOF error ..
What can i do ? |
|
|
Aaron S.
Average Member
USA
985 Posts |
Posted - 29 August 2002 : 11:04:53
|
Can you cut & paste the text AFTER you have run the dbs file... so I can see what errors it is giving you?
Have you confirmed that the tables are not in your database?
Thanks,
--Aaron |
DOWNLOAD GREAT NEW MODS HERE |
|
|
CodeName
Junior Member
296 Posts |
Posted - 29 August 2002 : 12:44:38
|
Problem Is >>>
>>
Dropping Table..
Creating table(s)... CREATE TABLE FORUM_SMILES( S_ID int IDENTITY (1, 1) PRIMARY KEY NOT NULL , S_CODE text (15) NULL , S_URL text (250) NULL , S_DESC text (250) NULL , S_VISIBLE int NULL DEFAULT 1, S_ENABLED text (20) NULL , S_COLSPAN int NULL DEFAULT 1) CREATE TABLE FORUM_SMILES( S_ID int IDENTITY (1, 1) PRIMARY KEY NOT NULL , S_CODE text (15) NULL , S_URL text (250) NULL , S_DESC text (250) NULL , S_VISIBLE int NULL DEFAULT 1, S_ENABLED text (20) NULL , S_COLSPAN int NULL DEFAULT 1) -2147217865 | Tablo veya kısıtlama bulunamıyor.
--------------------------------------------------------------------------------
Dropping Table..
Creating table(s)... CREATE TABLE FORUM_SMILES2( S2_ID int IDENTITY (1, 1) PRIMARY KEY NOT NULL , S2_ALLOWEDIT int NULL DEFAULT 1) CREATE TABLE FORUM_SMILES2( S2_ID int IDENTITY (1, 1) PRIMARY KEY NOT NULL , S2_ALLOWEDIT int NULL DEFAULT 1) -2147217865 | Tablo veya kısıtlama bulunamıyor.
--------------------------------------------------------------------------------
Adding new records.. INSERT INTO FORUM_SMILES2 (S2_ALLOWEDIT) VALUES (1) INSERT INTO FORUM_SMILES2 (S2_ALLOWEDIT) VALUES (1) -2147217865 | Tablo veya kısıtlama bulunamıyor.
--------------------------------------------------------------------------------
Creating table(s)... CREATE TABLE FORUM_SMILES_CUSTOM( MS_ID int IDENTITY (1, 1) PRIMARY KEY NOT NULL , MEMBER_ID int NULL , S_ID int NULL ) CREATE TABLE FORUM_SMILES_CUSTOM( MS_ID int IDENTITY (1, 1) PRIMARY KEY NOT NULL , MEMBER_ID int NULL , S_ID int NULL ) -2147217865 | Table CAnnot Find.
-------------------------------------------------------------------------------- Unable to remove dbs file Tablo veya kısıtlama bulunamıyor. If there were errors please post a question in the MOD Implementation Forum at Snitz Forums
-------------------------
How Can I fix It ?
|
|
|
CodeName
Junior Member
296 Posts |
Posted - 29 August 2002 : 12:48:34
|
And That post.asp Error Is >>>> >> ADODB.Recordset error '800a0bcd' Ya BOF ya da EOF Doğru veya geçerli kayıt silinmiş; uygulama tarafından istenen işlem bir geçerli kayıt gerektiriyor.
/snitz/inc_smilies.asp, line 94
|
|
|
Aaron S.
Average Member
USA
985 Posts |
Posted - 29 August 2002 : 13:17:56
|
In admin_mod_setup.asp...
Uncomment all of the:
'on error resume next
Then run the dbs again... and post the results.
Thanks,
--Aaron
|
DOWNLOAD GREAT NEW MODS HERE |
|
|
CodeName
Junior Member
296 Posts |
Posted - 29 August 2002 : 13:39:12
|
I dont Have That file .. I have only "admin_mod_dbsetup" and "admin_mod_dbsetup2" from admin_mod files.. |
|
|
Aaron S.
Average Member
USA
985 Posts |
|
CodeName
Junior Member
296 Posts |
Posted - 29 August 2002 : 14:53:16
|
Wait Wait Can you explain the "Uncomment all of the: 'on error resume next"
What I have to do in admin_mod_dbsetup.asp ?
Removing all "'on error resume next" ? |
|
|
Aaron S.
Average Member
USA
985 Posts |
|
CodeName
Junior Member
296 Posts |
Posted - 29 August 2002 : 17:24:10
|
Ok Man Thanks its working but I have Problem At Faq.asp , I see Too Much Copy from 1 smile :-)) How Can I fix it at Faq.asp ? |
|
|
Topic |
|