| Re: Advice a Counter please.. |
| by zyspec on 2011/4/13 12:09:56 Richiemsn, This is because the module is trying to apply some XOOPS 2.2 functions which have been deprecated. To prevent this just change line 11 of ./admin/myblocksadmin.php from: le="color: #000000"><?php if( substr( XOOPS_VERSION , 6 , 3 ) > 2.0 ) { tole="color: #000000"><?php if ( ( substr( XOOPS_VERSION , 6 , 3 ) > 2.0 ) && ( substr( XOOPS_VERSION , 6 , 3 ) < 2.3 ) ) {
|
| Re: Advice a Counter please.. |
| by richiemsn on 2011/4/13 7:13:30 I have error in these 3 lines in the Administration module when selected block administration Advertencia: Class 'XoopsBlockInstanceHandler' is deprecated thus the method 'getObjects' is not executed! en el archivo /kernel/blockinstance.php y línea 112 Advertencia: array_keys() [function.array-keys]: The first argument should be an array en el archivo /modules/logcounterx/admin/myblocksadmin2.php y línea 137 Advertencia: Invalid argument supplied for foreach() en el archivo /modules/logcounterx/admin/myblocksadmin2.php y línea 137 Linea 112***** function __call($name, $args) { trigger_error("Class '" . __CLASS__ . "' is deprecated" . (empty($name) ? "" : " thus the method '{$name}' is not executed") . "!", E_USER_WARNING); ***** return null; } Linea 137***** $class = 'even' ; $block_configs = get_block_configs() ; foreach( array_keys( $instances ) as $i ) { ***** $sseln = $ssel0 = $ssel1 = $ssel2 = $ssel3 = $ssel4 = ""; $scoln = $scol0 = $scol1 = $scol2 = $scol3 = $scol4 = "#FFFFFF"; $weight = $instances[$i]->getVar("weight") ; $title = $instances[$i]->getVar("title") ; $bcachetime = $instances[$i]->getVar("bcachetime") ; $bid = $instances[$i]->getVar("bid") ; $name = $myts->makeTboxData4Edit( $block_arr[$bid]['name'] ) ; $visiblein = $instances[$i]->getVisibleIn(); In quote: error 1146 0.000110 - SELECT i.instanceid,i.title FROM block_instance i LEFT JOIN newblocks b ON i.bid=b.bid WHERE b.mid='128' Error number: 1146 Error message: Table 'gestores.xeee_block_instance' doesn't exist |
| Re: Advice a Counter please.. |
| by Hasanibrahim on 2010/3/28 19:39:07 Thanks for all valued answers. I could install logcounterX successfully. It's now working good. Thanks |
| Re: Advice a Counter please.. |
| by culex on 2010/3/25 16:30:05 I have been using piwik wich is openSource and very often updated. Demo here Only downside of this is you have to install outside XOOPS (idea for a module port maybe?), but works very nice and gives a nice ajaxed view of statisticks |
| Re: Advice a Counter please.. |
| by trabis on 2010/3/24 21:12:50 I use google analytics but if you need(like I do): real time tracking forecasts compare with 7 or 14 days ago average online users invisible tracking and/or private stats multiple accounts with subaccounts permission system no spyware I recomend histats.com If you need server load tracking,cpu usage, site uptime, etc I recomend himonitor.com Both are free and very well designed. For whosonline tracking you can use whos.amung.us Avoid using any XOOPS module for stats if you have many pageviews. |