. .
Page 2 of 2 FirstFirst 12
  1. #11
    dh42's Avatar
    Lives in Sorbiers, France. Last Activity: 3 Hours Ago Has been a member for 0-1 years. Has a total post count of 12. Received thanks 4 times, giving thanks to others 0 times.
    Hello

    Attachment 32696 still give an error: "Invalid Attachment specified. If you followed a valid link, please notify the administrator"

    ++
    David

  2. #12
    I’ve moved @dh42’s post here to keep the other thread clean, as this seemed the most relevant place for it.

    Hi David,
    Sorry I missed your post at the time, I’ve just worked out what’s going on with some attachments failing while others work fine.

    It seems to happen when you try to add images via the Quick Reply box. If you hit the Go Advanced button instead, you’ll get a new page with an Attachments section below the message box. There’s a Manage Attachments button there, and using that to upload (or manage previous uploads) works fine for me - tested in Chrome on desktop.

    As I mentioned in another thread, this has been a long-standing quirk. I’ve got bigger upgrades coming, including a proper migration to a new platform, and I’ll share more on that soon.

    In the meantime, to try and reduce the confusion for new members when their images don’t appear, I’ve removed the attachment icons from the quick reply header for now. Not ideal, I know but at least it should save people from hitting the same frustration until the proper fix is in place.

    Thanks, again for your patience and for sticking with it.
    Lee

  3. #13
    dh42's Avatar
    Lives in Sorbiers, France. Last Activity: 3 Hours Ago Has been a member for 0-1 years. Has a total post count of 12. Received thanks 4 times, giving thanks to others 0 times.
    "It seems to happen when you try to add images via the Quick Reply box. If you hit the Go Advanced button instead, you’ll get a new page with an Attachments section below the message box. There’s a Manage Attachments button there, and using that to upload (or manage previous uploads) works fine for me - tested in Chrome on desktop." (sorry, can't find the "quote" button on the "advanced" editor )

    Test in advanced mode (and "insert InLine")

    Click image for larger version. 

Name:	cats.jpg 
Views:	1 
Size:	64.5 KB 
ID:	32697

    seems to works !

    ++
    David

  4. The Following User Says Thank You to dh42 For This Useful Post:


  5. #14
    Quote Originally Posted by dh42 View Post
    sorry, can't find the "quote" button on the "advanced" editor
    ++
    David
    Nice, you can use the "Reply With Quote" in the lower right of said post:
    Lee

  6. #15
    dh42's Avatar
    Lives in Sorbiers, France. Last Activity: 3 Hours Ago Has been a member for 0-1 years. Has a total post count of 12. Received thanks 4 times, giving thanks to others 0 times.
    Ok, nice using bbcode tags directly seems to works ;)

    Code:
        ' setting menu clicked - open the form
        Public Shared Sub DimArrow_set_clicked(ByVal sender As Object, ByVal e As EventArgs)
            'menu settings clicked
            'show the settings form
            'attach the tool windows to the main cambam window, and open it
            Dim f As Form = New ClassDimArrow.DimArrow_settings
            ThisApplication.TopWindow.AddOwnedForm(f)
    
            f.ShowDialog()
    
        End Sub
    [ code]
    ' setting menu clicked - open the form
    Public Shared Sub DimArrow_set_clicked(ByVal sender As Object, ByVal e As EventArgs)
    'menu settings clicked
    'show the settings form
    'attach the tool windows to the main cambam window, and open it
    Dim f As Form = New ClassDimArrow.DimArrow_settings
    ThisApplication.TopWindow.AddOwnedForm(f)

    f.ShowDialog()

    End Sub
    [ /code]


    the space after [ must be removed for the tags to woks. I use it only to show the tag text (seems code tags must not be used into another code tag, because the appears as nested code instead to show the tag text)

    Nice, you can use the "Reply With Quote" in the lower right of said post:
    [ quote]Nice, you can use the "Reply With Quote" in the lower right of said post: [ /quote]

    Size:

    [ b]Size:[ /b]

    VERSION_CODENAME=bookworm

    [ size=1]VERSION_CODENAME=bookworm[ /size]

    VERSION_CODENAME=bookworm

    [ size=2]VERSION_CODENAME=bookworm[ /size]

    VERSION_CODENAME=bookworm

    [ size=3]VERSION_CODENAME=bookworm[ /size]

    good night ;)

    ++
    David

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. servo motor and its driver are acting strange
    By jhonansaro in forum Gantry/Router Machines & Building
    Replies: 3
    Last Post: 29-04-2018, 04:18 AM
  2. EMC2 home/limit switches... only acting as limit?
    By vputz in forum LinuxCNC (EMC)
    Replies: 4
    Last Post: 15-10-2014, 09:51 AM
  3. Attachments
    By GEOFFREY in forum General Discussion
    Replies: 2
    Last Post: 09-03-2014, 09:35 AM
  4. File upload problems - attachments file extension support !
    By Swarfing in forum General Discussion
    Replies: 14
    Last Post: 08-03-2013, 02:37 PM
  5. Z acting Strange
    By m.marino in forum Machine Discussion
    Replies: 2
    Last Post: 06-03-2012, 09:30 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •