01-16-2015, 08:36 PM
If you need runkit for the wordpress connection plugin and the functions test did show runkit as not installed, this might be working for you.
Installation for linux:
Installation for windows server 2012 / 2012 R2:
Copy the fitting php_runkit-*.dll to your php/ext folder and enable the extension in your php.ini
Installation for linux:
(11-30-2014, 09:54 PM)zocster Wrote: Okay, here we go,
1. Download and run Putty.exe (SSH) link
2. Login to your server either root or cpanel.
Code:You are not allowed to see code.
If accessing 'root' doesn't work for you, try typing the command once you entered as cpanel user
"sudo su -"
3. Now, you are logged as 'root'. We are now able to install runkit inside SSH. Just type the following below:
Code:You are not allowed to see code.
Then, add this to php.ini:
extension=runkit.so
Restart your Apache server
service httpd restart
That's it! Now, run a test if everything is fine via
http://yourdomain.com/forums/functions_test.php
Cheers!
(01-15-2015, 03:57 AM)MePiikan LzBolaz Wrote: Just to add a small note to this. If by any chance you get a "-bash: git: command not found" error, type the following while logged in as root to install git before continuing.
Code:You are not allowed to see code.
Installation for windows server 2012 / 2012 R2:
Copy the fitting php_runkit-*.dll to your php/ext folder and enable the extension in your php.ini
Forum Admin