Recent content by shawn

  1. shawn

    XF 2.3 Sidebar widget background color?

    Thanks, but that's not quite it. The code I had before looks like it ought to work based off the class names of the nested divs, but it's not coming through at all.
  2. shawn

    XF 2.3 Sidebar widget background color?

    In 2.2 and earlier releases, I used ".p-body-sidebar .block-container {....}" ".p-body-sidebar .block-minorHeader{..}", etc in extra.less to control the appearance of the sidebar widgets. How do I achieve the same result in 2.3+? TIA
  3. shawn

    XF 2.3 Recommended upgrade path?

    "The cache bug"?
  4. shawn

    XF 2.3 Recommended upgrade path?

    Http 500. Couldn't navigate to install.
  5. shawn

    XF 2.3 Recommended upgrade path?

    I tried running the automatic update, but it failed after a few seconds. I was able to copy the old php files from a backup, but now I'm getting weird errors (double posts, email notifications faulting out, etc) and may have to push through with a 2.3 upgrade. Do I have to copy the files...
  6. 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.
  7. 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?
  8. 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
  9. 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...
  10. 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
  11. 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...
  12. 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...
  13. shawn

    XF 2.2 Mysqldump errors

    Agreed on all counts. Nothing should have changed on the server in the last few weeks.
  14. 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...
  15. 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...
Back
Top Bottom