Damn it!
I can't figure out, why serendipity_referrers is still empty after three weeks, also I came to my blog myself via external links. What is wrong?
Top referrers not working (+ serendipity_referrers empty)
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Top referrers not working (+ serendipity_referrers empty
Hi!
Did you enable referrer tracking in your s9y configuration?
Regards,
Garvin
Did you enable referrer tracking in your s9y configuration?
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
What's your URL? Which s9y version are you using? Which database version are you using? Which webserver are you using (Apache/IIS)?
REgards,
Garvin
What's your URL? Which s9y version are you using? Which database version are you using? Which webserver are you using (Apache/IIS)?
REgards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Can you please tell execute this SQL query in phpMYAdmin and tell me your result(s):
and
and
Regards,
Garvin
Can you please tell execute this SQL query in phpMYAdmin and tell me your result(s):
Code: Select all
SELECT * FROM serendipity_config WHERE name LIKE '%refer%'
Code: Select all
SELECT * FROM serendipity_referrers
Code: Select all
SHOW FIELDS FROM serendipity_referrers
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
1.
2.
empty.
3.
Code: Select all
name value authorid
trackReferrer true 0
blockReferer 0
@serendipity_topreferrers_plugin:59c6bc4bb467c5dda09c979b19289e17/limit 3 0
@serendipity_topreferrers_plugin:59c6bc4bb467c5dda09c979b19289e17/use_links false 0
@serendipity_topreferrers_plugin:59c6bc4bb467c5dda09c979b19289e17/interval 7 02.
empty.
3.
Code: Select all
Field Type Null Key Default Extra
entry_id int(11) PRI 0
day date PRI 0000-00-00
count int(11) 0
scheme varchar(5) YES NULL
host varchar(128) PRI
port varchar(5) YES NULL
path varchar(255) YES NULL
query varchar(255) YES NULL -
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
One thought: Can you check your serendipity_suppress DB table?
Referrers are only tracked if people come from another page at least 2 times. Single referrers are not tracked and put into the database.
Regards,
Garvin
One thought: Can you check your serendipity_suppress DB table?
Referrers are only tracked if people come from another page at least 2 times. Single referrers are not tracked and put into the database.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Suppression cannot be configured, it happens automatically. Can you show how your suppress table looks like ("SELECT * FROM serendipity_suppress").
It seems because of some reason you might have too little entries there. If onle one person per day comes from golem, s9y does not put that referrer into your real database table, because it thinks of it as spam referrers.
Regards,
Garvin
Suppression cannot be configured, it happens automatically. Can you show how your suppress table looks like ("SELECT * FROM serendipity_suppress").
It seems because of some reason you might have too little entries there. If onle one person per day comes from golem, s9y does not put that referrer into your real database table, because it thinks of it as spam referrers.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/