Huzefa Hamid
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] my pages redirects to missing.phpThere are 328 redirects on my site, some working properly but some redirects to missing.php
Forum: Plugins
In reply to: [Facebook Comments Sync] Comments not shown on FB moderationI found solution, in facebook-comments-sync/fbcs-frontend.php file:
Previous
js.src = "//connect.facebook.net/<?php echo $options['language']; ?>/sdk.js#xfbml=1&version=v2.4&appID=<?php echo $options['app_ID']; ?>";Change to
js.src = "//connect.facebook.net/<?php echo $options['language']; ?>/sdk.js#xfbml=1&version=v2.4&appId=<?php echo $options['app_ID']; ?>";only change variable appID to appId
and its working properly.
Forum: Plugins
In reply to: [Facebook Comments Sync] Comments not shown on FB moderationCan any body help me pls ?
Thanks laserjob
after removing protected from models/pager.php on line 299, its work perfectly.
already upgraded to 2.3.10
I got this problem after 2.3.10 updation
Forum: Fixing WordPress
In reply to: Feedburner Error: "Not Found" while fetching source feed.Yes Thanks
There was a previous site feed in the folder, just remove the previous feed & its working.