Author |
Topic |
Fandi
Starting Member
1 Posts |
Posted - 24 September 2003 : 06:45:31
|
I am getting the same error (/forum/inc_sitestat.asp, line 390 ). Also I am not able to save the changes I do in the sitestat admin. It says "Configuration Posted! Congratulations!" but it haven't saved it. Any ideas?
|
|
|
RebelTech
Average Member
USA
613 Posts |
Posted - 10 October 2003 : 13:26:02
|
[Has any one lately got this thing working? I installed it and I get the error on line 390 and admin settings are not saved? |
|
|
rgrund
Junior Member
Austria
206 Posts |
Posted - 11 October 2003 : 15:03:51
|
Hi, Have you added these lines into the config.asp line as stated in readme.txt file:
'############################### '# SITE STAT MOD ########## strTotalDayVisitor = Application(strCookieURL & "STRTOTALDAYVISITOR") strTotalMonthVisitor = Application(strCookieURL & "STRTOTALMONTHVISITOR") strTotalYearVisitor = Application(strCookieURL & "STRTOTALYEARVISITOR") strTotalVisitor = Application(strCookieURL & "STRTOTALVISITOR") strDayCount = Application(strCookieURL & "STRDAYCOUNT") strMonthCount = Application(strCookieURL & "STRMONTHCOUNT") strYearCount = Application(strCookieURL & "STRYEARCOUNT") strTotalCount = Application(strCookieURL & "STRTOTALCOUNT") strVisitorCountEdit = Application(strCookieURL & "STRVISITORCOUNTEDIT") strPageCountEdit = Application(strCookieURL & "STRPAGECOUNTEDIT") strSiteStatTableBorder = Application(strCookieURL & "STRSITESTATTABLEBORDER") strCounterDB = Application(strCookieURL & "STRCOUNTERDB") strCounterDisplay = Application(strCookieURL & "STRCOUNTERDISPLAY") strCounterTxtPath = Application(strCookieURL & "STRCOUNTERTXTPATH") strTotalYesterDayVisitor = Application(strCookieURL & "STRTOTALYESTERDAYVISITOR") strYesterDayCount = Application(strCookieURL & "STRYESTERDAYCOUNT") strSiteStatMembers = Application(strCookieURL & "STRSITESTATMEMBERS") strHeaderPage = Application(strCookieURL & "STRHEADERPAGE") strHeaderVisitor = Application(strCookieURL & "STRHEADERVISITOR") strHeaderMembers = Application(strCookieURL & "STRHEADERMEMBERS")
Bob |
Internet should be OPENSOURCEd! |
|
|
rgrund
Junior Member
Austria
206 Posts |
Posted - 11 October 2003 : 15:09:12
|
Hi Fandi & pmf & RebelTech,
if you goto line 390 you will see the following:
set file = fso.OpenTextFile(strCounterTxtPath,1,true)
and the reason why you get this error is, that you have no permission to use this command. On what system are you working?
Bob |
Internet should be OPENSOURCEd! |
|
|
RebelTech
Average Member
USA
613 Posts |
Posted - 11 October 2003 : 15:20:14
|
quote: Originally posted by rgrund
Hi Fandi & pmf & RebelTech,
if you goto line 390 you will see the following:
set file = fso.OpenTextFile(strCounterTxtPath,1,true)
and the reason why you get this error is, that you have no permission to use this command. On what system are you working?
Bob
My db is Access. I do have write permissions. I have been using a text based page counter and it works. I put the correct path etc... When I would try to save the settings in admin home I would get an error stating that the name of the file must be sitestat.txt . It was set to this in both the admin settings and also it checked out to ok in the hardcode ( I had read that in the hardcode it was looking for sitesTat.asp). I would get the filename error even if I choose to use the db. |
|
|
RebelTech
Average Member
USA
613 Posts |
Posted - 11 October 2003 : 15:21:58
|
rgrund, I do thank you for replying. If you know of an obvious fix I will be glad to re- install this mod. I really like all that it reports!
|
|
|
rgrund
Junior Member
Austria
206 Posts |
Posted - 11 October 2003 : 15:31:40
|
RebelTech,
what is the url to your site. I will register and will you give me for a short time admin rights? I will check the settigs then. OK?
Bob |
Internet should be OPENSOURCEd! |
|
|
RebelTech
Average Member
USA
613 Posts |
Posted - 11 October 2003 : 17:00:32
|
I am backing up my forum now. I am going to then reapply the mod (when I could not get it to work I reuploaded the copy that d/l'ed just before trying the mod). As soon as I get this done I will email you with the info if you still feel like messing with it. |
|
|
RebelTech
Average Member
USA
613 Posts |
Posted - 11 October 2003 : 17:01:39
|
You want me to use the files in the 11 zip? |
|
|
RebelTech
Average Member
USA
613 Posts |
Posted - 11 October 2003 : 17:42:27
|
Let make sure I am doing this right. If I am only going to display the stats on my portal page the I do NOT have to modify default.asp, right? |
|
|
rgrund
Junior Member
Austria
206 Posts |
Posted - 12 October 2003 : 11:40:12
|
Hi RebelTech,
you are absoluetly right, to show the stats only at your portal, then you do not need to modify the default.asp.
Bob |
Internet should be OPENSOURCEd! |
|
|
RebelTech
Average Member
USA
613 Posts |
Posted - 12 October 2003 : 14:26:01
|
Sent you an email |
|
|
RebelTech
Average Member
USA
613 Posts |
Posted - 12 October 2003 : 14:45:50
|
Ok, I have it up with no errors. I can now save the settings in admin. But the stats are not increasing. Ideas? |
|
|
a10
Starting Member
United States
22 Posts |
Posted - 12 October 2003 : 23:24:41
|
I tried downloading from the link in the first couple of messages. Getting a site not found error. Is site down, if so, anyone else have it for download? Thanks. |
|
|
RebelTech
Average Member
USA
613 Posts |
|
Topic |
|