modxcms / revolution

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

Empty resource tree in manager #14627

Closed sdrenth closed 5 years ago

sdrenth commented 5 years ago

Bug report

Summary

The resource tree is not showing up in the manager. I believe this is due to the big MODX 3 refactor PR that has been merged.

Step to reproduce

Observed behavior

I only see the trash can icon, resource tree is not showing. Screenshot 2019-06-28 at 15 04 03

Expected behavior

I expect to see the resource tree.

Environment

MODX 3

JoshuaLuckers commented 5 years ago

Are there any error in the error log and/or console of your webbrowser?

sdrenth commented 5 years ago

@JoshuaLuckers There is nothing to find in the console or XHR requests in my browser, the server log also doesn't contain any error messages. The MODX error log contains these messages:

(ERROR @ /core/vendor/simplepie/simplepie/library/SimplePie.php : 1474) User warning: /Users/sander/Development/projects/vhosts/modx/webroot/core/cache/rss/ is not writable. Make sure you've set the correct relative or absolute path, and that the location is server-writable.
(ERROR in xPDO\xPDO::call @ /core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modSystemSetting with MODX\Revolution\modSystemSetting to take advantage of PSR-4 autoloading.
(ERROR in xPDO\Om\xPDOObject::load @ /core/vendor/xpdo/xpdo/src/xPDO/Om/xPDOObject.php : 399) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modSystemSetting with MODX\Revolution\modSystemSetting to take advantage of PSR-4 autoloading.
guelu63 commented 5 years ago

It happens to me exactly the same

El lun., 1 jul. 2019 a las 8:18, Sander Drenth (notifications@github.com) escribió:

@JoshuaLuckers https://github.com/JoshuaLuckers There is nothing to find in the console or XHR requests in my browser, the server log also doesn't contain any error messages. The MODX error log contains these messages:

(ERROR @ /core/vendor/simplepie/simplepie/library/SimplePie.php : 1474) User warning: /Users/sander/Development/projects/vhosts/modx/webroot/core/cache/rss/ is not writable. Make sure you've set the correct relative or absolute path, and that the location is server-writable. (ERROR in xPDO\xPDO::call @ /core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modSystemSetting with MODX\Revolution\modSystemSetting to take advantage of PSR-4 autoloading. (ERROR in xPDO\Om\xPDOObject::load @ /core/vendor/xpdo/xpdo/src/xPDO/Om/xPDOObject.php : 399) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modSystemSetting with MODX\Revolution\modSystemSetting to take advantage of PSR-4 autoloading.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/modxcms/revolution/issues/14627?email_source=notifications&email_token=AHAUYQ7LACXEFB4LEYTFUJLP5GOSJA5CNFSM4H4FGFMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY5DGPI#issuecomment-507130685, or mute the thread https://github.com/notifications/unsubscribe-auth/AHAUYQ7EKH4J6HBXTSPAJ6DP5GOSJANCNFSM4H4FGFMA .

JoshuaLuckers commented 5 years ago

How did you install MODX3, via Git?

Ibochkarev commented 5 years ago

I have a fresh installation with the latest https://github.com/modxcms/revolution/commit/d374dbd071648c4ad2b359cd6c8172ae8bfeeb7f. The error is not reproduced

OptimusCrime commented 5 years ago

@modxbot close