Recent content by shawn

  1. shawn

    XF 2.2 Error: Connection to PayPal failed: cURL error 77: (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)

    Thank you @eva2000 and @digitalpoint. I think this has been resolved.
  2. shawn

    XF 2.2 Error: Connection to PayPal failed: cURL error 77: (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)

    /etc/ssl/certs is where everything else lives (CentOS). The SSL certs we use for the site are current, don't expire until next year. Reinstalled ca-certificates package to make sure the ca-bundle.crt, etc, files are current. Any suggestions on where to start debugging?
  3. shawn

    XF 2.2 Error: Connection to PayPal failed: cURL error 77: (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)

    Thanks, you're looking at him. No errors running curl -I -v https://google.com Google found this, but no change after placing cacert.pem in /etc/ssl/certs: https://stackoverflow.com/questions/50345702/laravel-guzzle-curl-error-77-error-setting-certificate-verify-locations
  4. shawn

    XF 2.2 Error: Connection to PayPal failed: cURL error 77: (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)

    Possibly related, lots of these (but going back several weeks): ErrorException: Push notification failure: cURL error 77: (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) src/XF/Error.php:77 #0 src/XF.php(219): XF\Error->logError('Push notificati...', false) #1...
  5. shawn

    XF 2.2 Error: Connection to PayPal failed: cURL error 77: (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)

    I have a couple of pages of these dating back to last Friday. Any ideas? Edit: deleted PP stack trace
  6. shawn

    XF 2.2 Mysqldump errors

    Hmm... bit more digging, and neither the XF database nor any of the other DBs on the server has a "user" table (not xf_user). I overlooked that the first time through. If I understand correctly, the mysql user table is mysql.user, and none of that is supposed to be backed up, anyway. Manually...
  7. shawn

    XF 2.2 Mysqldump errors

    Also, the script appears to complete successfully, and the resulting sql file is roughly the same size as the others, I'm just getting the error. My guess is that it faults out on the user table alone and moves on. That table likely doesn't represent a significant percentage of the db, so it...
  8. shawn

    XF 2.2 Mysqldump errors

    Agreed on all counts. Nothing should have changed on the server in the last few weeks.
  9. shawn

    XF 2.2 Mysqldump errors

    I have a script that runs nightly to backup the DB. Starting last night, it is generating this error: mysqldump: Couldn't execute 'show create table `user`': SHOW VIEW command denied to user 'xxxxxx'@'localhost' for table 'user' (1142) I ran a dump manually this morning and got the same...
  10. shawn

    XF 2.2 Giphy Error

    It looks like it's related to this: https://xenforo.com/community/threads/cannot-change-avatars-clicking-existing-avatar-gives-a-404-error.166162/ and this: https://xenforo.com/community/threads/cant-get-to-account-avatar-with-seo-turned-on.28778/ Since avatar editing is also broken. I've...
  11. shawn

    XF 2.2 Giphy Error

    Getting this pop-up error when scrolling down through the suggestions in giphy. Seems to be an issue on Chrome/Windows, but not on Chrome/Android: "Oops! We ran into some problems. Please try again later. More error details may be in the browser console." It looks like a 404:
  12. shawn

    [TH] Join User Group [Deleted]

    I paid for the development the first time around. The goal was to replicate something like Private Groups in vBulletin. I don't remember it costing very much.
  13. shawn

    Solution for Xenforo forum with 100+ GB of images?

    265,000+ here Never even thought to look until this thread asked the question. We just run on a regular old VPS.
  14. shawn

    Server Offline

    That was the clue. I'm not sure why (or when they changed), but the fastcgi_params file was out of date, and didn't match what is currently listed here: https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/ Once I updated the list of variables to match, it all started working...
  15. shawn

    Server Offline

    Commented out fastcgi_param PATH_INFO $fastcgi_path_info; in the vhost conf file, and the index page loads, but nothing actually works because the paths for all the links are broken.
Top Bottom