Recent content by TMC

  1. TMC

    XF 2.3 cli xf:import bug in 8.2/8.3.14 - how to import?

    Usually these mean that mysqli support/extension isn't enabled on your PHP version. Have you checked that it's enabled?
  2. TMC

    Protect non-XenForo directory with XenForo login

    If you are using XenForo 2.x the redirect code should be _xfRedirect instead of redirect. So I suspect that changing the code from RewriteRule ^ /xenforo/index.php?login/&redirect=%{REQUEST_URI} [L,R=302] to RewriteRule ^ /xenforo/index.php?login/?_xfRedirect=%{REQUEST_URI} [L,R=302]...
  3. TMC

    MG 2.3 Upgraded to 2.3, now my media gallery shows broken images?

    Good. I'm not sure is it an issue with s9e or media gallery, but at least it works now. Maybe ask in s9e thread about it?
  4. TMC

    MG 2.3 Upgraded to 2.3, now my media gallery shows broken images?

    hmm can you try uninstalling s9e embed? Disabling it doesn't seem to be enough to revert to default youtube embed. (If you go to admin.php?bb-code-media-sites/ and open youtube, it probably still has s9e stuff in it)
  5. TMC

    MG 2.3 Upgraded to 2.3, now my media gallery shows broken images?

    I'm thinking that this error might be a bug with media gallery itself. Same error appears on the console when trying to view video on XenForo.com's media gallery (even tho it does load the video) https://xenforo.com/community/media/categories/test-videos.4/ Media Gallery images load fine on...
  6. TMC

    Fixed Notifications delay

    Same thing happens here most of the time. Took a recording of it and while replaying it, i noticed that the notification is shown very briefly before the page loads fully, but isn't there once it's done loading. (On refresh it's shown correctly). At the two second mark, you can see the...
  7. TMC

    XF 2.2 Custom Page PHP Callback Not Displaying

    Try changing xen:callback to xf:callback.
  8. TMC

    Xenforo 2.x Finnish translation - XenForo 2.3 update

    XenForo 2.3 update. Translated lots (if not all) frontend phrases. Some other fixes and small tweaks. Suomennos nyt myös XenForo 2.3 versioon. Mahdollisista virheistä voi raportoida täällä tai githubin puolella.
  9. TMC

    Xenforo 2.x Finnish translation

    TMC updated Xenforo 2.x Finnish translation with a new update entry: XenForo 2.3 update Read the rest of this update entry...
  10. TMC

    Fixed Admin search not working in 2.3 RC 3

    Getting the following error when trying to search in the admin panel / XenForo 2.3 RC 3: ErrorException: [E_WARNING] Cannot declare class XF\AdminSearch\PublicTemplate, because the name is already in use in src/XF.php at line 397 XF::handlePhpError() class_alias() in src/XF.php at line...
  11. TMC

    Add-on Prefixes should change on different languages

    Use the same search term on the "title contains" box instead of the text contains one.
  12. 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...
  13. 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...
  14. 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...
  15. 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...
Back
Top Bottom