MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Tips and Tricks => Topic started by: amudy17 on 2014-03-08, 15:14:20

Title: (Tutorial) How to Fix Error requires the ionCube PHP Loader
Post by: amudy17 on 2014-03-08, 15:14:20
If there error like this :

Code: [Select]
Site error: the file /home/xxx/xxx/wp-content/plugins/seo-alrp/php/admin/registration.php requires the ionCube PHP Loader ioncube_loader_lin_5.3.so to be installed by the website operator. If you are the website operator please use the ionCube Loader Wizard to assist with installation.
This mean is some module on Php (also httpd) after install is not make his config.

So make sure after install (you can check with 'yum list | grep ioncoube')
and make this file 'vi /etc/php.d/ioncube.ini'
with this value 'zend_extension=/usr/lib/php/modules/ioncube_loader_lin_5.3.so'
this mean you use 5.3 (change with not right value, check with 'php -v').
Title: Re: (Tutorial) How to Fix Error requires the ionCube PHP Loader
Post by: MRatWork on 2014-03-08, 15:28:10
Delete your ioncube.ini and then install ioncube with 'yum install php53u-ioncube-loader; service php-fpm restart'.

You can check ioncube active or not with 'php -v'
Title: Re: (Tutorial) How to Fix Error requires the ionCube PHP Loader
Post by: amudy17 on 2014-03-10, 04:02:33
i have doing like that but the result always doesnt there ioncube.ini on php.d..
the best choice is use my tutorial
Title: Re: (Tutorial) How to Fix Error requires the ionCube PHP Loader
Post by: MRatWork on 2014-03-10, 04:37:24
Find out in /etc/php.d for ioncube-loader.ini. As I know, php53u-ioncube-loader not create ioncube.ini but ioncube-loader.ini.
Title: Re: (Tutorial) How to Fix Error requires the ionCube PHP Loader
Post by: amudy17 on 2014-04-21, 18:52:23
this tutorial is useless because the last version on v6.5.0f is fix after doing this :

Delete your ioncube.ini and then install ioncube with 'yum install php53u-ioncube-loader; service php-fpm restart'.
You can check ioncube active or not with 'php -v'
Title: Re: (Tutorial) How to Fix Error requires the ionCube PHP Loader
Post by: waleeed on 2016-02-08, 07:28:45
Error: Cannot retrieve repository metadata (repomd.xml) for repository: mratwork-centalt. Please verify its path and try again
Title: Re: (Tutorial) How to Fix Error requires the ionCube PHP Loader
Post by: MRatWork on 2016-02-08, 07:36:33
Error: Cannot retrieve repository metadata (repomd.xml) for repository: mratwork-centalt. Please verify its path and try again

I think mratwork.repo too old or not installed via 'yum install'.

Did you follow https://github.com/mustafaramadhan/kloxo/blob/dev/how-to-install.txt ?