
Derek
-
Posts
2 -
Joined
-
Last visited
Posts posted by Derek
-
-
I'm on day 1 of my trial, running on Cyberpanel. Things look fine so far, except cron doesn't run from the command line. Instead I get this:
QuoteSite error: the ionCube PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP code, website security and malware blocking.
Please visit get-loader.ioncube.com for install assistance.
Now, 10.3 was installed when I installed the software in the first place, and CyberPanel makes it easy to install this extension so I've done so for all PHP versions (7.1 through 7.4). I've tried running this from SSH with my site configured as PHP 7.2 and 7.3 and I get this error each time.
I'm not sure what to do next. Running it manually from the Blesta panel runs fine. But cron fails.
Help?
(Edited to add the following to establish I'm running the PHP I think I'm running...)
Quote$ /usr/bin/php -v
PHP 7.2.24 (cli) (built: Oct 22 2019 08:28:36) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend TechnologiesWhen I run the loader-wizard.php file it tells me:
QuoteLoader Installed
The ionCube Loader version 10.3.9 for PHP 7.2 is already installed but it is an old version. It is recommended that the Loader be upgraded to the latest version if possible.
IonCube Loader installed, but cron fails and complains about it
in Support
Posted
Thanks, Paul. I went ahead and followed the directions to use wget in the cron script instead and that seems to be working. Is it worth working to install ionCube for the command line version of php, or is sticking with the wget method fine for now?