Recent content by Chad

  1. C

    Referral System by Siropu [Paid]

    Thank you.
  2. C

    Referral System by Siropu [Paid]

    I'm trying to delete a user's account per his request, getting this error below. I did a rebuild of the add-on, tried again and same error. Oops! We ran into some problems. XF\Db\Exception: MySQL query error [1264]: Out of range value for column 'siropu_rs_referral_count' at row 1 in...
  3. C

    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.
  4. C

    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...
  5. C

    XF 2.2 3 Issues / Login not working

    Would appreciate help on this.
  6. C

    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...
  7. C

    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.
  8. C

    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...
  9. C

    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...
  10. C

    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...
  11. C

    XF 2.2 2 Server Errors

    Just noticed that, thanks. Hey @AndyB please assist. Thank you.
  12. C

    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)...
  13. C

    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' =>...
  14. C

    XF 2.1 No registrations for a month

    Still no go after adding that code. Registration page still refreshes.
Top Bottom