• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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