• Resolved danniee

    (@danniee)


    Hi,

    I have several tables and all work fine but one of them will not save. It just loads and loads when I click save and eventually I get an AJAX error saying “there is no reason why this should happen”, or something along those lines.

    Is it possible I have a syntax error somewhere or unclosed tags? All my other tables saves without issues.

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter danniee

    (@danniee)

    @tobiasbg sorry, I was more or less just keeping a log over what I’ve been trying. Deleting all the hidden rows fixed the issue for some reason. All works fine now. I still suspect there might be some underlying issue but I have asked my host and will see what they reply.

    I love your product and I really appreciate that you’ve been trying to help. Thank you.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no worries ?? It’s always good to brainstorm on an issue together!

    If hidden rows are involved, it could indeed be some security software or firewall.
    Hidden rows create a rather “strange-looking” pattern in the HTTP request (due to the JSON format), like

    [1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1]
    

    (Essentially, that’s a list of the visibility states of the rows, where 1 indicates visible and 0 indicates hidden.)
    The security software might be fooled by this and (for whatever reason) thinks that a hacking attempt is going on, which it then blocks.
    But that’s just another guess for what might be going on here.

    Regards,
    Tobias

    Thread Starter danniee

    (@danniee)

    @tobiasbg I see, though it doesn’t make sense because another table that had the same amount of hidden rows was working fine. This is all very odd, but it seems to work now.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    ok. Yes, it’s strange ?? If you happen to find an exact cause at one point, please let me know!

    Best wishes,
    Tobias

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Ajax error’ is closed to new replies.