Author |
Topic |
padawan
Junior Member
200 Posts |
Posted - 14 October 2002 : 20:35:39
|
quote: Originally posted by @tomic
No it's OK, here.
You have commented out inc_header.asp and you are going to need it.
You also selected to have it not display hidden or private forums but as I said in the first post in this topic, that does not work. All topics will be displayed no matter what.
Try not having it look for hot/new/special too.
If it's not that I think one of the other MODs you added recently is causing problems because I am using this with message icons just fine.
@tomic
I've readded inc_header.asp and here's the error I'm getting.
--------error starts here----------- Error Type: Active Server Pages, ASP 0135 (0x80004005) The file 'inc_header.asp' is included by itself (perhaps indirectly). Please check include files for other Include statements. /forum/inc_site_right.asp, line 44 ...
-------- error ends here -----------
Here's my inc_header.asp text version
do you really think the other MOD (Site Integration) is clobbering inc_iconfiles? Hmmm. that's quite interesting because I didn't see any reference to MSGICONs during install.
Would it be possible just to comment out any MSGICON components to get this one going? What would be the repercussions?
Also, what do you mean by "...Try not having it look for hot/new/special too..." I'm just trying to get this one come out as simple as possible.
- padawan
|
"...be mindful of the SnitzForce..." |
Edited by - padawan on 14 October 2002 20:37:30 |
|
|
padawan
Junior Member
200 Posts |
Posted - 14 October 2002 : 20:44:42
|
quote: Originally posted by padawan
quote: Originally posted by @tomic
No it's OK, here.
You have commented out inc_header.asp and you are going to need it.
You also selected to have it not display hidden or private forums but as I said in the first post in this topic, that does not work. All topics will be displayed no matter what.
Try not having it look for hot/new/special too.
If it's not that I think one of the other MODs you added recently is causing problems because I am using this with message icons just fine.
@tomic
I've readded inc_header.asp and here's the error I'm getting.
--------error starts here----------- Error Type: Active Server Pages, ASP 0135 (0x80004005) The file 'inc_header.asp' is included by itself (perhaps indirectly). Please check include files for other Include statements. /forum/inc_site_right.asp, line 44 ...
-------- error ends here -----------
Here's my inc_header.asp text version
do you really think the other MOD (Site Integration) is clobbering inc_iconfiles? Hmmm. that's quite interesting because I didn't see any reference to MSGICONs during install.
Would it be possible just to comment out any MSGICON components to get this one going? What would be the repercussions?
Also, what do you mean by "...Try not having it look for hot/new/special too..." I'm just trying to get this one come out as simple as possible.
- padawan
GOTCHA! I found out what you meant by "hot/new/special" *L*...
I've set the "Ornament to Display" from MSGICON (5) to None (0) and still getting the same error -- error on line 44 (points to the inc_header include statement)
any more ideas we can try? for luck?
- padawan
|
"...be mindful of the SnitzForce..." |
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 14 October 2002 : 20:47:24
|
I'm not sure what's going on. I checked the readme for Message Icons and no modifications are made to inc_header.asp. I'm not sure what's in the Site Integration MOD so I can't say what it does or doesn't have. I would try to get it working with Message Icons a bit before just commenting them out.
@tomic |
SportsBettingAcumen.com |
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 14 October 2002 : 20:49:21
|
quote: I've set the "Ornament to Display" from MSGICON (5) to None (0) and still getting the same error -- error on line 44 (points to the inc_header include statement)
No that's not the right parameter. Check the list of parameters. It's one of the last ones and it would be either 0, 1 or 2.
@tomic |
SportsBettingAcumen.com |
|
|
padawan
Junior Member
200 Posts |
Posted - 14 October 2002 : 21:24:28
|
quote: Originally posted by @tomic
quote: I've set the "Ornament to Display" from MSGICON (5) to None (0) and still getting the same error -- error on line 44 (points to the inc_header include statement)
No that's not the right parameter. Check the list of parameters. It's one of the last ones and it would be either 0, 1 or 2.
@tomic
thanks for the heads up, mate. i've modified it back the way you suggested it up above (DisplayContent 0, 0, 2, 3, 0, 6, 130, 50, 0, 1, 2, 1, "Newest Posts", "40%", "topic.asp").
i'll try a few more combinations (of which, i don't know yet), then I'll 'rev back' if i still keep hitting the wall after several tries...
- padawan
|
"...be mindful of the SnitzForce..." |
|
|
padawan
Junior Member
200 Posts |
Posted - 14 October 2002 : 22:20:33
|
sir @TOMIC,
Thanks for helping me with Content Display. I've revved-back my codes to prior settings. 'will try to make it work some other time.
- padawan |
"...be mindful of the SnitzForce..." |
|
|
padawan
Junior Member
200 Posts |
Posted - 18 October 2002 : 23:32:37
|
quote: Originally posted by padawan
sir @TOMIC,
Thanks for helping me with Content Display. I've revved-back my codes to prior settings. 'will try to make it work some other time.
- padawan
Good Friday evening, sir @TOMIC!
...wanna give this this one another try? this time, i don't have any 'site integration' MOD on my site. i'm using 3.4.03 v.08 (SH's fully modded version).
I get this error when I try to execute 'sitenews.asp' where content.asp is loaded. I'm calling content.asp (for Newest Posts) from the right side of sitenews.asp.
-------------- error msg starts here ------------- Error Type: Microsoft VBScript runtime (0x800A01C2) Wrong number of arguments or invalid property assignment: 'WritePostingDetails' /gcc/forum/content.asp, line 383 ... ... Page: GET /gcc/forum/sitenews.asp ---------- error ends here --------------
Here are my .ASP files. sitenews.asp content.asp topic.asp post.asp
If you've got some 'wide eyes' left in ya, I'd appreciate any input that you might have. If not, there's always tomorrow.
thanks a bundle!
- padawan
|
"...be mindful of the SnitzForce..." |
|
|
al_iguana
Junior Member
138 Posts |
Posted - 18 October 2002 : 23:39:16
|
in your content.asp, you've got:
Call WritePostingDetails()
shouldn't that be:
Call WritePostingDetails(T_Topic_ID)
??
just a thought |
----
Don't Dream It ~ Be It http://www.peppermintiguana.co.uk/cymrugothic/ |
|
|
padawan
Junior Member
200 Posts |
Posted - 18 October 2002 : 23:45:52
|
quote: Originally posted by al_iguana
in your content.asp, you've got:
Call WritePostingDetails()
shouldn't that be:
Call WritePostingDetails(T_Topic_ID)
??
just a thought
hey!!! someone's wide awake.. *L* thanks for the input. i'll try it out.
on a side note, any ideas about my POLL MOD dilemmas (pls. see MOD implementation)? i know.. i know.. i'm pushing it *stepping back now*
- padawan |
"...be mindful of the SnitzForce..." |
|
|
padawan
Junior Member
200 Posts |
Posted - 18 October 2002 : 23:50:41
|
quote: Originally posted by padawan
quote: Originally posted by al_iguana
in your content.asp, you've got:
Call WritePostingDetails()
shouldn't that be:
Call WritePostingDetails(T_Topic_ID)
??
just a thought
hey!!! someone's wide awake.. *L* thanks for the input. i'll try it out.
on a side note, any ideas about my POLL MOD dilemmas (pls. see MOD implementation)? i know.. i know.. i'm pushing it *stepping back now*
- padawan
uh-oh! the error's starting to go down the lines...
-------- err msg --------- Wrong number of arguments or invalid property assignment: 'WriteTextBar' /gcc/forum/content.asp, line 387 --------------------------
- padawan
|
"...be mindful of the SnitzForce..." |
|
|
al_iguana
Junior Member
138 Posts |
|
padawan
Junior Member
200 Posts |
Posted - 19 October 2002 : 00:14:29
|
quote: Originally posted by al_iguana
try changing it to:
Call WriteTextBar(T_Topic_ID, strLink)
WOOHOOO! We're out of content.asp! Now, we're in the inc_footer portion.
error is: Object required /gcc/forum/inc_footer.asp, line 107 |
"...be mindful of the SnitzForce..." |
|
|
padawan
Junior Member
200 Posts |
Posted - 19 October 2002 : 00:17:22
|
quote: Originally posted by padawan
quote: Originally posted by al_iguana
try changing it to:
Call WriteTextBar(T_Topic_ID, strLink)
WOOHOOO! We're out of content.asp! Now, we're in the inc_footer portion.
error is: Object required /gcc/forum/inc_footer.asp, line 107
oooops! forgot the footer.asp. here it is...
inc_footer.asp
|
"...be mindful of the SnitzForce..." |
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 19 October 2002 : 00:30:58
|
It's the closing of the database of the connection.
107 my_Conn.Close 108 set my_Conn = nothing
If you are using inc_header.asp you are fine because inc_header.asp opens the connection. inc_footer.asp closes it. If your database connection is not open it can't be closed. There is no need for any MOD to close the connection since it's done in inc_footer.asp. I would look through your MOD files for unnecessary database opening and closing. You need one of each.
@tomic |
SportsBettingAcumen.com |
|
|
padawan
Junior Member
200 Posts |
Posted - 19 October 2002 : 00:45:23
|
quote: Originally posted by @tomic
It's the closing of the database of the connection.
107 my_Conn.Close 108 set my_Conn = nothing
If you are using inc_header.asp you are fine because inc_header.asp opens the connection. inc_footer.asp closes it. If your database connection is not open it can't be closed. There is no need for any MOD to close the connection since it's done in inc_footer.asp. I would look through your MOD files for unnecessary database opening and closing. You need one of each.
@tomic
WHOA! it looks like everyone's coming back from bar hopping...
sir @TOMIC,
...taking inc_footer.asp out of sitenews.asp gave me an interim solution (my newest posts actually shows!!!)
now, i've got this extra black border to the right and bottom. ...just need the file and place where I can get this adjusted to to fit the screen
*big yawn*
thanks for showing up (and the company, of course), by the way!
-padawan |
"...be mindful of the SnitzForce..." |
Edited by - padawan on 19 October 2002 00:49:05 |
|
|
Topic |
|