0
in the site
http://multibienes.com/copy4

i installed the next files.

“plg_contentstats_1.6.3_3.0.zip”
“mod_content_statistics_1.6.0_2.5.zip”
“mod_content_statistics_compare_1.6.1_2.5.zip”
“mod_content_statistics_individual_1.6.1_2.5.zip”
“mod_content_statistics_map_1.6.3_2.5.zip”
“plg_contentstats_com_affiliatetracker_1.4.0_2.5.zip”

In my hosting i am using
MySQL version 5.1.65-rel14.0-log
PHP Version 5.4.24


whe i install “plg_contentstats_com_affiliatetracker_1.4.0_2.5.zip” and go to menu "Extentions - Module Manager"

and go to any of this modules

Content Statistics (EVOLUTION IN TIME)
Content Statistics (MAP)
Content Statistics (COMPARE EVOLUTION IN TIME)
Content Statistics (RANKING)



a message show




Warning: Creating default object from empty value in /home/biemulti/public_html/copy4/plugins/contentstats/com_affiliatetracker/com_affiliatetracker.php on line 111
Warning: Creating default object from empty value in /home/biemulti/public_html/copy4/plugins/contentstats/com_affiliatetracker/com_affiliatetracker.php on line 147
Warning: Creating default object from empty value in /home/biemulti/public_html/copy4/plugins/contentstats/com_affiliatetracker/com_affiliatetracker.php on line 127
Responses (5)
  • Accepted Answer

    websolprov
    websolprov
    Offline
    Sunday, October 12 2014, 01:12 PM - #Permalink
    0
    I have this same problem but with contentstats package from JoomlaThat, why please developer?

    Warning: Creating default object from empty value in /home/[** REMOVED **]/public_html/plugins/contentstats/com_easyblog/com_easyblog.php on line 129
    Warning: Creating default object from empty value in /home/[** REMOVED **]/public_html/plugins/contentstats/com_easyblog/com_easyblog.php on line 132
    Warning: Creating default object from empty value in /home/[** REMOVED **]/public_html/plugins/contentstats/com_easyblog/com_easyblog.php on line 135
    Warning: Creating default object from empty value in /home/[** REMOVED **]/public_html/plugins/contentstats/com_easyblog/com_easyblog.php on line 138
    Warning: Creating default object from empty value in /home/[** REMOVED **]/public_html/plugins/contentstats/com_easyblog/com_easyblog.php on line 141
    Warning: Creating default object from empty value in /home/[** REMOVED **]/public_html/plugins/contentstats/com_easyblog/com_easyblog.php on line 144
    Warning: Creating default object from empty value in /home/[** REMOVED **]/public_html/plugins/contentstats/com_easyblog/com_easyblog.php on line 147
    Warning: Creating default object from empty value in /home/[** REMOVED **]/public_html/plugins/contentstats/com_easyblog/com_easyblog.php on line 199
    Warning: Creating default object from empty value in /home/[** REMOVED **]/public_html/plugins/contentstats/com_easyblog/com_easyblog.php on line 202
    Warning: Creating default object from empty value in /home/[** REMOVED **]/public_html/plugins/contentstats/com_easyblog/com_easyblog.php on line 205
    Warning: Creating default object from empty value in /home/[** REMOVED **]/public_html/plugins/contentstats/com_easyblog/com_easyblog.php on line 208
    Warning: Creating default object from empty value in /home/[** REMOVED **]/public_html/plugins/contentstats/com_easyblog/com_easyblog.php on line 211
    Warning: Creating default object from empty value in /home/[** REMOVED **]/public_html/plugins/contentstats/com_easyblog/com_easyblog.php on line 214
    Warning: Creating default object from empty value in /home/[** REMOVED **]/public_html/plugins/contentstats/com_easyblog/com_easyblog.php on line 217
    Warning: Creating default object from empty value in /home/[** REMOVED **]/public_html/plugins/contentstats/com_easyblog/com_easyblog.php on line 220
    Warning: Creating default object from empty value in /home/[** REMOVED **]/public_html/plugins/contentstats/com_easyblog/com_easyblog.php on line 223
    Warning: Creating default object from empty value in /home/[** REMOVED **]/public_html/plugins/contentstats/com_easyblog/com_easyblog.php on line 199
    Warning: Creating default object from empty value in /home/[** REMOVED **]/public_html/plugins/contentstats/com_easyblog/com_easyblog.php on line 202
    Warning: Creating default object from empty value in /home/[** REMOVED **]/public_html/plugins/contentstats/com_easyblog/com_easyblog.php on line 205
    Warning: Creating default object from empty value in /home/[** REMOVED **]/public_html/plugins/contentstats/com_easyblog/com_easyblog.php on line 208
    Warning: Creating default object from empty value in /home/[** REMOVED **]/public_html/plugins/contentstats/com_easyblog/com_easyblog.php on line 211
    Warning: Creating default object from empty value in /home/[** REMOVED **]/public_html/plugins/contentstats/com_easyblog/com_easyblog.php on line 214
    Warning: Creating default object from empty value in /home/[** REMOVED **]/public_html/plugins/contentstats/com_easyblog/com_easyblog.php on line 217
    Warning: Creating default object from empty value in /home/[** REMOVED **]/public_html/plugins/contentstats/com_easyblog/com_easyblog.php on line 220
    Warning: Creating default object from empty value in /home/[** REMOVED **]/public_html/plugins/contentstats/com_easyblog/com_easyblog.php on line 223
    The reply is currently minimized Show
  • Accepted Answer

    websolprov
    websolprov
    Offline
    Sunday, October 12 2014, 01:12 PM - #Permalink
    0
    These lines in the code seem to all be things like:

    $criteria[0]->value = 1 ;
    $criteria[0]->text = "1) Entry views" ;

    $criteria[1]->value = 2 ;
    $criteria[1]->text = "2) Category views" ;

    $criteria[2]->value = 3 ;
    $criteria[2]->text = "3) Tag page views" ;

    $criteria[3]->value = 4 ;
    $criteria[3]->text = "4) User page views" ;

    $criteria[4]->value = 5 ;
    $criteria[4]->text = "5) Entry comments" ;

    $criteria[5]->value = 6 ;
    $criteria[5]->text = "6) Entry votes" ;

    $criteria[6]->value = 7 ;
    $criteria[6]->text = "7) New entries" ;
    The reply is currently minimized Show
  • Accepted Answer

    websolprov
    websolprov
    Offline
    Sunday, October 12 2014, 01:22 PM - #Permalink
    1
    You can turn off warning messages but they are enabled by default in PHP 5.4, however turning off the messages does not fix the badly constructed code, it merely hides the warnings. Not the ideal solutio. JomalaThat, you need to issue a fix please.
    The reply is currently minimized Show
  • Accepted Answer

    websolprov
    websolprov
    Offline
    Sunday, October 12 2014, 01:26 PM - #Permalink
    0
    Then now if I try and display a module:

    Strict Standards: Non-static method modContentStatisticsHelper::getItems() should not be called statically in /home/**/public_html/modules/mod_content_statistics/mod_content_statistics.php on line 9
    Strict Standards: Only variables should be assigned by reference in /home/**/public_html/modules/mod_content_statistics/helper.php on line 21
    Strict Standards: Only variables should be assigned by reference in /home/**/public_html/modules/mod_content_statistics/helper.php on line 22
    Strict Standards: Only variables should be assigned by reference in /home/**/public_html/modules/mod_content_statistics/helper.php on line 23
    Strict Standards: Only variables should be assigned by reference in /home/**/public_html/modules/mod_content_statistics/helper.php on line 98
    Strict Standards: Only variables should be assigned by reference in /home/**/public_html/modules/mod_content_statistics/tmpl/default.php on line 6
    The reply is currently minimized Show
  • Accepted Answer

    websolprov
    websolprov
    Offline
    Sunday, October 12 2014, 01:34 PM - #Permalink
    0
    You also need to add ~E_STRICT to the error_reporting config variable in Apache, or to the php.ini
    The reply is currently minimized Show
Your Reply