![]() |
|
function not found error on hitcounter() call.Where is it? - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: function not found error on hitcounter() call.Where is it? (/thread-6667.html) |
function not found error on hitcounter() call.Where is it? - oldsportbiker - 2010-02-27 I'm trying to implement the hitcounter function for images and placed function not found error on hitcounter() call.Where is it? - sbillard - 2010-02-27 Well, if you can't find the function and you get an error because PHP can't find the function then it probaby does not exist. Perhaps you are looking for getHitcounter()? function not found error on hitcounter() call.Where is it? - oldsportbiker - 2010-02-27 There are numerous posts in this forum that instruct me to add the code function not found error on hitcounter() call.Where is it? - sbillard - 2010-02-27 Hitcounters are recorded automatically. All you have to do (if you wish) is to display the counters. Just a suggestion--looking at how the distributed themes do things is a useful exercise. function not found error on hitcounter() call.Where is it? - oldsportbiker - 2010-02-27 I thought the hitcounters for images were stored in the zp_images table and when I query that table |