1 mikeyboy Sep 05, 2006 05:16
3 mikeyboy Sep 06, 2006 18:07
I did notice this and posted a question about it in another topic but so far no response.
Any ideas how to fix it?
Anybody?
Thnx!!
4 edb Sep 06, 2006 19:06
What happened on that date? Like for example did you upgrade your version? The function it's calling on that line ( display_list() ) can't be found, so it's giving up right there. I suspect you have that particular function in your skin BEFORE you have the log hit function, which would explain why no hit logging is happening.
Fix that function, or remove references to it, and your hit logging *should* resume.
5 mikeyboy Sep 07, 2006 05:06
I did update, but I used the zip folder with only the new files to go from 1.8.0 to 1.8.1. "mikeyblog" is my own skin based on Custom, so I copied all the other files for Custom into the mikeyblog skin folder...is it possible I missed one that was necessary to make this function work?
Thanks.
Michael
6 yabba Sep 07, 2006 09:15
The function that you're missing is in inc/misc/_misc.funcs.php , you should be able to cure it by re-uploading a fresh copy of that file.
¥
7 mikeyboy Sep 07, 2006 15:04
That did it! Thanks! I guess I missed it because of all the nested folders.
Thanks again!
Michael
8 yabba Sep 07, 2006 21:18
No problem ;)
¥
not sure if you noticed but at the bottom of your page I saw this:
Not sure if that may answer your question. Because I am going to assume you have a custom skin, only because I've yet to see this skin.
Check out the coding and see if that helps.