For some reason a LIKE button that has been working fine for a couple months stopped working on the 13th. When clicked it displays a red Error and when you click that it says to check the url with the linter and fix any errors. The problem is that the url linter does not show any errors to fix, so we have no idea why the like buttons on these pages in particular have stopped working. Even if I make a copy of the page with a different page name it still gives the error. Other pages on the site can still be liked with no errors.
Can someone run this URL through the linter and tell me what might be wrong with the tags on the page that would cause LIKE to suddenly fail when it worked fine up to the 13th?
Note this is a copy of the pages giving the error as we removed the like button from the live pages as visitors were annoyed with the error.
http://apps.facebook.com/tobqcontest/viewproject.cfm?entry_id=253
Thanks for any advice on why all LIKE buttons for these pages fail with a generic error
Related
I have developed display template and using it in Content search web part.
For displaying result on page i am using JQuery datatable/JQuery Tabs in display template.
Everything works fine, but sometime while loading page i am getting error like ("Object doesn't support property or method 'dataTable' (OnPostRender: )" and for tabs error is "Object doesn't support property or method 'tabs' (OnPostRender: )").
And if i refresh page many times then error will go and result is display as code.
I have register JQuery, JS and CSS using $includeScript.
I have also tried with RegisterSod for JQuery and JS file but still issue is same.
Thanks in Advance.
Can be:
This error usually occurs when an html element id has the same id as some variable in the javascript function, try change the name.
If you put the code I'll be able to help you better.
test = button.attr('test'); // Object doesnt support this method
$test= button.attr('test'); // works fine
Or debbug your code with and discover your problem. Enable script debugging IE:
In Internet Explorer, choose Internet Options from the Tools menu.
In the Internet Options dialog box, click the Advanced tab.
On the Advanced tab, under Browsing, clear Disable Script Debugging.
Click OK.
If you have IE 8+ click here
Tutorial Using jQuery dataTables: link here
I'm such an amateur at Joomla, sometimes I think I don't even know what I'm doing.
I'm designing a quiz-like component, and set up a basic backend page, which displays questions and answers properly.
Upon clicking either of the toolbar options, though, they don't work. Edit and New lead me to a blank page, whereas Delete gives me an error:
Fatal error:
Call to a member function load() on a non-object
in D:\www\joomla17\libraries\joomla\application\component\modeladmin.php
on line 652
I have absolutely no idea what could be wrong in here, since I've been introduced to Joomla for no longer than a month, and wasted the best part of this month tweaking frontend CSS (as I'm a designer).
Folder and file structure as far as the model folder goes is like this:
folder: forms
reforcodigital.xml
reforcodigital.php
reforcodigitals.php
Update: My workmate pointed out that the buttons are pointing to a blank page, failing to give the server the proper request tags. Where in my system (models/controllers/helpers) should I check this error?
Yesterday, I was testing a newly implemented "Like" button on my website, but noticed that the like box was not displaying properly. I wasn't sure if it was on my end, so I did a lot of changes and testing, and finally found out that it was a bug on Facebook's end. But due to the repeatedly failed testing pressing of the button during this buggy period, my Like box now needs to go through the "confirm" phase.
I was wondering if there's any way to notify facebook or any other known way to remove the confirm phase? It's extremely frustrating to first not have the code work properly, then have it lock me out as I tried to test my code during their buggy period.
Thanks in advance.
You can change the target URL to something else, for example,
from:
http://www.facebook.com/plugins/like.php?href=YOU-WEBSITE-URL
to:
http://www.facebook.com/plugins/like.php?href=http://www.google.com
until you're done testing, then change the URL back.
I've implemented the facebook like button in my tumblr project - and it works well. However, one thing I have noticed is that when I backdate a post, ie so I can change the order the way it appears on the site, the facebook like button no longer works for that particular post. I've used the lint/debugger and it's not throwing any errors and there's been no change in the coding as it's been called in a loop and the facebook like button works for other posts. So does anybody know what's going on or if this is an issue I need to be aware of?
There was general problems between Tumblr and Facebook in the last days
but now it should work fine,
if you still get general problems then you can report about them as a comment in the main bug report here:
http://developers.facebook.com/bugs/134909119955013
and a link to your blog will be helpful.
A week ago, the "Like Button" in a page I'm developping stopped working, whether I use XFBML or social plugins, I get the same result.
When some one tries to click the Like Button, the get an error message, and the link says "This page is either disabled or not visible to the current user."
What couldit be?
Had the same issue recently. If you used the like button generator, this is what solved it for me: you have to have the exact same settings in your iframe and open graph data as you did when you first generated the like button. Not sure why, but this was the only way to get mine to work. I had changed to a different layout and size. Of course, the facebook linter is definitely helpful as well:
http://developers.facebook.com/tools/debug
Put the url into the URL Linter and that should clear the cache. If it is still an issue, perhaps your link got blocked for spam. What is the url?