This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Other / Re: cronjop problem
« on: June 07, 2023, 06:35:38 PM »
Failed loading /usr/local/ioncube/ioncube_loader_lin_8.1.so: /usr/local/ioncube/ioncube_loader_lin_8.1.so: undefined symbol: file_globals
Failed loading /usr/local/sourceguardian/ixed.8.1.lin: /usr/local/sourceguardian/ixed.8.1.lin: undefined symbol: compiler_globals
PHP 8.1.0 (cli) (built: Jun 2 2023 22:48:32) (ZTS)
Copyright (c) The PHP Group
Zend Engine v4.1.0, Copyright (c) Zend Technologies
with Xdebug v3.1.4, Copyright (c) 2002-2022, by Derick Rethans
[root@server ~]#
Failed loading /usr/local/sourceguardian/ixed.8.1.lin: /usr/local/sourceguardian/ixed.8.1.lin: undefined symbol: compiler_globals
PHP 8.1.0 (cli) (built: Jun 2 2023 22:48:32) (ZTS)
Copyright (c) The PHP Group
Zend Engine v4.1.0, Copyright (c) Zend Technologies
with Xdebug v3.1.4, Copyright (c) 2002-2022, by Derick Rethans
[root@server ~]#
2
Other / Re: cronjop problem
« on: June 07, 2023, 06:14:57 PM »
[root@server ~]# php -q /home/uzman/public_html/coremio/cronjobs.php
Failed loading /usr/local/ioncube/ioncube_loader_lin_8.1.so: /usr/local/ioncube/ioncube_loader_lin_8.1.so: undefined symbol: file_globals
Failed loading /usr/local/sourceguardian/ixed.8.1.lin: /usr/local/sourceguardian/ixed.8.1.lin: undefined symbol: compiler_globals
Script error: the ionCube Loader for PHP needs to be installed.
The ionCube Loader is the industry standard PHP extension for running protected PHP code,
and can usually be added easily to a PHP installation.
For Loaders please visit:
https://get-loader.ioncube.com
For an instructional video please see:
http://ioncu.be/LV
[root@server ~]# /usr/local/bin/php -q /home/uzman/public_html/coremio/cronjobs.php
Failed loading /usr/local/ioncube/ioncube_loader_lin_8.1.so: /usr/local/ioncube/ioncube_loader_lin_8.1.so: undefined symbol: file_globals
Failed loading /usr/local/sourceguardian/ixed.8.1.lin: /usr/local/sourceguardian/ixed.8.1.lin: undefined symbol: compiler_globals
Script error: the ionCube Loader for PHP needs to be installed.
The ionCube Loader is the industry standard PHP extension for running protected PHP code,
and can usually be added easily to a PHP installation.
For Loaders please visit:
https://get-loader.ioncube.com
For an instructional video please see:
http://ioncu.be/LV
The error message I received, thank you.
Failed loading /usr/local/ioncube/ioncube_loader_lin_8.1.so: /usr/local/ioncube/ioncube_loader_lin_8.1.so: undefined symbol: file_globals
Failed loading /usr/local/sourceguardian/ixed.8.1.lin: /usr/local/sourceguardian/ixed.8.1.lin: undefined symbol: compiler_globals
Script error: the ionCube Loader for PHP needs to be installed.
The ionCube Loader is the industry standard PHP extension for running protected PHP code,
and can usually be added easily to a PHP installation.
For Loaders please visit:
https://get-loader.ioncube.com
For an instructional video please see:
http://ioncu.be/LV
[root@server ~]# /usr/local/bin/php -q /home/uzman/public_html/coremio/cronjobs.php
Failed loading /usr/local/ioncube/ioncube_loader_lin_8.1.so: /usr/local/ioncube/ioncube_loader_lin_8.1.so: undefined symbol: file_globals
Failed loading /usr/local/sourceguardian/ixed.8.1.lin: /usr/local/sourceguardian/ixed.8.1.lin: undefined symbol: compiler_globals
Script error: the ionCube Loader for PHP needs to be installed.
The ionCube Loader is the industry standard PHP extension for running protected PHP code,
and can usually be added easily to a PHP installation.
For Loaders please visit:
https://get-loader.ioncube.com
For an instructional video please see:
http://ioncu.be/LV
The error message I received, thank you.
3
Other / Re: cronjop problem
« on: June 04, 2023, 09:13:57 PM »
I'm trying to add a cron job, what information do you need?
4
Other / cronjop problem
« on: June 03, 2023, 10:47:51 AM »
Hello, I have tried all the possible options below, but unfortunately, I couldn't get cronjob to work. What should I do?
php -q /home/uzman/public_html/coremio/cronjobs.php
/usr/local/bin/php -q /home/uzman/public_html/coremio/cronjobs.php
/usr/local/bin/php-fpm8.1 -q /home/uzman/public_html/coremio/cronjobs.php
/usr/local/bin/php/fpm -q /home/uzman/public_html/coremio/cronjobs.php
/home/uzman/public_html/coremio/cronjobs.php
php -q /home/uzman/public_html/coremio/cronjobs.php
/usr/local/bin/php -q /home/uzman/public_html/coremio/cronjobs.php
/usr/local/bin/php-fpm8.1 -q /home/uzman/public_html/coremio/cronjobs.php
/usr/local/bin/php/fpm -q /home/uzman/public_html/coremio/cronjobs.php
/home/uzman/public_html/coremio/cronjobs.php
Pages: [1]