
goodg day
After a few days of test I have some questions
In the search engines section I have always no data in "searches" and "keyword"
but Some visits come from differents search engines.
Why?
For "robots" I get datas but with an error message (sometimes) above :
Erreur d'exécution Microsoft VBScript error '800a005e'
Utilisation non autorisée de Null: 'Replace'
(Unauthorized use of Null)
/traffic/clsReport.asp, line 3817
also I would to track download files with :
testzip
I get a blanck page with not error message
My web pages are .asp
@+nickg
from France
download file and search engines
Hi,
Please post your version number every single time you start a new topic, this really helps me when I am looking at your problem.
Have you made any changes to the clsReport file or your definitions? It looks like its detecting a robot but entering a null value in the database.
~Chad
download file and search engines
Hi!
oupssssssssss! MetaTraffic Version: 2.02 Lite
yes I modifed "clsreport " this part :
4169 Private Function GetReportArray()
I am only translated english word which are beetewn " " to french
as
aryTemp(1,0) = "who is on line?"
to
aryTemp(1,0) = "Qui est en ligne?"
and so and...
and some others lines as :
2136 Response.Write("")
to
2136 Response.Write("")
and that is all. I don't modifie any other code.
(I tryiny to translate metatraffic in french)
but I do not get this error every times For exemple right now I do have not erreur
maybe I should replace clsreport.asp by original one...
About definitions? maybe I did
from France
download file and search engines
I will protect this error from happening in the next release but there still should never be a null value for the robot name. I believe this is a problem with your definitions. Do a quick check of the mt_definitions table and make sure that all of the entries in the d_name field are not blank or null. If they are, fix your definitions file and reload them or edit your db directly.
~Chad
download file and search engines
hi!
I did a check of the mt_definitions table in db.
There is not blank or null in the d_name field I replace clsreport.asp by the original one to see if the problem going on
Does the problem affect that I have no data in "searches" and "keyword",...
-----
after test with original clsreport.asp, I get sometimes the error again but I can always see the data
download file and search engines
Having no data in searches or keywords has nothing to do with that. You can always test it by going to Google, finding your site by searching with keywords and clicking through to the page. Then view the search / keyword report.
~Chad
download file and search engines
I tested it by going to Google, finding my site by searching with keywords and clicking through to the page and I got this error :
Erreur d'exécution Microsoft VBScript error '800a01b6'
Cet objet ne gère pas cette propriété ou cette méthode: 'objResults'
(This object does not manage this property or this method : 'objResults')
/traffic/clsLog.asp, line 635
from France
download file and search engines
OK, some questions: What type of database are you using? Also, what was the exact url of the page on google when you clicked on a link to your web site. Need this to test and try and reproduce the error.
Thanks,
~Chad
download file and search engines
type of database : Access
Go to google.fr
keyword : rose croix
on the first page results
clic : Cénacle de la Rose-Croix...
error message is only display with netscape or Mozilla 1.7.2
On explorer (6) I get a blank page with "impossible to get this page"
But is strange becausse at home on evening, every things worked well (on XP and linux)
In my office this morning I got the error message (with win2000 /win98/ mozilla1.7.2 for wondows/xp/)
from France
download file and search engines
Hi,
What version of Windows and IIS are you running? MetaTraffic requires version VBScript v5.5 installed on your system. I tested the referrer on my development servers and it worked fine. I suspect your server does not meet the minimum requirements.
Regards,
~Chad
download file and search engines
hi
I was busy with my work But nown it's ok
I upgraded to 2.03 Released and I have not problem with search engines page report
my host has :
windows 2000 server and version VBScript v5.5
which requirements are necessary?
regards
nick
from France
download file and search engines
There are about 20 search engines supported by MetaTraffic. If the sites are one of the ones not supported, they will not show up. You can add custom search engines by adding them to your definitions.txt file and reloading your definitions.
The Null error was fixed in the most recent version (2.03). Download and upgrade to the latest version.
~Chad