Quote:
Originally Posted by CrypticGTX
I see a display issue when an admin/mod clicks the down arrow to bring up the "Actions" menu. The lower the chat is, the more the "Actions" menu is covered by the element below it.
I've attached two examples that shows this.
|
Files are missing.
Quote:
Originally Posted by CrypticGTX
You or your host needs to install IONCUBE loader in the php.ini.
Available free from: http://www.ioncube.com/loaders.php
Assuming a linux host here:
1.) I extracted all the files from the downloaded file to /usr/lib/php/modules/
2.) Edit the /etc/php.ini and add a line similar too:
Code:
zend_extension = /usr/lib/php/modules/ioncube_loader_lin_5.3.so
My error was for version 5.3 so that is the .so file I linked. Your's is saying version 5.2. Then you restart apache.
Code:
service httpd restart
Your configuration may vary, but this is quite common.
|
Assuming he has access coz you seem to be having a dedicated server CrypticGTX.
He can also install it using the php file included in the loader zip in case he is on a shared server.