• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Joomla Toolkit wont scan for instances

beli3005

New Pleskian
Hello!

On my Ubuntu 14.04 machine the toolkit stops scanning with following error message:

Fehler: PHP Parse error: syntax error, unexpected 'class' (T_CLASS) in /opt/psa/admin/plib/modules/joomla-toolkit/library/externals/JoomlaCli/src/Joomla/Console/Command/Site/Listing.php(217) : eval()'d code on line 2

Anybody a clue where to start debugging?

Greetings
Thomas
 
What is the output of commands:

# /usr/local/psa/admin/bin/php -v

# /usr/local/psa/admin/bin/php -dauto_prepend_file=sdk.php /usr/local/psa/admin/plib/modules/joomla-toolkit/library/externals/JoomlaCli/src/Joomla/Console/Command/Site/Listing.php

?
 
# /usr/local/psa/admin/bin/php -v
Code:
PHP 5.6.30 (cli) (built: Sep 12 2017 11:14:31)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
    with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v5.0.16, Copyright (c) 2002-2015, by ionCube Ltd.
    with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies

# /usr/local/psa/admin/bin/php -dauto_prepend_file=sdk.php /usr/local/psa/admin/plib/modules/joomla-toolkit/library/externals/JoomlaCli/src/Joomla/Console/Command/Site/Listing.php
Code:
no output :(
 
Back
Top