• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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