If you have experienced this error in your webpage: Fatal error: Cannot use object of type stdClass as array in /modules/mod_jf_twitter/helper.php on line 38 Then it is a problem of “JF Twitter” module. Do the following on /modules/mod_jf_twitter/helper.php/helper.php on line 38: Change this: if(!empty($this->tweets)) { $profile = $this->tweets[0]->user; } To this: if(count($this->tweets)>1 and !empty($this->tweets)) { […]
-
Categories
Archives