Recent content by Kane Hart

  1. Kane Hart

    Having issues with Ubuntu 16 and Nginx with the Friendly URLs.

    I feel like an IDIOT..... Upgrade Xenforo first before asking for help. I knew mine was older and did not care at the time. But the issue is php7, etc is new... There might be issues with having old archived forum back from 2004 :( Lesson learned and I learned a lot in this thread. Thanks @Mouth
  2. Kane Hart

    Having issues with Ubuntu 16 and Nginx with the Friendly URLs.

    All the PHP Files work just fine just not the friendly URL's. both php7.0-fpm.pid php7.0-fpm.sock are in the locations as suggested. Also that config has it: ; Note: This value is mandatory. listen = /run/php/php7.0-fpm.sock Admin.php works my test (phpinfo) also works. It all seems to work...
  3. Kane Hart

    Having issues with Ubuntu 16 and Nginx with the Friendly URLs.

    Oh nice I removed it and rebooted it no errors. But then I started surfacing the error pages and got this: 2017/07/09 04:04:52 [error] 20563#20563: *1 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught TypeError: Argument 1 passed to XenForo_Application::handleException() must be...
  4. Kane Hart

    Having issues with Ubuntu 16 and Nginx with the Friendly URLs.

    Now were getting somewhere hehe. So normal domain.com works but /forums/server-site-news.23/ ends up being 500 error. Here is the log: [07-Jul-2017 19:12:13] NOTICE: configuration file /etc/php/7.0/fpm/php-fpm.conf test is successful [07-Jul-2017 19:12:13] NOTICE: fpm is running, pid 9932...
  5. Kane Hart

    Having issues with Ubuntu 16 and Nginx with the Friendly URLs.

    Did some more testing it seems like php pages are blank white but anything else works thankfully :) If that helps!
  6. Kane Hart

    Having issues with Ubuntu 16 and Nginx with the Friendly URLs.

    Thanks now my site showing something different just a white page hehe. So I feel like it's getting somewhere I did get white page before when screwing around too but not sure why. I should find a way to have to display errors or more info. That file seems to exist has this: fastcgi_param...
  7. Kane Hart

    Having issues with Ubuntu 16 and Nginx with the Friendly URLs.

    # regex to split $uri to $fastcgi_script_name and $fastcgi_path fastcgi_split_path_info ^(.+\.php)(/.+)$; # Check that the PHP script exists before passing it try_files $fastcgi_script_name =404; # Bypass the fact that try_files resets $fastcgi_path_info # see...
  8. Kane Hart

    Having issues with Ubuntu 16 and Nginx with the Friendly URLs.

    Thanks mate. Sadly your php area gave me some sort of error: Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xe" for details. I used xenforo one instead in the first post on their page but I'm getting the 502...
  9. Kane Hart

    Having issues with Ubuntu 16 and Nginx with the Friendly URLs.

    So Here is my current config: /etc/nginx/sites-available$ sudo nano domain.com server { root /home/websites/domain.com/public_html; index index.php index.html index.htm index.nginx-debian.html; server_name domain.com; location / { try_files $uri $uri/ =404; }...
  10. Kane Hart

    Discord app widget integration

    One the reasons I love discord is so many great free open source stuff for it out there. I can't wait for a good plugin for it on xenforo in the future.
  11. Kane Hart

    TPU: Detect and Block Spam Registrations

    I sadly keep getting blank error page on registration. Anyone else have this issue?
  12. Kane Hart

    XenCarta FAQ

    That is not a wiki that is html. Is there no real Wiki style anything?
  13. Kane Hart

    s9e Media BBCodes pack

    I was wondering is there anyway one can actually play media from their own site MP4 into the browser. I mean is that not what were doing to start with html 5? http://elmlor.com/x/g335h.mp4
  14. Kane Hart

    WoW-Integrations [Paid] [Deleted]

    Looks like a dead abandon addon. Another one that charges money and then goes MIA.
  15. Kane Hart

    Stardale - Epic New Procedural Generated Universe Game!

    Looks like there is now a new trailer online showing you more gameplay. The Kickstarter page was revamped as well: https://www.kickstarter.com/projects/164935994/stardale They have also already posted 2 news updates as well: https://www.kickstarter.com/projects/164935994/stardale/posts
Top Bottom