EvilinDesign Posted April 28 Share Posted April 28 (edited) we have dedicated server with OS ubuntu Some apps were installed successfully (iMM and FFmpeg) but got a problem with Ioncube i tried use a manual from here: https://www.cloudbooklet.com/developer/how-to-install-ioncube-loader-on-ubuntu Serever was restarted and launched php checking command: KVS checking app was launched and the result: Help us to find a reason whe KVS checking app shows it :( Thank you Edited April 28 by EvilinDesign Quote Link to comment Share on other sites More sharing options...
EvilinDesign Posted April 28 Author Share Posted April 28 Seems the issue is solved: i edited the file /etc/php/8.1/apache2/php.ini and.. that works BUT.. the question - do i need to remove the string 'zend_extension = /usr/local/ioncube/ioncube_loader_lin_8.1.so' from the bottom of the file '/etc/php/8.1/cli/php.ini' ? OR i should have the same string in CLI + APACHE ini? Quote Link to comment Share on other sites More sharing options...
Tech Support Posted April 29 Share Posted April 29 Sorry, we don't have expertise in server configuration questions. Quote Link to comment Share on other sites More sharing options...
EvilinDesign Posted April 30 Author Share Posted April 30 All issues were solved: for all new members who is installing it: You must install ionCube loader and add a few strokes like '/usr/local/ioncube/ioncube_loader_lin_8.1.so' to all these 3 ini files: sudo nano /etc/php/8.1/cli/php.ini sudo nano /etc/php/8.1/apache2/php.ini sudo nano /etc/php/8.1/fpm/php.ini and reboot server! Thanks telegram KVS support team :) Quote Link to comment Share on other sites More sharing options...
hbarnetworks Posted May 1 Share Posted May 1 22 hours ago, EvilinDesign said: All issues were solved: for all new members who is installing it: You must install ionCube loader and add a few strokes like '/usr/local/ioncube/ioncube_loader_lin_8.1.so' to all these 3 ini files: sudo nano /etc/php/8.1/cli/php.ini sudo nano /etc/php/8.1/apache2/php.ini sudo nano /etc/php/8.1/fpm/php.ini and reboot server! Thanks telegram KVS support team :) Only the active config needs to be added. If you type php --ini in cli it will display the loaded configuration file. Thats the only one that needs it. For future reference. Quote Link to comment Share on other sites More sharing options...
Mich Posted May 4 Share Posted May 4 (edited) Hello, you can see in my Bash script how IonCube is installed; the process is quite similar otherwise. I also recommend using Ubuntu 24.04 LTS if possible, or upgrading to it. Additionally, consider using NGINX and Memcached. https://github.com/MaximeMichaud/KVS-install Edited May 4 by Mich Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.