Is your hosting XenForo 2.0/2.1 friendly?

Jason76

Madly Diligent
Joined
Nov 27, 2016
Messages
7,211
Reaction score
960
FP$
576
Some hosting not being XenForo 2.0 friendly would be a headache to some. As I mentioned in some of my posts, a big thing involves making the emails go thru SMTP. Anyway, lately, I've been moving my projects slowly over to XF 2 friendly VPS hosting.
 
XenForo System Requirements
  • PHP: 5.6.0+ (PHP 7.2.0+ recommended)
  • MySQL: 5.5+ (MariaDB / Percona also compatible)
  • PHP extensions: MySQLi, GD (with JPEG support), PCRE, cURL, SPL, SimpleXML, DOM, JSON, iconv, ctype
  • Common PHP functions must not be disabled
Eh, loads of hosts should have this sort of stuff.

I would actually argue that XenForo should use something a little less antiquated than PHP, but even in PHP Land, PHP 5.6 is EOL (end of life), so these requirements are actually a little too lax and leaves you open to potential security risks.

7 and it's ilk are the only versions with security updates still being released, to my knowledge.

And a VPS is usually the best case scenario all-round, as you run into all sorts of annoying little problems like having your site hacked and a phishing page hidden away somewhere, and then, getting terminated by your host randomly and unexpectedly for it.

SMTP is generally best practice, as PHP's mail() function relies on /usr/sbin/sendmail which is not only platform specific, but can be a bit slow and tends to be thrown in junk folders at major email providers.
 
I am using 5.6 php version, and when i try to change it to 7.1 or 7.2 i get memory allocation error 🙁
 
I am hosted with Hakwhost. Those guys pretty much have cutting edge version of PHP, Ruby, Python. However only PHP seems to be quickly updated. Ruby and Python stay on stable branch unless and ofcourse we ask specifically. But I am happy with shared hosting account of hawkhost for PHP performance.
 
so these requirements are actually a little too lax and leaves you open to potential security risks.
Indeed. That's why the new 4.4 version of IPB will only support 7.2 or higher. It's pretty shocking that Xenforo will work with php 5.6.
 
My current host doesn’t have any problems with XF2, but I was with a web hosting company that had these issues when I first converted one of my forums to XF2. I’d say there’s a number of web hosts that had to make some updates to become compatible with XF2, especially with the email situation now.
 
Back
Top Bottom