1

Topic: Error on cpremotebackup execution

Hi!

I'm getting this error msg, tried to change the loader version in the php.ini file but nothing changes:

[~/cpremote/cpremote]# /scripts/cpremotebackup
Warning: no target process found. Waiting for it...
Cannot load the ionCube PHP Loader - it was built with configuration 2.2.0, whereas running engine is API220090626,NTS

Warning: PHP Startup: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CET/1.0/no DST' instead in Unknown on line 0

Deprecated: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0
Site error: the file <b>/scripts/cpremote/cpremote.php</b> requires the ionCube PHP Loader ioncube_loader_lin_5.3.so to be installed by the site administrator./scripts/cpremotebackup: line 7: 30667 Killed                  /usr/sbin/cpulimit -e rsync -l 10


Couldn't find any useful information about the eror on the internet, so here i am ^^
Ty in advance smile

Re: Error on cpremotebackup execution

Hello,

Please do the following ,
1) remove the current installation using  /etc/cpremote/uninstall.sh   
After that do the following in your server php setting
-  Install ioncube loader
-  Remove suhosin
- safe_mod = off
- open_base_dir  = off ( if enabled )

Now install it again . This will fix your issue.

Syslint Technologies | 24x7 Server Management | Outsourced Support | Software Development - (0091) 471-3273-211

3

Re: Error on cpremotebackup execution

Thank you, that fixed the issue, everything's working fine now :=)