Recent content by Chris Goldsmith

  1. Chris Goldsmith

    How To Implement SSL To Secure HTTP Traffic (HTTPS)

    You do not need the individual pages rewrites - here is my re-write config along with the settings with the Admin control panel settings at the first page of this thread RequestHeader set X-Forwarded-Proto "http" RewriteEngine On RewriteCond %{HTTP:X-Forwarded-Proto} !https...
  2. Chris Goldsmith

    How To Implement SSL To Secure HTTP Traffic (HTTPS)

    This article on page 1 gave me exactly the items I needed to resolve mixed content errors in the browser. I already had the Apache items done and needed the xenforo specific items
  3. Chris Goldsmith

    XF 1.5 database credentials

    thank you -!! the support for this product has been OUTSTANDING
  4. Chris Goldsmith

    XF 1.5 database credentials

    I have added a 2nd web server to the config and need to create a database user for the 2nd web head. I do not remember the password I used for the database user. in other forums like phpbb it is stored in a config.php Where can I find that so I can create a new user with the same password?
  5. Chris Goldsmith

    XF 1.5 There are manual rebuild processes that have been stopped before completion.

    permissions updated and fixed - this look optimal to you?? apache/php run as apache:apache # ls -la <DocRoot>/xenforo/ total 1264 drwxr-xr-x 9 apache apache 4096 Dec 17 19:37 . drwxr-xr-x 4 root root 4096 Dec 2 05:42 .. -rw-r--r-- 1 apache apache 39990 Dec 17 19:37...
  6. Chris Goldsmith

    XF 1.5 There are manual rebuild processes that have been stopped before completion.

    thanks I'll do the needed on my end to tighten things up per those reqs
  7. Chris Goldsmith

    XF 1.5 There are manual rebuild processes that have been stopped before completion.

    I had to set both <DocRoot>/xenforo/js/ and <DocRoot>/xenforo/styles/ to 777 permissions - is it possible for this to work without such wide open permissions ?
  8. Chris Goldsmith

    XF 1.5 There are manual rebuild processes that have been stopped before completion.

    Database is under 100 MB & it's now been there for over an hour - what else can I check? Would it be writing to a log file?
  9. Chris Goldsmith

    XF 1.5 There are manual rebuild processes that have been stopped before completion.

    I started a install of the tapatalk plugin and during the install it was at Processing... The PC I was running it from locked up during and had to be hard rebooted once I came back tapatalk appeared to have been installed so i figured it finished running in back ground on server ( I have...
  10. Chris Goldsmith

    XF 1.5 avatar / attachement error on import from phpbb 3.1.10 to XF 1.5.11

    Php memory limit was set too low - increased to standard 128MB that it should have already been and attachment import went thru
  11. Chris Goldsmith

    XF 1.5 avatar / attachement error on import from phpbb 3.1.10 to XF 1.5.11

    I'm running centos 6.8 & just haven't had need of more current php till now I'll look into php updates & load balancer time outs & update thread
  12. Chris Goldsmith

    XF 1.5 avatar / attachement error on import from phpbb 3.1.10 to XF 1.5.11

    I can do the php update - is 5.6 the preferred release ?
Top Bottom