• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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