social module shows thousands of Fans ??

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Dec 26, 2012 11:00 am
Reply with quote
Report this post
hi there,

my site: http://www.wijnwarenhuis.be (still locked). shows an enourmous amount of fans (gk social module, fan box)

see image....

ofcourse if this was real i would be happy but unfortunately.. it's not. every page seems to have thousands of likes/fans.
User avatar
Platinum Boarder

teitbite
Thu Dec 27, 2012 2:59 pm
Reply with quote
Report this post
Hi

This is really strange. Parameters in FB plugin are pointing to Your site's address. Please try replace /layout/blocks/social.php file (keep the old one in case something got broke) with the one in clean template installation.
User avatar
Moderator

GK User
Wed Jan 09, 2013 6:19 pm
Reply with quote
Report this post
hi there. i replaced the files by the latest socia.php. unfortnately there is not change. I really need some backup here...

regards
emel
User avatar
Platinum Boarder

teitbite
Thu Jan 10, 2013 3:33 pm
Reply with quote
Report this post
Hi

Please also replace folders /html/com_k2 and /html/com_content

The 2 folders above along with social.php file helped in common problem yesterday.
User avatar
Moderator

GK User
Fri Jan 11, 2013 10:40 pm
Reply with quote
Report this post
sorry teitbite, this is not part of the problem... it remains...

what now?
User avatar
Platinum Boarder

teitbite
Sat Jan 12, 2013 12:09 am
Reply with quote
Report this post
Hi

This was the exact steps which solved the exact same problem in a dfferent client site.

Ok send me an FTP and joomla panel access. I'll be sending it to programmers.
User avatar
Moderator

GK User
Sat Jan 12, 2013 5:00 pm
Reply with quote
Report this post
would be nice to receive the final solution. pm sent
User avatar
Platinum Boarder

teitbite
Sun Jan 13, 2013 2:01 am
Reply with quote
Report this post
Hi

As I've mentioned in Your other post a solution from this thread is correct: https://www.gavick.com/forums/publisher ... 21627.html

I've tried replacing Your files from new version as was instructed by programmers, but looks like Your issue is caused by server configuration which is not included in code. So please try using the solution proposed in thread I've pasted a link to.
User avatar
Moderator

GK User
Sun Jan 20, 2013 3:02 pm
Reply with quote
Report this post
ok, please tell me if this part is the only thing i need to do, since the post is quite large and is discussing more then 1 problem with partial solutions on and off...

After searching a bit around I found a fix:

Problem line:

Code: Select all
$cur_url = preg_replace('@%[0-9A-Fa-f]{1,2}@mi', '', htmlspecialchars($current_url, ENT_QUOTES, 'UTF-8'));



Fixed line:

Code: Select all
$cur_url = preg_replace("/%([0-9A-Fa-f]{2})/e", "chr(hexdec('\\1'))", htmlspecialchars($cur_url, ENT_QUOTES, 'UTF-8'));



Can we do better than this?
User avatar
Platinum Boarder

GK User
Sun Jan 20, 2013 9:31 pm
Reply with quote
Report this post
[solved] :)
User avatar
Platinum Boarder

teitbite
Mon Jan 21, 2013 7:16 am
Reply with quote
Report this post
Hi

Solution is also available with the newest update now.
User avatar
Moderator


cron