Recent content by Kerstin28

  1. Kerstin28

    XF 1.4 PHP 5.6 Bounce Handle IMAP error

    To those coming from Google like me: If you're using SSL/TLS encryption, then the connection issue may be caused by having a too recent OpenSSL version. The Zend Client constructs a URI starting with ssl://, which does not seem to be working with new'ish OpenSSL anymore. Solution: Append to...
  2. Kerstin28

    XF 1.3 Unable to Connect to ssl://accounts.google.com:443

    Excellent observation. I had the same issue and went troubleshooting into the wrong direction...
  3. Kerstin28

    [TH] Thumbnails [Deleted]

    To those who use this addon with PHP 7.4: After upgrading to PHP 7.4, the Thumbnails addon causes the following error message: ErrorException: Trying to access array offset on value of type int - library/ThemeHouse/Thumbnails/Model/Thumbnails.php:900 I fixed this issue by encapsulating the...
  4. Kerstin28

    my server cache ram.

    I don't see a problem with the RAM. How?
  5. Kerstin28

    Ads Manager by Siropu [Paid]

    Consider using conditionals in template PAGE_CONTAINER: (see Conditional Statements) I think this can be done without Ads Manager.
  6. Kerstin28

    Ads Manager by Siropu [Paid]

    How do you identify the members that you'd exclude?
  7. Kerstin28

    Forum has slow loading, is this high cpu usage?

    The numbers indicate that you need more CPU power. If you haven't already, upgrade to PHP 7 and enable the PHP opcache.
  8. Kerstin28

    php-fpm exploding

    Fist message shows 7.2.23, which is a vulnerable version.
  9. Kerstin28

    Does anyone here try to preload CSS on XF 2.1?

    I did that and no, the page loading time did not improve.
  10. Kerstin28

    Does anyone here try to preload CSS on XF 2.1?

    While I can't speak about XF 2.1, I did some experiments on XF 1.5: https://xenforo.com/community/threads/http-2-server-push.158923/ I set up preload with HTTP/2 server push, the latter being (theoretically) faster than just preload. The result was: no measurable improvement. I wouldn't bother...
  11. Kerstin28

    XF 1.5 Sitemap :no individual pages ?

    So what you're saying is Google doesn't want to be gamed, but can be gamed by pressing that one button in Google Search Console. I rest my case.
  12. Kerstin28

    XF 1.5 Sitemap :no individual pages ?

    Correct. You signal pages you wish to be crawled. Google indexes pages based on their criteria and not on your wishes. The only wish that Google adheres to is not to index a page at all (meta noindex).
  13. Kerstin28

    XF 1.5 Sitemap :no individual pages ?

    If Googlebot has crawled the pages, it knows about them already. Putting them in a sitemap won't change anything.
  14. Kerstin28

    Ads Manager by Siropu [Paid]

    After upgrading to PHP 7.3, I get the following error on XenForo 1.5.24 with Ads Manager 1.26.9: The switch statement in question is not part of a loop, thus the error is trivially fixed by changing "continue" to "break".
Top Bottom