Recent content by Carlo

  1. Carlo

    Litespeed and cache, yay or nay?

    Litespeed + PHP compiled with PGO + LSCache will be super fast. Moved my small blog site from nginx (quite optimized I would say) to Litespeed starter and have seen huge improvement.
  2. Carlo

    XF 2.0 Google account integration problem with connected_account.php

    This issue seemed related to curl installation in the server. I fixed mine by compiling php, nginx, curl from source.
  3. Carlo

    XF 2.0 Wrong links after migrating to new server

    Happy to report its working now. I've repeated the process from fresh start, requested new letsencrypt certificates and now site is working with correct links. Not sure what went wrong. I was using rclone to transfer the files over to new server. Probably I copied the wrong backup file.
  4. Carlo

    XF 2.0 Wrong links after migrating to new server

    Hey Brogan thanks for dropping by. So was I doing the correct steps or did I miss anything? Which part of the database stores the base URL, maybe I need to edit that. Will try another attempt to migrate today.
  5. Carlo

    XF 2.0 Wrong links after migrating to new server

    I have an issue with migration of my site forum.domain.com to a new VPS server. I copied all files from old VPS server to new VPS server and imported the database from mysqldump. It also had the exact NGINX configuration as the old one. So practically old server and new server are identical...
  6. Carlo

    Lazy Load [img]

    Hey Xon great addon from you as usual. Thank you for making it free. It works well on Chome and Firefox. Just noticed in Safari mobile, the images disappear. Is there any extra setting I need to do to make it work?
  7. Carlo

    XF 2.0 Cleaning up test users

    Great thanks Brogan.
  8. Carlo

    XF 2.0 Cleaning up test users

    I do have a backup but I also do incremental changes to my settings while creating test user's and threads. I can live with the IDs as long as there are no unnecessary entries in the database and files.
  9. Carlo

    Fixed Registration Timer does not work for LinkedIn

    I noticed that when using LinkedIn to register, the Registration Timer does not count down hence the user cannot register at all. When using FB or Google, it works. I set it to 0 temporarily to allow registration for LinkedIn.
  10. Carlo

    XF 2.0 Cleaning up test users

    I'm almost ready to launch a forum site. I have created several test accounts, threads, and avatars. What are the steps I need to take after I delete all the users and threads in order to have clean state with the files and database?
  11. Carlo

    XF 1.5 How to get rid of xenforo logo?

    Try in extra.css: .global-logo-icon { display: none; }
  12. Carlo

    XF 2.0 Google account integration problem with connected_account.php

    What's your server? I'm using Debian with nginx + php-fpm
  13. Carlo

    XF 2.0 Google account integration problem with connected_account.php

    I tried your suggestion even if my server already redirects to https + www. Still doesn't work, same error. :(
  14. Carlo

    XF 2.0 Google account integration problem with connected_account.php

    That's the orginal error I encountered. I fixed it by entering under" Authorized redirect URIs https://www.mydomain.com/connected_account.php. But then I got the error "An error occurred while connecting with Google. Please try again later."
  15. Carlo

    XF 2.0 Passing argument in URL to a custom page

    Ok I solved it using PHP callback and setcookie() command. Had to learn it the hard way and lots of trial and error but now it looks better :)
Top Bottom