Recent content by Chad

  1. Chad

    XF 2.2 E Warning Template Errors

    Thanks, done. I couldn't find the info on what verisons were supported by XF in the docs. So far, no more errors.
  2. Chad

    XF 2.2 E Warning Template Errors

    Seeing a bunch of these in admin logs. Not sure how to fix this. ErrorException: Template error: [E_WARNING] Trying to access array offset on null internal_data/code_cache/templates/l1/s0/admin/PAGE_CONTAINER.php:219 Stack trace #0...
  3. Chad

    XF 2.2 3 Issues / Login not working

    Would appreciate help on this.
  4. Chad

    XF 2.2 3 Issues / Login not working

    Getting this error all day, not sure what it means though? My SSL is valid, LetsEncrypt signed. I am also not able to log in suddenly via the home page, only admin page. Replicated via Safari (iPhone) and Edge (desktop). I see nothing in Apache logs. Replicated on PHP 8.2 and 8.1. New...
  5. Chad

    XF 2.2 Common Errors

    I'm confused, where is this setting adjusted? I see nothing about Swift or Symphony mailer in the setup > email options section.
  6. Chad

    XF 2.2 Common Errors

    Getting below errors almost daily. Not sure what's causing it and how to fix. Swift_TransportException: Email to soemuser@gmail.com failed: Expected response code 220 but got an empty response src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php:447...
  7. Chad

    Daily Statistics

    Getting constant errors below. #0 src/XF.php(218): XF\Error->logError('Push notificati...', false) #1 src/XF/Service/PushNotification.php(243): XF::logError('Push notificati...') #2 src/XF/Service/PushNotification.php(176): XF\Service\PushNotification->handleResults(Object(Generator)) #3...
  8. Chad

    XF 2.2 Bing Error

    Getting this error... GuzzleHttp\Exception\ClientException: Error submitting sitemap to http://www.bing.com/ping?sitemap=https%3A%2F%2Fwww.talkjesus.com%2Fsitemap.php: Client error: `GET http://www.bing.com/ping?sitemap=https%3A%2F%2Fwww.talkjesus.com%2Fsitemap.php` resulted in a `410...
  9. Chad

    XF 2.2 2 Server Errors

    Just noticed that, thanks. Hey @AndyB please assist. Thank you.
  10. Chad

    XF 2.2 2 Server Errors

    Upgraded to v2.2.8 Patch 1 recently and getting 2 specific errors in admin panel. Error: Call to a member function getIdentifier() on null src/XF/Mvc/Entity/Finder.php:1392 #0 src/XF/Mvc/Entity/Manager.php(214): XF\Mvc\Entity\Finder->fetch() #1 src/XF/Repository/Node.php(146)...
  11. Chad

    XF 2.1 No registrations for a month

    Found the culprit. Memcache apparentely stopped running and the config had this code in there. Once removed, registration worked again. Now, onto fixing memcache. // BACKEND CACHING $config['cache']['backend'] = 'Memcached'; $config['cache']['backendOptions'] = array( 'compression' =>...
  12. Chad

    XF 2.1 No registrations for a month

    Still no go after adding that code. Registration page still refreshes.
  13. Chad

    XF 2.1 No registrations for a month

    MS is not enabled. Still doesn't work. Very odd.
  14. Chad

    XF 2.1 No registrations for a month

    Firefox Console: Layout was forced before the page was fully loaded. If stylesheets are not yet loaded this may cause a flash of unstyled content. preamble.min.js:4:73 NaN register:942:12 Google Analytics is being shimmed by Firefox. See https://bugzilla.mozilla.org/show_bug.cgi?id=1493602 for...
Top Bottom