Recent content by PabloC

  1. PabloC

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

    to avoid problems, I renamed my logo like xenforo original logo
  2. 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!
  3. 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...
  4. 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...
  5. 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...
  6. 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)...
  7. PabloC

    XF 2.1 Looking for an efficient way to load fonts

    A few days back I upgraded to Xenforo 2.1, and I am trying to optimize its load time. I am very happy so far, but I would like to find a way to load fonts in a better way, so they don't block the rest of the files. Could anyone give me some advice? Thanks!
  8. PabloC

    XF 2.1 Updated to 2.1.8 today: Template error: Method canLike is not callable on the given object

    I found the solution ;) The cause of this error are outdated templates. I will try to explain what I have done to solve this issue. After you backup everything, you must go to: Appearance > Outdated templates where you will find a list of the outdated templates. Then, download the latest...
  9. PabloC

    XF 2.1 Updated to 2.1.8 today: Template error: Method canLike is not callable on the given object

    Hi, I updated my Xenforo today, and moved it to PHP 7.4. So far I have over 4.000 error messages like this one (all the same): ErrorException: Template error: Method canLike is not callable on the given object (XFMG\XF\Entity\Post) src/XF/Template/Templater.php:994 #0 [internal function]...
  10. PabloC

    XF 2.0 Moved to php 7.3 and got Excessive resource usage message

    I have installed version 2.0.10, running on php 7.2 Yesterday I changed it to php 7.3, and it seemed to work fine, but I started getting warnings like this: Time: Fri Apr 10 03:54:19 2020 +0000 Account: gaturro Resource: Virtual Memory Size Exceeded: 417 > 256 (MB)...
Top Bottom