Recent content by TMC

  1. TMC

    Redis Cache By Xon

    web upgrade XenForo 2.2.15 -> XenForo 2.3 beta 3 w/ redis addon installed. Previous error got fixed according to devs but now the upgrade stops with different error at the same step as before (verifying and copying files stage): PHP Fatal error: Declaration of...
  2. TMC

    Fixed XF web upgrade exposes half-upgraded state to addons due to composer class-map

    Just to make sure that this affects only the 2.3.0 beta upgrade, I just installed clean 2.2.13. After that installed Xon's redis cache addon and enabled it in the config. Upgrading from 2.2.13 to 2.2.15 worked fine, but upgrade from 2.2.15 to 2.3.0 beta 2 crashed with error "An unexpected error...
  3. TMC

    Redis Cache By Xon

    Yes, forgot to mention that this happens when using the web-updater. Used to work without errors with 2.2.xx updates, but something must've changed for 2.3. (I think) If there is a way to get the full output, I'm more than happy to help. Error doesn't get logged into the XenForo's server log...
  4. TMC

    Redis Cache By Xon

    I've been getting the following error when trying to do upgrade from 2.2.15 to 2.3 beta 2 on my test server. Just moments after the "Verifying and copying files" step the upgrade stops on a white screen with error: With debug mode enabled I can see the folliowing error when trying to access...
  5. TMC

    Fixed Missing phrase - leave_direct_message_and_accept_future_responses

    Missing phrase: leave_direct_message_and_accept_future_responses
  6. TMC

    Fixed share_tooltip template contains untranslatable terms

    arg-label="Copy link" and arg-label="Copy embed code HTML" on 2.2 the copy link label was empty iirc.
  7. TMC

    Known Bots

    Just wanted to confirm that it has now started detecting hetrix. Thanks for the add on!
  8. TMC

    Known Bots

    Anyone else having issues with Hetrix Monitoring bot not being detected? Access log: 51.195.149.151 - - [20/Oct/2023:06:37:21 +0300] GET / HTTP/2.0 "200" 34615 "-" "HetrixTools Uptime Monitoring Bot. https://hetrix.tools/uptime-monitoring-bot.html" "51.195.149.151" "-" "3099206" "1" "0.054"
  9. TMC

    More obvious voting and solution marking for question threads

    If you change <span class="u-srOnly">{{ $post.is_question_solution ? $isSolutionText : $makeSolutionText }}</span> <xf:comment>add the phrase mark as solution </xf:comment> <span style="color:gray;text-align:center;font-size:11px">({{...
  10. TMC

    Does anyone run an online radio on their forum?

    We are doing our online radio with icecast2 as our streaming media server/backend and plyr for the frontend player. Plyr is loaded on a xenforo custom page/page node via php callback. The player changes the background image depending on which radio show is running. We also sometimes do video...
  11. TMC

    [OzzModz] RSS Feed Filter

    If i'm not mistaken (and i did test it...), this can be fixed fairly easily by adding code $replier->sendNotifications(); on a blank line after the $db->commit(); on line 132 of /src/addons/Snog/RSS/XF/Service/Feed/Feeder.php file.
  12. TMC

    [JoyFreak] Set Open Graph Image

    I'm thinking it's because they aren't using "full friendly URLs" and that makes the URL outputted by this mod to not work (i.e. the weird /foro/index.php?//cloudbit.es part at the start of the og.image url). I did a quick test and changing the arg-imageUrl="{{ link({$thread.cover_image}) }}" />...
  13. TMC

    Xenforo 2.x Finnish translation - Xenforo 2.2

    Suomennos päivitetty XenForon versioon 2.2. Muitakin muutoksia siellä täällä. --- Translation updated for XenForo 2.2.
  14. TMC

    Xenforo 2.x Finnish translation

    TMC updated Xenforo 2.x Finnish translation with a new update entry: Xenforo 2.2 Read the rest of this update entry...
  15. TMC

    Fixed Translation of activity summary email

    Hi, unless I'm mistaken there seems to be a couple strings that are hardcoded and can't be translated in the activity summary emails. Part of the activity summary email template <xf:if is="$displayValues"> <xf:macro template="activity_summary_macros" name="outer_header"...
Top Bottom