How would I find out?Is Zend Opcache present? Are you using Memcache or Redis for XF caching?
Checking on the gmp now.I would install gmp support so you could have Push Notifications for your users. And as mentioned, MariaDB 10.3 as well (unless you're running something outside of XenForo that might have issues)
Is one caching better than the other?Make sure you've setup caching. https://xenforo.com/xf2-docs/manual/cache/
Checking on the gmp now.
Is one caching better than the other?
Ehhh. Redis is hip and trendy right now. You can't go wrong with Redis or Memcached really.
$config['cache']['enabled'] = true;
$config['cache']['provider'] = 'Memcached';
$config['cache']['config'] = [
'server' => '127.0.0.1'
];
Try enabling debug mode to see if there's any errors.So I decided to try out Memcached and had the server techs enable it... but when I add the following code to our config.php file, we get nothing but a blank white page on the site:
root@host [***/public_html]# tail error_log
[01-Jun-2019 18:17:05 UTC] PHP Parse error: syntax error, unexpected '$iconifyConfigFile' (T_VARIABLE) in /***/public_html/src/config.php on line 23
[01-Jun-2019 18:17:05 UTC] PHP Fatal error: Exception thrown without a stack frame in Unknown on line 0
[01-Jun-2019 18:17:10 UTC] PHP Parse error: syntax error, unexpected '$iconifyConfigFile' (T_VARIABLE) in /***/public_html/src/config.php on line 23
[01-Jun-2019 18:17:10 UTC] PHP Fatal error: Exception thrown without a stack frame in Unknown on line 0
[01-Jun-2019 18:17:16 UTC] PHP Parse error: syntax error, unexpected '$iconifyConfigFile' (T_VARIABLE) in /***/public_html/src/config.php on line 23
[01-Jun-2019 18:17:16 UTC] PHP Fatal error: Exception thrown without a stack frame in Unknown on line 0
[01-Jun-2019 18:17:19 UTC] PHP Parse error: syntax error, unexpected '$iconifyConfigFile' (T_VARIABLE) in /***/public_html/src/config.php on line 23
[01-Jun-2019 18:17:19 UTC] PHP Fatal error: Exception thrown without a stack frame in Unknown on line 0
[01-Jun-2019 18:17:28 UTC] PHP Parse error: syntax error, unexpected '$iconifyConfigFile' (T_VARIABLE) in /***/public_html/src/config.php on line 23
[01-Jun-2019 18:17:28 UTC] PHP Fatal error: Exception thrown without a stack frame in Unknown on line 0
Could you try with PHP 7.2 ?Server techs show these errors today...
Code:root@host [***/public_html]# tail error_log [01-Jun-2019 18:17:05 UTC] PHP Parse error: syntax error, unexpected '$iconifyConfigFile' (T_VARIABLE) in /***/public_html/src/config.php on line 23 [01-Jun-2019 18:17:05 UTC] PHP Fatal error: Exception thrown without a stack frame in Unknown on line 0 [01-Jun-2019 18:17:10 UTC] PHP Parse error: syntax error, unexpected '$iconifyConfigFile' (T_VARIABLE) in /***/public_html/src/config.php on line 23 [01-Jun-2019 18:17:10 UTC] PHP Fatal error: Exception thrown without a stack frame in Unknown on line 0 [01-Jun-2019 18:17:16 UTC] PHP Parse error: syntax error, unexpected '$iconifyConfigFile' (T_VARIABLE) in /***/public_html/src/config.php on line 23 [01-Jun-2019 18:17:16 UTC] PHP Fatal error: Exception thrown without a stack frame in Unknown on line 0 [01-Jun-2019 18:17:19 UTC] PHP Parse error: syntax error, unexpected '$iconifyConfigFile' (T_VARIABLE) in /***/public_html/src/config.php on line 23 [01-Jun-2019 18:17:19 UTC] PHP Fatal error: Exception thrown without a stack frame in Unknown on line 0 [01-Jun-2019 18:17:28 UTC] PHP Parse error: syntax error, unexpected '$iconifyConfigFile' (T_VARIABLE) in /***/public_html/src/config.php on line 23 [01-Jun-2019 18:17:28 UTC] PHP Fatal error: Exception thrown without a stack frame in Unknown on line 0
I uninstalled iconify, which wasn't working anyway, but still get the blank white page.
We even tried APC and get white pages.
Yep... that did it... memcached is working fine now. Doesn't like 7.3.
We use essential cookies to make this site work, and optional cookies to enhance your experience.