Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Error File Lister Mod
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Lanstuff
New Member

USA
79 Posts

Posted - 20 January 2005 :  01:55:58  Show Profile  Visit Lanstuff's Homepage
Everything appears to work fine until posting. I get hthe following error.
Microsoft OLE DB Provider for ODBC Drivers error '80040e37'

[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input table or query 'FORUM_FILELISTER'. Make sure it exists and that its name is spelled correctly.

/forum/file_lister_upload.asp, line 84

Any ideas would help.

PeeWee.Inc
Senior Member

United Kingdom
1893 Posts

Posted - 20 January 2005 :  03:00:11  Show Profile  Visit PeeWee.Inc's Homepage
Did you run the DBS file that come with the File Lister MOD? Looks like you just did the code edits.

De Priofundus Calmo Ad Te Damine
Go to Top of Page

Lanstuff
New Member

USA
79 Posts

Posted - 20 January 2005 :  09:04:18  Show Profile  Visit Lanstuff's Homepage
That's what I thought. The files I have didn't come with dbs files. Do you have one you could share??????
Go to Top of Page

PeeWee.Inc
Senior Member

United Kingdom
1893 Posts

Posted - 20 January 2005 :  10:07:51  Show Profile  Visit PeeWee.Inc's Homepage
I've never used the File Lister MOD so no, i dont have the DBS file to give you. I'm sure someone here will have tho, just wait

De Priofundus Calmo Ad Te Damine
Go to Top of Page

modifichicci
Average Member

Italy
787 Posts

Posted - 20 January 2005 :  15:16:52  Show Profile  Visit modifichicci's Homepage
You have to run
File_Lister_setup.asp
just typing http://www.yoursite/yourforumdir/File_Lister_setup.asp
it creates the tables

Ernia e Laparocele
Forum di Ernia e Laparocele
Acces - MySql Migration Tutorial
Adamantine forum
Go to Top of Page

Lanstuff
New Member

USA
79 Posts

Posted - 22 January 2005 :  19:45:23  Show Profile  Visit Lanstuff's Homepage
Got File Lister to work. I had to build the databases in access and loaded them in my database file. I read the code to see what the name of the colums should be.

My other problem with file lister is now, when I go to Force Administrator Approve All File in the Admin Section I still see the posted files. Everything else works with respect to this function but it won't hide the files prior to approval. ANY IDEAS????????

THANKS FOR ALL YOUR HELP!!!!!!!!!!!!
Go to Top of Page

Lanstuff
New Member

USA
79 Posts

Posted - 31 January 2005 :  02:42:05  Show Profile  Visit Lanstuff's Homepage
Man, I thought I had it whipped but I can't get the approval parts to work. The files will not hide until approval. The files when downloaded show up even though the admin part says that the files are not approved yet??????
Any Help!!!!!!!!!!!!
The File_Lister_Setup.asp doesn't build the tables at all. I had to manually look at the files and make the tables to get this far.
Go to Top of Page

Lanstuff
New Member

USA
79 Posts

Posted - 16 February 2005 :  09:19:43  Show Profile  Visit Lanstuff's Homepage
I got problem resolved finally. Was a problem with code in file_lister_view.asp There was a bit of code mising.
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 16 February 2005 :  09:23:39  Show Profile
Can you post that code and where you added it for anyone in the future who may experience the same problems?


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.”
Go to Top of Page

Lanstuff
New Member

USA
79 Posts

Posted - 16 February 2005 :  22:33:54  Show Profile  Visit Lanstuff's Homepage
Here is the code change to file_lister_view.asp that corrected my problem as stated above.

Find Existing file;


sqldtl = "select * from "& strMemberTablePrefix & "FILELISTER where Member_Id ="&trim(cint(tMID))&" and File_Cat = "&trim(cint(cid))


Replace that line with the following;

sqldtl = "select * from "& strMemberTablePrefix & "FILELISTER where Member_Id ="&trim(cint(tMID))&" and File_Status = 1 and File_Cat = "&trim(cint(cid))&" order by File_Name"
Go to Top of Page

hawkdrean
New Member

73 Posts

Posted - 14 March 2005 :  05:39:27  Show Profile  Visit hawkdrean's Homepage
Can anyone tell me what is going on with this error I can sometime upload files other times I get this:


ADODB.Field error '800a0bcd'

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

/file_lister_upload.asp, line 82

Edited by - hawkdrean on 14 March 2005 05:41:21
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.25 seconds. Powered By: Snitz Forums 2000 Version 3.4.07