modxcms / revolution

MODX Revolution - Content Management Framework
https://modx.com/
GNU General Public License v2.0
1.36k stars 529 forks source link

Not working Package Management #14611

Closed Ibochkarev closed 5 years ago

Ibochkarev commented 5 years ago

Bug report

Summary

Package management does not work

Step to reproduce

Go to menu Package Management

Observed behavior

Packages are not displayed, on the page there is an inscription Loading.

image

The error log is as follows:

[2019-06-26 12:03:43] (ERROR in xPDO\xPDO::getService @ /Volumes/HDD Data/web/refactoring/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1222) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.
[2019-06-26 12:03:43] (ERROR in MODX\Revolution\Rest\modRestClient::getConnection @ /Volumes/HDD Data/web/refactoring/core/src/Revolution/Rest/modRestClient.php : 115) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class rest.modRestCurlClient with MODX\Revolution\Rest\modRestCurlClient to take advantage of PSR-4 autoloading.
[2019-06-26 12:03:43] (ERROR in MODX\Revolution\Rest\modRestCurlClient::__construct @ /Volumes/HDD Data/web/refactoring/core/src/Revolution/Rest/modRestCurlClient.php : 31) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.
[2019-06-26 12:03:43] (ERROR in xPDO\xPDO::getService @ /Volumes/HDD Data/web/refactoring/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1222) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.
[2019-06-26 12:03:43] (ERROR in MODX\Revolution\Rest\modRestClient::getConnection @ /Volumes/HDD Data/web/refactoring/core/src/Revolution/Rest/modRestClient.php : 115) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class rest.modRestCurlClient with MODX\Revolution\Rest\modRestCurlClient to take advantage of PSR-4 autoloading.
[2019-06-26 12:03:43] (ERROR in MODX\Revolution\Rest\modRestCurlClient::__construct @ /Volumes/HDD Data/web/refactoring/core/src/Revolution/Rest/modRestCurlClient.php : 31) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.

Environment

MODX 3 with the latest commit https://github.com/modxcms/revolution/commit/26430024e33db91b599e57a5b9c530b19cd6be31 PHP 7.1.2 MySQL 5.7.23

Mark-H commented 5 years ago

Any details in the PHP error log?

Ibochkarev commented 5 years ago

@Mark-H php_error.log

alroniks commented 5 years ago

The fix was merged. Managing of providers, search and downloading packages also work. Installing packages is other issue I guess, so I am closing this one.