Make the following change and reload the backend page
Go to freichat/server/admin_files/home/index.php
Around line 379 ,
Replace
if ($driver == "JCB" || $driver == "CBE" || $driver == "JSocial" || $driver == "Joomla") {
with
if ($driver == "JCB" || $driver == "CBE" || $driver == "CBE_2" || $driver == "JSocial" || $driver == "Joomla") {
Make the following change and reload the backend page
Go to freichat/server/admin_files/home/index.php
Around line 379 ,
Replace
<code>if ($driver == "JCB" || $driver == "CBE" || $driver == "JSocial" || $driver == "Joomla") {
</code>
with
<code>if ($driver == "JCB" || $driver == "CBE" || $driver == "CBE_2" || $driver == "JSocial" || $driver == "Joomla") {
</code>
Necessity is the mother of all inventions!