Recent content by aceblaster

  1. A

    XF 2.2 Upgrading to Xenforo 2 but there's no Steam plugin?

    Can you provide a download? edit: nvm you can get this one for free with coupon code MOREPROVIDERS
  2. A

    Installation SQL issue: Access denied for user 'xenforo'@'localhost'

    I created (through command line) a new mariaDB user and database, and granted all privileges to my new user. I am trying to enter that information to the first step of the Xenforo install page, which asks for such info, but I get the following error message: It would be really helpful to see...
  3. A

    Xenforo 2.2 Nginx configuration

    I seem to have temporarily fixed this by, at this step (in addition to the steps in my reply above), simply editing pterodactyl's .conf file to run using instead of the previous usage to make it listen on a .sock file. If anyone has a more permanent solution, I'm all ears. If this was the...
  4. A

    Xenforo 2.2 Nginx configuration

    Okay I got xenforo install page working but now pterodactyl is broken. Basically one of my php-fpm services was called www, so I edited the file: /etc/php/8.1/fpm/pool.d/www.conf (the only configuration file in here) I commented out and added in now I just need to figure out how to get...
  5. A

    Xenforo 2.2 Nginx configuration

    If I show the running services using command I see in the list.
  6. A

    Xenforo 2.2 Nginx configuration

    I'm running Pterodactyl and that works fine. The only thing that tutorial really does differently than me is to uncomment a line in /etc/php/8.1/fpm/php.ini which I tried just now to no avail. note: I think Pterodactyl just uses php for the web panel, and is not actually running as a daemon
  7. A

    Xenforo 2.2 Nginx configuration

    I believe I do, in fact, have php-fpm installed. When I installed another application, Pterodactyl, I had to run the following command As you can see, fpm is included in that. (see: https://pterodactyl.io/panel/1.0/getting_started.html)
  8. A

    Xenforo 2.2 Nginx configuration

    This isn't even a full config, just some code that needs to be added to a config. Do you know anyone who is experienced with nginx config files? For example, here is the entire config, with the manual's code added in: NOTE: I am replacing my website name with redacted.com for privacy purposes...
  9. A

    Xenforo 2.2 Nginx configuration

    I pasted this into the config I already have, and it did not work for me.
  10. A

    Xenforo 2.2 Nginx configuration

    Hello, Is there an official Xenforo 2 Nginx server block configuration (SSL) that I can be provided with? I was able to find what looks like a very old one on the Nginx website, along with a few other examples in community help threads, but none of them have worked for me. I'm admittedly kind...
Back
Top Bottom