error within gk social when logged in as admin
Free Joomla social activities module which can display data from Twitter, Facebook and Google+ in various layouts.
Rate this topic:
- GK User
- Tue Sep 17, 2013 8:30 am
hi there
on this site: www.businessexperience.nu (sorry guys rockettheme plate
whenever i login as admin, i get this error within the gk social module
Notice: Undefined index: twitter_lists_data in /home/b/u/business/www/modules/mod_social_gk5/data_source/twitter.php on line 39
any chance you might know what this means?
regards
emel
on this site: www.businessexperience.nu (sorry guys rockettheme plate
whenever i login as admin, i get this error within the gk social module
Notice: Undefined index: twitter_lists_data in /home/b/u/business/www/modules/mod_social_gk5/data_source/twitter.php on line 39
any chance you might know what this means?
regards
emel
-
- Platinum Boarder
- GK User
- Thu Sep 19, 2013 3:50 pm
Hi,
Please try to remove the following lines:
from this file: modules/mod_social_gk5/data_source/twitter.php and please write me if it helps, then I'll report it on the official repository.
Please try to remove the following lines:
- Code: Select all
$this->config['twitter_lists_data'] = str_replace('@', '', $this->config['twitter_lists_data']);
$this->config['twitter_lists_data'] = str_replace(' ', '-', $this->config['twitter_lists_data']);
from this file: modules/mod_social_gk5/data_source/twitter.php and please write me if it helps, then I'll report it on the official repository.
-
- Administrator
- GK User
- Fri Sep 20, 2013 9:26 am
did remove this unfortunately still the same error
Notice: Undefined index: twitter_lists_data in /home/b/u/business/www/modules/mod_social_gk5/data_source/twitter.php on line 39
Notice: Undefined index: twitter_lists_data in /home/b/u/business/www/modules/mod_social_gk5/data_source/twitter.php on line 39
-
- Platinum Boarder
- GK User
- Fri Sep 20, 2013 9:34 am
Please try to refresh your cache or check if the file was saved without mentioned lines, because this problem shouldn't appear if the mentioned code doesn't exist.
-
- Administrator
- GK User
- Thu Jan 22, 2015 11:39 pm
i have the same problem, after i tried this, it solved, thankss
dziudek wrote:Hi,
Please try to remove the following lines:
- Code: Select all
$this->config['twitter_lists_data'] = str_replace('@', '', $this->config['twitter_lists_data']);
$this->config['twitter_lists_data'] = str_replace(' ', '-', $this->config['twitter_lists_data']);
from this file: modules/mod_social_gk5/data_source/twitter.php and please write me if it helps, then I'll report it on the official repository.
-
- Fresh Boarder
5 posts
• Page 1 of 1