Blog post comments not working

Hi there,
I have a couple of sites, both set up with a blog:
http://cyberworkshop.co.nz/blog/video-blog
http://www.sjorakei.school.nz/blog/lorem_ipsum_dolor_3
For some reason when you add a comment to either blog post this message appears:
ERROR: An error occurred. Image verification failed. If you believe this is incorrect, please contact your system administrator or go back and re-submit the form.
I definitely had comments working on the School site at one point and I cant figure out how to correct this.
Any pointers on how to fix this would be most appreciated.
Thanks, Ben

Hi Ben,
For the first site, it looks like captcha is commented out on the Blog Post Detail layout: http://screencasteu.worldsecuresystems.com/Florin/2013-10-20_1259.png
On the second site, you also had a problem in the javascript on the blog post detail layout.
I've corrected the Javascript now, and you get an error message pop-up when trying to submit a comment without filling in the captcha.
Thanks,
Florin

Similar Messages

  • Request to post Icloud not working locations. for 2 days almost from Ventura CA. I think they are not being truthful about th eamount of folks affected!

    request to post Icloud not working locations. for 2 days almost from Ventura CA. I think they are not being truthful about the percentage of folks affected!
    and what's with the minimalist response? We're working on it for 2 days? You can do beter than that for exsisting loyal customers can't you?

    I just spoke to a Support person with Apple.  I got the same answer, "We Don't Know", "but they are working on it...Blah, Blah.  I too live in Ventura, and have been without email since yesterday approx. 3:00 pm.
    The guy said, it's the same if you brought your computer into the shop.  We have to determine if it's hardware, or software, then fix the problem.
    Well, What about a BACK UP SERVER?  No real answer to that one.  Just, "Thanks, for your Patience."
    This really blows!!!

  • Comments not working on blog

    I have several people tell me that they can't post comment on my blog. When will iweb figure out all its kinks? Frustrating!

    ML1234 wrote:
    I post only to mobile-me.
    MobileMe live chat support is now 24/7 — see this announcement.
    Problems with iWeb's blog are a recurring theme on these discussions. As an alternative, you could hyperlink from your iWeb site to a free web-based blogging service such as Posterous. Not only can you receive email alerts, but you can optionally post your blog entries (including images) via email too — as well as via their web interface. And unlike iWeb's mostly annual upgrades, the guys at Posterous constantly add new features posted (appropriately) via their own _Posterous Blog_. There's also a way to link to an external site (such as a blog) from iWeb's navigation bar.

  • Comments Not Working on Website - published to non-.mac server

    Hi there. I've read on a few non-apple sites of users having trouble with Comments and some other functions of their websites, built in iWeb, not working when they publish to a non-.mac server. I've built my website in iWeb, published via CyberDuck to a BlueHost server -- but now users can not post comments on my blog.
    Has anyone found a way to fix this issue??
    It seems incredibly pointless to even now have my own domain. I'm super close to giving up on iWeb all together because of this ridiculous issue.
    Thanks in advance.
    www.kellerowski.com

    Unfortunately, blog comments are a MobileMe only feature along with the hit counter etc.
    You have to publish to MobileMe if you want these features.
    There are workarounds however. If you want to continue to use an iWeb blog, then you can use a third party comments feature. Take a look here http://www.intensedebate.com. It is free to set up on the site and all you then do is copy and paste the code into an html snippet on the page you want comments to appear in whatever format you want them.
    Your other option is to ditch iWeb and if it is just a blog you want, use something like http://www.wordpress.com. This is free and you don't need a domain name and the blog is published on WordPress servers.
    Your other option for a blog is http://www.posterous.com.
    The iWeb blog system is not that good, so you might look into changing if a blog is what you want rather than a website.

  • Blog Post Comments - #comments anchor causing an error on 2nd page of comments

    We have run into a problem with blog posts on our SharePoint 2013 on premise installation (15.0.4649.1000). The problem is with the blog on the users' MySites.  On the front page of the blog, (https://mysite.url/personal/user_name/Blog/default.aspx),
    you are presented with a listing of the blog posts - displayed as a summary view.  So, this includes:
    -  the title (linked to the post ie https://mysite.url/personal/user_name/Blog/Lists/Posts/Post.aspx?ID=5)
    -  the publication date
    -  an excerpt of the post
    -  the author, the time posted
    -  the number of comments (linked to the post - but with an anchor to the comment section ie https://mysite.url/personal/user_name/Blog/Lists/Posts/Post.aspx?ID=5#comments).
    If you click on the Title (ie https://mysite.url/personal/user_name/Blog/Lists/Posts/Post.aspx?ID=5) everything is fine - the problem does not come up.
    If you click on the number of comments (ie https://mysite.url/personal/user_name/Blog/Lists/Posts/Post.aspx?ID=5#comments), here's where things go wrong.  The initial page loads fine, but if there are more than 10 comments, you have to go to the next page. 
    If you click the arrow to go to the next page you get the following error:
    Exception from HRESULT: 0x80131904
    Correlation ID:20a9f49c-d329-0015-874e-4818b529d673
    If I check the ULS logs, this is what I see:
    System.Data.SqlClient.SqlException (0x80131904): Conversion failed when converting the nvarchar value '5#comments' to data type int.    
     at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)    
     at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)    
     at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)    
     at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows)    
     at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more)    
     at System.Data.SqlClient.SqlDataReader.Read()    
     at Microsoft.SharePoint.SPSqlClient.ExecuteQueryInternal(Boolean retryfordeadlock)    
     at Microsoft.SharePoint.SPSqlClient.ExecuteQuery(Boolean retryfordeadlock)  ClientConnectionId:e6cdabb3-a778-4c47-8024-73913a538b51  Error Number:245,State:1,Class:16
    So what I think is happening here, is that SharePoint is not stripping the comments anchor (#comments) from the post ID before it queries the database for all comments related to that post.  SQL is expecting an integer - in this case "5", but
    is instead getting "5#comments".
    For the time being we are going to let users know not to click on the comments, but to click on the title instead.  But we would like to correct this problem.
    Is there a fix for this?
    Thanks!

    Hi,
    In my environment, I do not encountered the error as yours. My environment has installed the 2014 December CU. I recommend you
    to install the 2014 December CU or the latest CU for SharePoint 2013.
    The article below is about the 2014 December CU for SharePoint 2013
    http://blogs.technet.com/b/stefan_gossner/archive/2014/12/09/december-2014-cu-for-sharepoint-2013-has-been-released.aspx
    Best regards,
    Sara Fan
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Blog Post does not create URL

    We have a user who is trying to create a blog post, but on multiple occassions, when they copy and paste the title in, it does not auto-create a URL for the post. If they type in a title, that doesn't work either. They are using Chrome on Windows 7. The issue is intermittent, works sometimes but not others.
    Any ideas? They are on a limited internet connection -- would that be the issue? Is it pinging the server before auto-creating the URL?

    I woiuld first check to make sure there are no plugins / extensions running in chrome and javascript is enabled. 
    The URL field should mirror the typing.  That's Javascript (clientside). The data would be submitted on POST. 

  • "click to post" is not working on 10.8.3 ?

    Hi guys,
    I've MacBook Air with Mountain Lion 10.8.3 on it.
    The "click to post" featuer on the notification center used to work normally, and not it's not for both facebook and twitter.
    I've tried to remove the accounts and re register it and it didn't work either.
    Any idea?
    Thanks,
    Michel

    xsis wrote:
    ...click to post refuses to work..
    Post from what?  To what?  What app(s) are involved?  Do they involve signing in to something?

  • Transfer Order auto create for Posting Change not working

    Hello Gurus -
    When we release an inspection lot from "Q" status, it creates a posting change notice, and we have it configured to create a TO in the background to the same bin, and auto confirm.  The desired and intended result is to take something from "Q" status to unrestricted status, while keeping it in the same bin - and avoiding the user having to deal with the transfer orders.  Essentially it is seamless and all in the background, the user just sees that he has changed something from quality status to unrestricted.
    It works fine when the entire quantity is selected for the usage decision, but when a partial usage decision is made, the transfer order does not create - and requires processing in LU04 for the posting change.
    Why would this work for an entire qty, but not work for a partial qty - and simply require someone to go in to LU04 and hit "create transfer order" - with no additional information?
    Any help would be most appreciated.  Does it have something to do with a setting of quants?

    Hi,
    In case of a usage decision for a partial quantity, it is not possible to create the Transfer Order for the generated posting change notice automatically. This is only possible when the full quantity is released. The same happens if you release a partial quantity and post the rest to blocked stock or scrap. The reason is, there needs to be a user decision, which part of the quantity has to be posted, this is necessary for example when the quantity is distributed in the warehouse over many storage bins. But even if the full quantity is on one storage bin, there is no automatic TO creation. You can see this also in the online
    processing (LT05), in case of partial quantities you have to enter the selected quantity in the quant list, for a full posting this is not necessary.
    Hope this helps,
    Sinéad Curran

  • Acrobat XI Pro "add text comment" not working

    In Acrobat, my "Add Text Comment" comment feature no longer works. I am using Acrobat XI Pro on Win7.
    The property "Locked" vs Make Property Default fix on these forums did not work for me.
    When I click on a document to add a text comment,
    1. Acrobat creates a small square (uneditable)
    2. Acrobat adds a comment to the comments list
    I am unable to type any text, nor edit the box, nor change the box's size, nor see the properties.
    Any thoughts are appreciated as to how to fix this feature.
    Michael

    Hi cpa-michael,
    If this issue appears in any PDF that you try to add comments to, please repair the Acrobat installation by choosing Help > Repair Acrobat Installation.
    If the issue appears only in one PDF file, that PDF may be damaged and you can try Saving As to repair the document, or you can try to "refry" the PDF by printing to PDF from within Acrobat.
    Best,
    Sara

  • Java Discussion Forum - Post topic not working

    I've deployed the Java Discussion Forum contributed by CLAURENT in Knowledge Exchange. Deployed to 10gAS in JDev 9051. I've modified a few deprecated classes and made the appropraite changes to orion-applications.xml to point to the correct JPDK jars when deployed under Linux.
    The application is operating properly with no errors. The administartion portlet can modify and create new forums. However, Posting a topic does NOT work. And it doesn't throw any errors on screen or in the console log (application.log) or the log4j log (forumprovider.log). Has anyone run into a problem like this?
    Thanks. LEH

    I have exactly the same problem on the Portal 10g release 2.
    Normally the "dit of a new topic" calls the EditPostAction but after submitting the form, nothing reachs this action.
    I check this in debug mode and add several logs and I don't see nothing appearing for this action.
    Did you find a solution?

  • Sharepoint Blog Post & Comments Export

    I have a blog with some posts and each post having some comments. I am moving the post & Comment list from the site to a  subsite using Content & Structure.
    The Post & Comment lists are moved successfully but in the subsite it shows 0 comments for all the posts. In other words the comment list has been moved but it has lost its link to the Post list. 
    Can you please suggest how to rectify this

    Got the Solution...
    When You move the Comment list to the Subsite, the Title Post Column becomes Null, this is the column which actually conencts both the post & the comment list. 
    Solution : Open the comment list in Edit Datasheet view Change the Post Title Column for all the comments. It will be a drop down populated based on the Post title Just Select and Save the sheet and now check the Bog all the comments will be linked to the
    post.
    SKA

  • J.Query Function $.post{}; is not working with Firefox ,although it's working with other browsers even IE.6

    when i try to post some information using jquery function post the script is not working
    EX:
    <head>
    <script type="text/javascript" src="google.min.jquery.js"></script>
    </head>
    <body>
    <script type="text/javascript">
    function sndinfo()
    $.post("anypage.php",{phpvariablename : formname.input.value},
    function(output)
    $("#anydivname").html(output).show();
    </script>
    </body>
    i call the function with any html input button like this
    <input type="button" name="anything" onclick='sndinfo();' />

    Is it again a bug???

  • Blog link is not working

    Dear Friends, I try to describe what is my challenge.
    Made a blog in iWeb:
    http://web.mac.com/gyorgy.szimuly/SzimiStylesBirding_Experience/Blog_EN/BlogEN.html
    The link of the first entry of the blog (American Wigeon - The 2003th Lifer) in the text box is not working when rolling over the mouse. Looks the reflection of the image overlaps the part of the text box disabling the link click-ability Only the last letter which is out of the reflection range is clickable. Anyhow I try to arrange the picture frame backwards I cannot achieve the desired result.
    Any idea why this happens?
    Interestingly it is working on the Hungarian page of the same content. :?
    BR: Szimi

    Any idea why this happens?
    Because the link is in body layer and this image: http://web.mac.com/gyorgy.szimuly/SzimiStylesBirding_Experience/Blog_EN/Blog_EN_files/shapeimage1.jpg is in the header layer, which makes the reflection also in header layer.
    The link does not work because of z-index: http://www.w3.org/TR/CSS21/zindex.html
    The body layer has z-index = 5 and header layer has z-index = 10.
    Interestingly it is working on the Hungarian page of the same content. :?
    The image in Hungarian page is in body layer.
    So you need to move the image in English page to body layer - drag while hold down command key,.

  • Post Moved Not working with Xbox

    Post moved  http://community.bt.com/t5/Other-BB-Queries/Not-working-with-xbox/td-p/479565
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

    Yea, in my honest opinion the wireless on the HH3 is not the greatest at all, the channel switching for me causes problems which causes my external devices to lose connection for a few seconds at times.
    Is there no way you could just try it? even for long a game or so just to rule out any possibilites? Also, since your at the other end of your house, that is also a problem even when your powerline adaptors.
    If you want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side If the the reply answers your question then please mark as ’Mark as Accepted Solution

  • Regex header comments not working properly

    We are trying to use regex to get rid of pictures that are being attached by automated messages being sent to our help desk. We found that the regex we added
    On\s.*(\r?\n)?.*wrote:\s?\r?\n|-- |Code42
    ,along with the default regex
    On\s.*(\r?\n)?.*wrote:\s?\r?\n
    changed nothing.
    The default has definitely worked before and the additions we made worked in a controlled environment. Is there something we don't know about or is this functionality not working at the moment?
    Thanks.
    This topic first appeared in the Spiceworks Community

    I am seeing the same behavior. If I delete the comment it continues to show up.
    However if I put in a new comment without the [ char the search behaves correctly. I can even put in a single space and that will cause the search to fail. 
    So unless I'm totally missing something I have to say this is a bug.
    Sorry I don't have a solution.

Maybe you are looking for

  • Doubt regarding HTTP Live Streaming for windows phone 8.1 silverlight app?

    Hi, I am developing a Windows phone 8.1 silverlight app. I want to add live streaming youtube channel , thats why I used  https://phonesm.codeplex.com/ this link as a reference , and I am able to play the links given in the samples, but I am unable t

  • Reader SDK: any way to see what text the user has selected?

    I'm using the Adobe Reader SDK with C#, looking at the interapplication communication features. I can open a document in Reader and allow the user to user the reader tools like select text, etc. Here's the problem: I want to have my application know

  • Preview vs Adobe Reader (Technical issue)

    / Disregard, Answer Found! After installing "Adobe Reader", preview is no longer "highlighted" as an option for viewing PDF's. I placed the reader files from the applications folder into the trash; that did not solve the problem. What files in the ap

  • NameNotFoundException in JMS Sender Adapter

    Hi, I am doing JMS to File Scenario. In the JMS Sender Adapter, I am getting the following error. Channel error occurred. Detailed error (if any) : com.sap.aii.adapter.jms.api.connector.ConnectorException: Error looking up connection factoryQueueConn

  • Flash Reader for ANDROID?

    I read a few questions but no comments/responses regarding Adobe's plans to support the Android operating system. More specifically, are there any plans to develop such a reader for the T-Mobile G1 (HTC Dream)? If so, any estimated timeframe?