Arty
Well-known member
No, this is a different add-on. It offers selection of icons.?????
No, this is a different add-on. It offers selection of icons.?????
Tried it, but no help... still won't change the icon.Installer for Iconify integration appends code to src/config.php, probably there is something with permissions preventing it from working on live forum.
Try this:
1. Upload all files
2. Manually append code to src/config.php (copy it from file on your test forum)
3. Install add-on
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 0Looks like php syntax error. Can you post contents of your config.php (don't forget to remove db name and password before posting)?
<?php
$config['db']['host'] = 'localhost';
$config['db']['port'] = '***';
$config['db']['username'] = '***';
$config['db']['password'] = '******;
$config['db']['dbname'] = '****';
$config['superAdmins'] = '1';
$config['enableTfa'] = false;
//$config['development']['enabled'] = true;
$config['cache']['enabled'] = true;
$config['cache']['provider'] = 'Memcached';
$config['cache']['config'] = [
    'server' => '127.0.0.1'
];
$config['debug'] = false;
/* Include Iconify code */
$iconifyConfigFile = __DIR__ . '/addons/Iconify/Iconify/config.php';
if (@file_exists($iconifyConfigFile))
{
  require($iconifyConfigFile);
}
/* End of Iconify code */It doesn't work with the new node types.It works perfectly on 2.2, i'm using it
We use essential cookies to make this site work, and optional cookies to enhance your experience.