
hello!
I want to use MetaTraffic Lite 2.0
I get an error to setup MetaTraffic
STEP 1: Connecting to new database...SUCCESS
STEP 2: Creating database connection file...FAILED
Could not write to conn.asp file. Check the file's permissions.
Go back and try again.
My database folder as writting permissions.
thanks for your help
nickg
error MetaTraffic Lite 2.0 setup
Double check the file permissions on the conn.asp file. The IUSR_machinename account needs to have write permissions on that file.
Regards,
~Chad
error MetaTraffic Lite 2.0 setup
thanks
At least I got permmissions from my host
Install was ok
and I cut from tracking section :
<% Server.Execute("/traffic/track.asp") %>
et paste it to my index.asp and the others pages...
I get this erreur
Objet Server error 'ASP 0228 : 80004005'
Erreur de Server.Execute
/index.asp, line 1
the call with Server.Execute failed during the loading of the page.
error MetaTraffic Lite 2.0 setup
after differents test I always get this error:
Objet Server error 'ASP 0228 : 80004005'
Erreur de Server.Execute
/index.asp, line 1
the call with Server.Execute failed during the loading of the page
the path seems good <% Server.Execute("../traffic/track.asp") %>
but if I put index in traffic folder , it's works WHY???
:?::?::?::?::?::?::?:
so I always can not try metatraffic
from France
error MetaTraffic Lite 2.0 setup
Why are you putting the .. at the beginning of your path? Have you tried using the other ASP tracking method with the include statement in it?
~Chad
error MetaTraffic Lite 2.0 setup
besause it was wrong
for resume I did :
<% Server.Execute("../traffic/track.asp") %>
I get this:
Objet Server error 'ASP 0228 : 80004005'
Erreur de Server.Execute
/index.asp, line 1
the call with Server.Execute failed during the loading of the page
<% Server.Execute("../traffic/track.asp") %>
if I do this:
<% Server.Execute("/traffic/track.asp") %>
I get
Microsoft JET Database Engine error '80004005'
'D:\Sites Web\Sites WEB\WWW\database\db.mdb' is not a valid path Check your path if is it correct
/traffic/core.asp, line 199
if I do this:
or differents paths ,
../traffic/track.asp
traffic/track.asp
/traffic/track.asp
I get :
Microsoft JET Database Engine error '80004005'
'D:\Sites Web\Sites WEB\WWW\database\db.mdb' is not a valid path Check your path if is it correct
/traffic/core.asp, line 199
So there is path probleme but WHERE?:?:
from France
error MetaTraffic Lite 2.0 setup
This is correct:
<% Server.Execute("/traffic/track.asp") %>
This is not whats causing the problem. There is a database error that is preventing MetaTraffic from working. What happens when you log in to MetaTraffic (go to /traffic/default.asp). Did you move your database after you ran setup? Check the path specified in the error and make sure your db is there.
~Chad
error MetaTraffic Lite 2.0 setup
after searches.....
in conn.asp
I changed :
aryMTDB(1) = "../database"
to aryMTDB(1) = "/database"
At the setup I was written "../database" Why?, because for "/database" I got an error mesg, like "imposible to connect at the database.."
So now it's WORKINGGGGGGGGGG!!!!!!!!!!!!
Chad ! Thanks a lot for your patience:):):):):):):):):)
I'm going to test it
from France