Recent content by PabloC

  1. PabloC

    Not a bug Later today at x

    I have deleted all unused complements, and I still can't see the dates. I have Xenforo 2.3.4 and php 8.3.3
  2. PabloC

    Duplicate cache rebuild possible error?

    My knowledge of code is minimal, so I don't know if this could be a bug or an error related to the content of my forum. Just in case I post it here. Got this after updated to 2.3.4
  3. PabloC

    XF 2.3 Icons font awesome lost after upgrading to 2.3

    As you can see in the image attached, my icons have disappeared from my forum (default style). I have read this https://xenforo.com/community/threads/boosting-performance-in-xenforo-2-3.216767/#post-1648280, and it looks like it talks about my issue, but I don't know how to correct it, and where...
  4. PabloC

    XF 2.3 can't login, logout, alert nor direct messages, js issues?

    Thank you!! Finally I was able to sort things out! Thanks for your help!
  5. PabloC

    XF 2.3 can't login, logout, alert nor direct messages, js issues?

    I upgraded my forum to 2.3 with default style and most things look well, but it looks like I have some JS issue (lazy load?), I keep getting the Oops! sign when I try to log in, log out (I am logged in as webmaster), etc. Most of the comments I read are from and for expert level, and I can't...
  6. PabloC

    XF 2.3 Font Awesome missing after upgrade

    Hi! I just upgraded to 2.3 and all my Font Awesome icons are missing. Could anyone be so kind as to guide me on how to get them back? I use default style. Thanks!
  7. PabloC

    XF 2.2 can't add logo's height and width

    to avoid problems, I renamed my logo like xenforo original logo
  8. PabloC

    Style penalizing CLS ¿adsense to blame?

    I am getting penalized by this (pls see img). I have read in other posts that this may have been placed by Adsense. Is this right? Has it got any solution? Thanks!
  9. PabloC

    XF 2.2 can't add logo's height and width

    Hi, I added logo's width and height (see attached img), but I keep getting the same error "Use explicit width and height on image elements" <img src="/styles/default/xenforo/xenforo-logo.png" alt="Todo Gatos | todo para tu gato"> Could anyone explain me what I am doing wrong?? any solution...
  10. PabloC

    XF 2.2 after migrating forum got memecached fatal error

    Thanks!! this is what I have in config.php $config['superAdmins'] = '1'; $config['enableLivePayments'] = false; $config['enableAddOnArchiveInstaller'] = true; $config['cache']['enabled'] = true; $config['cache']['provider'] = 'Memcached'; $config['enableTfa'] = false...
  11. PabloC

    XF 2.2 after migrating forum got memecached fatal error

    I am no expert at all, so I hope you could help me. I migrated my forum from a dedicated server to a hosting account, and i got this error [21-Nov-2023 14:29:14 UTC] PHP Fatal error: Uncaught LogicException: Cannot load Memcached cache provider without Memcached in...
  12. PabloC

    Fixed After move to PHP 8.0: Array to string conversion src/XF.php:1143

    I just upgraded to PHP 8.0, and I get this error: ErrorException: Template error: [E_WARNING] Array to string conversion src/XF.php:1143 #0 src/XF.php(1143): XF\Template\Templater->handleTemplateError(2, '[E_WARNING] Arr...', '/home/gaturro/p...', 1143) #1 src/XF/Template/Templater.php(1176)...
Back
Top Bottom