Recent content by JimH

  1. J

    Fixed Show Older Items is missing since update

    One of our staff noticed this as well. We are a XenForo Cloud-hosted forum with Enhanced Search, and this issue appeared when we took the 2.3.8 update last week. I suspect this is more complicated than just the 2.3.8 update though. We also have a self-host instance created from a pre-update...
  2. J

    Profile posts gone from Postings tab after 2.3.7 -> 2.3.8 (or .9) upgrade

    On 2.3.7, the Postings tab showed both forum posts and profile posts. After upgrading to 2.3.8, only forum posts are shown. Same thing on 2.3.9. I created a test installation, rolled back all of my custom template changes, disabled every add-on, and rebuilt the search index. Profile posts...
  3. J

    XF 2.3 Error importing SQL dump from Cloud: Duplicate entry for primary key

    Ok! I want to thank those who've replied here. I believe I've solved this, and it's my fault. I'm using a shared host here, and phpMyAdmin is configured for a 50Mb maximum upload size. To deal with this, I'd used a tool called SQLDumpSplitter to break my dump into four pieces. AVOID THIS...
  4. J

    XF 2.3 Error importing SQL dump from Cloud: Duplicate entry for primary key

    Yeah, if it's just this particular table that's affected, no problem. If XenForo's own dump has inconsistencies like this though, then its general trustworthiness is called into question, no?
  5. J

    XF 2.3 Error importing SQL dump from Cloud: Duplicate entry for primary key

    The full error message basically includes the whole table, which includes some private information. Here's what phpMyAdmin shows though: This is being imported into an empty db, so any duplication is in the dump itself. FWIW, I've set the db collation to utf8mb4_general_ci, though the...
  6. J

    XF 2.3 Error importing SQL dump from Cloud: Duplicate entry for primary key

    Well, that's somewhat reassuring. I'll drop those rows for now. If the database dump has consistency issues though, I might just be seeing the tip of the iceberg, no? Thanks Slim! Nope. This is MariaDB running on a shared Linux web host. For better or worse, I have no control over how the...
  7. J

    XF 2.3 Error importing SQL dump from Cloud: Duplicate entry for primary key

    I'm in the process of migrating from Cloud to self-host and encountering some unexpected headwinds. As a test, I'm trying to reconstruct my database using one of the auto-generated Cloud backups, and I'm getting a 'duplicate entry for primary key' error in the xf_session_activity table. From...
  8. J

    What's broken when PHP exec() is unavailable?

    We're evaluating a shared hosting environment for our forum, and it seems PHP exec() is commonly disabled by the provider. This is flagged as a potential issue during installation, but it's not clear what will actually be broken as a result. I see mention of some Media Gallery functions...
  9. J

    Chat 2 by Siropu [Paid]

    Sure, and thanks so much for your continued help with this. It's not a major issue, but I'd love to get to the bottom of it. This happens on page load, only when the window is very narrow: I don't know if this adds any useful context:
  10. J

    Chat 2 by Siropu [Paid]

    Thanks for trying it, @Siropu. Hmm. I can reproduce this on all browsers and platforms I have access to right now. Trying to imagine what else it might be. Here's what I see in the latest Chrome on Win11 when I... Enable Chat Drag the window very narrow to simulate portrait on a phone Click...
  11. J

    Chat 2 by Siropu [Paid]

    Hey, @Siropu - Running Chat 2.5.3 on XenForo 2.3.7 and observing what appears to be a conflict between Chat and spoiler tags. The issue is that spoiler tags don't work (clicking the button or the blurred text does nothing) when the following conditions are met: Chat is enabled The page has...
  12. J

    XF 2.3 Thread replies remaining in the edit box after being posted

    Lately a few users of our site have reported that when they write a reply and click "Post reply," the text of their reply remains in the edit box despite also being posted. Sometimes, thinking the post has not happened, they clicked "Post reply" again, resulting in a double post. The issue is...
  13. J

    2.3.7 Font Color Issue

    There's some subtlety to it though, or there seems to be. I've tried every silly copy/paste scenario I can think of, trying to reproduce this. The only repros I get are when the text I copy is already BBCoded to the color I don't want it to be. :)
  14. J

    2.3.7 Font Color Issue

    I might be running into the same issue (posted about it here). I'm fairly certain the users are not explicitly colorizing their posts because the BBCode always refers to the same almost-black color, RGB(20, 20, 20), which isn't one of the color picker colors. I haven't noticed a symmetrical...
  15. J

    XF 2.3 Random occurrences of almost-black text noticed in Dark mode? RGB(20, 20, 20)

    Users of the Dark theme on our site are pretty regularly encountering cases of text that's set to almost black, and is therefore invisible. Curiously, in all cases, it's the same exact almost-black color in the BBCode regardless of where it appears: RGB(20, 20, 20). It may affect all of a...
Back
Top Bottom