When you try to reload (↻) the resources in the resources-tree, what is the output in the developer tools?
- Open the developer tools in the browser
- Go to the “Network” tab
- Click the reload (↻) button
- There should appear a new AJAX-request (request parameter “action” =
Resource/GetNodes
). What is the HTTP response status code? 500? What is the actual response of this request?
The messages in the error log (“Latest Package Release Not Found”) seem to stem from the fact, that these extras are not set to be compatible with MODX 3 in the package repository.
- fastField: This extras doesn’t work on MODX 3. Use pdoTools which includes the fastField code.
- Batcher: The current version is not compatible with MODX 3.
- Guzzle6 is outdated.
It’s unclear whether the other extras (Analytics, xBug, uLogin, CustomUrls, ProtectImage) are compatible with MODX 3.