Revolution: Multiple processors not found after installing MODX 3

Created on 10 Jul 2019  路  42Comments  路  Source: modxcms/revolution

Bug report

Summary

1) When I go to the "Elements" tab in the tree, an error pops up "Processor not found: element/getnodes"

elements_bug

2) If I clearing the cache from the "Manage -> Clear Cache" pops up "Processor /public_html/core/src/Revolution/Processors/system/clearcache.php does not exist ..."

cache_bug

3) If I go to the section "Manage -> Reports -> Error Log" then the page freezes.

logs_bug

4) In the "Contexts" section, the processor is also not found.

contexts_bug

5) Also missing trash icon.

How I installed MODX3

_I used the hosting web-console:_

_Then the normal installation started through setup/_

p.s. Perhaps these errors have already been described earlier, but I did not see.

Environment

MODX 3

Server information:
Ubuntu
Apache: 2.4.10
MySQL: 5.7.21-20-beget
Nginx: 1.13.4
Perl: 5.26.1
PHP: 5.2 5.3 5.6 7.0 7.1 7.2 7.3
Python: 2.7

Most helpful comment

For people still experiencing issues as of today's update, please open a new issue. As far as I can tell all the issues reported in the initial few posts here were resolved.

All 42 comments

I'm unable to reproduce any of these errors. Is this still an issue with the latest changes from 3.x?

Unfortunately, I can not check yet. As soon as I check the new changes, I鈥檒l let you know.

@JoshuaLuckers Unfortunately, there are errors even with the latest changes.
I added the server information to the description.

The error does not reproduce.

i can confirm this errors.
in log with 1 error:

[2019-07-28 21:39:22] (ERROR @ /home/site/public_html/core/src/Revolution/modX.php : 1793) Processor /home/site/public_html/core/src/Revolution/Processors/element/getnodes.php does not exist; Array
(
    [action] => element/getnodes
)

Error 2 does not have logs.
In log with error 3 (buttons does not work too):

[2019-07-28 21:40:48] (ERROR @ /home/site/public_html/core/src/Revolution/modX.php : 1793) Processor /home/site/public_html/core/src/Revolution/Processors/system/errorlog/get.php does not exist; Array
(
    [action] => system/errorlog/get
)

[2019-07-28 21:40:50] (ERROR @ /home/site/public_html/core/src/Revolution/modX.php : 1793) Processor /home/site/public_html/core/src/Revolution/Processors/system/errorlog/clear.php does not exist; Array
(
    [action] => system/errorlog/clear
)

Error 4 logs:

[2019-07-28 21:56:58] (ERROR @ /home/site/public_html/core/src/Revolution/modX.php : 1793) Processor /home/site/public_html/core/src/Revolution/Processors/context/getlist.php does not exist; Array
(
    [action] => context/getlist
)

Error 5:
image

And also missing icons in Media Browser:
image

Environment
MODX 3 with last comment installation with composer
php 7.2

And in log i have all time this error:

[2019-07-28 21:55:12] (ERROR @ /home/site/public_html/core/src/Revolution/modX.php : 1793) Processor /home/site/public_html/core/src/Revolution/Processors/resource/gettoolbar.php does not exist; Array
(
    [action] => resource/gettoolbar
)

The problem occurs if you install the command with the version of composer-php7.1 install. If without it composer install then everything is ok!

Unfortunately not. If you just start composer install the hosting console immediately shows that the php version does not fit and asks to run through composer-php7.1 install.
Perhaps the problem is that in the hosting console version of php is old, I try to change it (but it is not so easy).

@Ruslan-Aleev I have 7.1.2 by default just worth

i can confirm this errors.
Environment
MODX 3 with last comment installation with composer
php 7.2

Even with the latest changes? Can you also provide a step for step guide so we can try and see if we can reproduce this error?

@JoshuaLuckers I use command composer-php7.2 install, because i have problems with composer install on my hosting like @Ruslan-Aleev
Problem with composer install on my hosting:
This package requires php >=7.0 but your PHP version (5.6.38) does not satisfy that requirement.

Now i tried to use this commands:

composer config platform.php 7.2
composer install

They didn't help either

Those hosting support advised me:

  • In the console, write the path to the desired php version alias php=/usr/local/bin/php7.2
  • Or create a .bashrc file and register alias php=/usr/local/bin/php7.2

And I also noticed an error in the console:
Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested.

But it also did not help.
Hosting beget https://beget.com/en

I am quite sure, that the alias is not the right way to set the path to the php application for other processes. The alias is set for the current shell and with .bashrc for new created shells.

Maybe this answer helps: https://stackoverflow.com/questions/31206864/use-different-php-version-cli-executable-for-one-command

Here is the answer from the hosting support:
Errors:

[2019-08-02 18:55:32] (ERROR @ /home/a/aleeviz8/m3/public_html/core/src/Revolution/modX.php : 1793) Processor /home/a/aleeviz8/m3/public_html/core/src/Revolution/Processors/element/getnodes.php does not exist; Array
(
    [action] => element/getnodes
)

No such file exists:
/home/a/aleeviz8/m3/public_html/core/src/Revolution/Processors/element/getnodes.php

But such a file exists:
/home/a/aleeviz8/m3/public_html/core/src/Revolution/Processors/Element/GetNodes.php

Since the OS is case sensitive, this error occurs.

does it help if your recompile the JS files or disable the JS cache?

@JoshuaLuckers No, it doesn鈥檛 help, the first thing I looked at was these settings.

I will try later the option proposed by @Jako and write about the result.

I have tried to reproduce this, a clean install and clean database but everything seems to work fine for me. Are you able to open "Manage --> Reports --> System Info"?

Yes, the section Manage --> Reports --> System Info" opens. But if i click on "phpinfo () -> View", i get an error:
{"success":false,"message":"Processor not found: system\/phpinfo","total":0,"data":[],"object":[]}

We found the cause: case sensitive filesystem. Actions have to be renamed to match the CamelCase pattern.

I checked #14662 and bugs are gone, but 1 stayed: go to the "Elements" tab in the tree, an error pops up "Processor not found: element/getnodes".
Error log:

[2019-08-15 11:06:40] (ERROR @ /home/site/public_html/core/src/Revolution/modX.php : 1793) Processor /home/site/public_html/core/src/Revolution/Processors/resource/gettoolbar.php does not exist; Array
(
    [action] => resource/gettoolbar
)

[2019-08-15 11:07:05] (ERROR @ /home/site/public_html/core/src/Revolution/modX.php : 1793) Processor /home/site/public_html/core/src/Revolution/Processors/element/getnodes.php does not exist; Array
(
    [action] => element/getnodes
)

@meshkov disable the JS cache in system settings or rebuild it

@JoshuaLuckers this did not help, I also tried on a clean install with composer with last comments. @Ruslan-Aleev do you have this bug with "Elements" tab?

@meshkov Try disabling js compression in the admin panel and clean cache.
I have no more errors, I tested a clean install https://github.com/modxcms/revolution/pull/14662

Issue is also in the Package Manager on Red Hat EL7 server:

Processor not found: workspace/packages/getlist

Also, had the Elements tab and removed the js compression, which should not be on by default on new installations - with its history. I also had to remove the cache directory contents. It now works.

@JoshuaLuckers @Ruslan-Aleev Now i tested on clean install with composer with latest comments and it did not help me.
Also i try to disabling JS compression (cache_scripts in system settings) and delete cache, and it too did not help me.
I all time have problem with "Elements" tab in the tree.
OS - Ubuntu 12.04.5 LTS

Also, had the Elements tab and removed the js compression, which should not be on by default on new installations - with its history

@wshawn, The history of js compression is that the dynamic compression would regularly cause errors. However, that dynamic compression has been discontinued in 2.5 and removed in 3.0, so that is no longer relevant. Assets are now compressed as part of the core development workflow.

If there is a difference between behavior with compressed and uncompressed assets, then it is possible they are temporary out of sync which will be fixed before a release (but likely with the next merge related to assets).

@meshkov The relevant setting is compress_js, not cache_scripts.

@Mark-H it helps me

@Mark-H The compressed JS breaking the Element tree occurred on two clean installs from composer of MODX3, at initial manager login.

@Mark-H i have all time problem with Element tree when i clean install with composer MODX3

@wshawn @meshkov please provide, step-by-step, the way you installed MODX and the errors shown in the log and browser console.

I followed https://modx3.org/try-modx3
I performed a

composer create-project modx/revolution www 3.x-dev

I did select UTF8 and UTF8-unicode-ci (or whatever it is) for the database which was ignored.

Current errors:

[2019-08-28 21:27:37] (ERROR in xPDO\xPDO::getService @ /home/shawntest/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1239) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.
[2019-08-28 21:27:37] (ERROR in MODX\Revolution\Rest\modRestCurlClient::__construct @ /home/shawntest/public_html/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-08-28 21:27:37] (ERROR in xPDO\xPDO::newObject @ /home/shawntest/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 792) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modDocument with MODX\Revolution\modDocument to take advantage of PSR-4 autoloading.
[2019-08-28 21:27:37] (ERROR in xPDO\xPDO::getPK @ /home/shawntest/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1577) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modDocument with MODX\Revolution\modDocument to take advantage of PSR-4 autoloading.
[2019-08-28 21:27:37] (ERROR in xPDO\xPDO::getFieldMeta @ /home/shawntest/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1440) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modDocument with MODX\Revolution\modDocument to take advantage of PSR-4 autoloading.
[2019-08-28 21:27:38] (ERROR in xPDO\xPDO::call @ /home/shawntest/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAction with MODX\Revolution\modAction to take advantage of PSR-4 autoloading.
[2019-08-28 21:27:38] (ERROR in MODX\Revolution\modAccessibleObject::loadCollection @ /home/shawntest/public_html/core/src/Revolution/modAccessibleObject.php : 164) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAction with MODX\Revolution\modAction to take advantage of PSR-4 autoloading.
[2019-08-28 21:27:39] (ERROR @ /home/shawntest/public_html/core/vendor/simplepie/simplepie/library/SimplePie.php : 1474) User warning: /home/shawntest/public_html/core/cache/rss/ is not writable. Make sure you've set the correct relative or absolute path, and that the location is server-writable.
[2019-08-28 21:27:39] (ERROR in xPDO\xPDO::newObject @ /home/shawntest/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 792) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modDocument with MODX\Revolution\modDocument to take advantage of PSR-4 autoloading.
[2019-08-28 21:27:39] (ERROR in xPDO\xPDO::getPK @ /home/shawntest/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1577) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modDocument with MODX\Revolution\modDocument to take advantage of PSR-4 autoloading.
[2019-08-28 21:27:39] (ERROR in xPDO\xPDO::getFieldMeta @ /home/shawntest/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1440) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modDocument with MODX\Revolution\modDocument to take advantage of PSR-4 autoloading.
[2019-08-28 21:27:39] (ERROR @ /home/shawntest/public_html/core/vendor/simplepie/simplepie/library/SimplePie.php : 1474) User warning: /home/shawntest/public_html/core/cache/rss/ is not writable. Make sure you've set the correct relative or absolute path, and that the location is server-writable.
[2019-08-28 21:27:44] (ERROR in MODX\Revolution\modParser::getElement @ /home/shawntest/public_html/core/src/Revolution/modParser.php : 534) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modSnippet with MODX\Revolution\modSnippet to take advantage of PSR-4 autoloading.
[2019-08-28 21:27:44] (ERROR in xPDO\Om\xPDOQuery::__construct @ /home/shawntest/public_html/core/vendor/xpdo/xpdo/src/xPDO/Om/xPDOQuery.php : 116) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class sources.modMediaSource with MODX\Revolution\Sources\modMediaSource to take advantage of PSR-4 autoloading.
[2019-08-28 21:27:44] (ERROR in xPDO\Om\xPDOQuery::join @ /home/shawntest/public_html/core/vendor/xpdo/xpdo/src/xPDO/Om/xPDOQuery.php : 289) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class sources.modMediaSourceElement with MODX\Revolution\Sources\modMediaSourceElement to take advantage of PSR-4 autoloading.
[2019-08-28 21:27:44] (ERROR in xPDO\xPDO::getTableName @ /home/shawntest/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1268) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class sources.modMediaSourceElement with MODX\Revolution\Sources\modMediaSourceElement to take advantage of PSR-4 autoloading.
[2019-08-28 21:27:44] (ERROR in xPDO\xPDO::call @ /home/shawntest/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class sources.modMediaSource with MODX\Revolution\Sources\modMediaSource to take advantage of PSR-4 autoloading.
[2019-08-28 21:27:44] (ERROR in MODX\Revolution\modAccessibleObject::load @ /home/shawntest/public_html/core/src/Revolution/modAccessibleObject.php : 106) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class sources.modMediaSource with MODX\Revolution\Sources\modMediaSource to take advantage of PSR-4 autoloading.

I am willing to do ANOTHER clean install and will post the logs. Give me a few minutes.

It鈥檚 better to use option 2 instead!

The website suggests using composer as the first open, without any warning. Maybe it should be updated. In any case I have completed a composer install and will document it below.

Install

[wshawn@cp03-tx ~]$ composer create-project modx/revolution www 3.x-dev
Installing modx/revolution (3.x-dev ea9b0e804a8c0499d67678aede233a1cd0664b6a)
  - Installing modx/revolution (3.x-dev ea9b0e8): Cloning ea9b0e804a from cache
Created project in www
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 59 installs, 0 updates, 0 removals
  - Installing psr/container (1.0.0): Loading from cache
  - Installing psr/log (1.1.0): Loading from cache
  - Installing symfony/debug (v4.3.4): Loading from cache
  - Installing symfony/polyfill-mbstring (v1.12.0): Loading from cache
  - Installing symfony/console (v3.4.31): Loading from cache
  - Installing xpdo/xpdo (3.x-dev b402969): Cloning b40296943d from cache
  - Installing ralouphie/getallheaders (3.0.3): Loading from cache
  - Installing psr/http-message (1.0.1): Loading from cache
  - Installing guzzlehttp/psr7 (1.6.1): Loading from cache
  - Installing guzzlehttp/promises (v1.3.1): Loading from cache
  - Installing guzzlehttp/guzzle (6.3.3): Loading from cache
  - Installing mtdowling/jmespath.php (2.4.0): Loading from cache
  - Installing aws/aws-sdk-php (3.110.6): Loading from cache
  - Installing league/flysystem (1.0.55): Loading from cache
  - Installing league/flysystem-aws-s3-v3 (1.0.23): Loading from cache
  - Installing psr/cache (1.0.1): Loading from cache
  - Installing league/flysystem-cached-adapter (1.0.9): Loading from cache
  - Installing phpmailer/phpmailer (v6.0.7): Loading from cache
  - Installing smarty/smarty (v3.1.33): Loading from cache
  - Installing james-heinrich/phpthumb (v1.7.14): Loading from cache
  - Installing erusev/parsedown (1.7.3): Loading from cache
  - Installing symfony/css-selector (v4.3.4): Loading from cache
  - Installing pelago/emogrifier (v2.1.1): Loading from cache
  - Installing simplepie/simplepie (1.5.2): Loading from cache
  - Installing sebastian/version (2.0.1): Loading from cache
  - Installing sebastian/resource-operations (1.0.0): Loading from cache
  - Installing sebastian/object-reflector (1.1.1): Loading from cache
  - Installing sebastian/recursion-context (3.0.0): Loading from cache
  - Installing sebastian/object-enumerator (3.0.3): Loading from cache
  - Installing sebastian/global-state (2.0.0): Loading from cache
  - Installing sebastian/exporter (3.1.1): Loading from cache
  - Installing sebastian/environment (3.1.0): Loading from cache
  - Installing sebastian/diff (2.0.1): Loading from cache
  - Installing sebastian/comparator (2.1.3): Loading from cache
  - Installing doctrine/instantiator (1.2.0): Loading from cache
  - Installing phpunit/php-text-template (1.2.1): Loading from cache
  - Installing phpunit/phpunit-mock-objects (5.0.10): Loading from cache
  - Installing phpunit/php-timer (1.0.9): Loading from cache
  - Installing phpunit/php-file-iterator (1.4.5): Loading from cache
  - Installing theseer/tokenizer (1.1.3): Loading from cache
  - Installing sebastian/code-unit-reverse-lookup (1.0.1): Loading from cache
  - Installing phpunit/php-token-stream (2.0.2): Loading from cache
  - Installing phpunit/php-code-coverage (5.3.2): Loading from cache
  - Installing symfony/polyfill-ctype (v1.12.0): Loading from cache
  - Installing webmozart/assert (1.5.0): Loading from cache
  - Installing phpdocumentor/reflection-common (1.0.1): Loading from cache
  - Installing phpdocumentor/type-resolver (0.4.0): Loading from cache
  - Installing phpdocumentor/reflection-docblock (4.3.1): Loading from cache
  - Installing phpspec/prophecy (1.8.1): Loading from cache
  - Installing phar-io/version (1.0.1): Loading from cache
  - Installing phar-io/manifest (1.0.1): Loading from cache
  - Installing myclabs/deep-copy (1.9.3): Loading from cache
  - Installing phpunit/phpunit (6.5.14): Loading from cache
  - Installing symfony/yaml (v4.3.4): Loading from cache
  - Installing symfony/service-contracts (v1.1.6): Loading from cache
  - Installing symfony/stopwatch (v4.3.4): Loading from cache
  - Installing symfony/filesystem (v4.3.4): Loading from cache
  - Installing symfony/config (v4.3.4): Loading from cache
  - Installing php-coveralls/php-coveralls (v2.1.0): Loading from cache
symfony/console suggests installing symfony/event-dispatcher
symfony/console suggests installing symfony/lock
symfony/console suggests installing symfony/process
xpdo/xpdo suggests installing ext-redis (Allows caching using Redis)
guzzlehttp/psr7 suggests installing zendframework/zend-httphandlerrunner (Emit PSR-7 responses)
aws/aws-sdk-php suggests installing ext-sockets (To use client-side monitoring)
aws/aws-sdk-php suggests installing doctrine/cache (To use the DoctrineCacheAdapter)
aws/aws-sdk-php suggests installing aws/aws-php-sns-message-validator (To validate incoming SNS notifications)
league/flysystem suggests installing league/flysystem-eventable-filesystem (Allows you to use EventableFilesystem)
league/flysystem suggests installing league/flysystem-rackspace (Allows you to use Rackspace Cloud Files)
league/flysystem suggests installing league/flysystem-azure (Allows you to use Windows Azure Blob storage)
league/flysystem suggests installing league/flysystem-webdav (Allows you to use WebDAV storage)
league/flysystem suggests installing league/flysystem-aws-s3-v2 (Allows you to use S3 storage with AWS SDK v2)
league/flysystem suggests installing spatie/flysystem-dropbox (Allows you to use Dropbox storage)
league/flysystem suggests installing srmklive/flysystem-dropbox-v2 (Allows you to use Dropbox storage for PHP 5 applications)
league/flysystem suggests installing league/flysystem-sftp (Allows you to use SFTP server storage via phpseclib)
league/flysystem suggests installing league/flysystem-ziparchive (Allows you to use ZipArchive adapter)
league/flysystem-cached-adapter suggests installing ext-phpredis (Pure C implemented extension for PHP)
phpmailer/phpmailer suggests installing league/oauth2-google (Needed for Google XOAUTH2 authentication)
phpmailer/phpmailer suggests installing hayageek/oauth2-yahoo (Needed for Yahoo XOAUTH2 authentication)
phpmailer/phpmailer suggests installing stevenmaguire/oauth2-microsoft (Needed for Microsoft XOAUTH2 authentication)
simplepie/simplepie suggests installing mf2/mf2 (Microformat module that allows for parsing HTML for microformats)
sebastian/global-state suggests installing ext-uopz (*)
phpunit/php-code-coverage suggests installing ext-xdebug (^2.5.5)
phpunit/phpunit suggests installing phpunit/php-invoker (^1.1)
phpunit/phpunit suggests installing ext-xdebug (*)
symfony/service-contracts suggests installing symfony/service-implementation
php-coveralls/php-coveralls suggests installing symfony/http-kernel (Allows Symfony integration)
Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested.
Writing lock file
Generating autoload files
Do you want to remove the existing VCS (.git, .svn..) history? [Y,n]? Y
> @php -r "file_exists('_build/build.properties.php') || copy('_build/build.properties.sample.php', '_build/build.properties.php');"
> @php -r "file_exists('_build/build.config.php') || copy('_build/build.config.sample.php', '_build/build.config.php');"
> @php _build/transport.core.php
[2019-08-30 11:08:06] (INFO @ _build/transport.core.php) Beginning build script processes...
[2019-08-30 11:08:06] (INFO @ _build/transport.core.php) Removed pre-existing core/ and core.transport.zip.
[2019-08-30 11:08:06] (INFO @ _build/transport.core.php) Core transport package created.
[2019-08-30 11:08:06] (INFO @ _build/transport.core.php) Core Namespace packaged.
[2019-08-30 11:08:06] (INFO @ _build/transport.core.php) Default workspace packaged.
[2019-08-30 11:08:06] (INFO @ _build/transport.core.php) Packaged modx.com transport provider.
[2019-08-30 11:08:06] (INFO @ _build/transport.core.php) Packaged in 2 modMenus.
[2019-08-30 11:08:06] (INFO @ _build/transport.core.php) Packaged all default modContentTypes.
[2019-08-30 11:08:07] (INFO @ _build/transport.core.php) Packaged in 190 default events.
[2019-08-30 11:08:07] (INFO @ _build/transport.core.php) Packaged in 234 default system settings.
[2019-08-30 11:08:07] (INFO @ _build/transport.core.php) Packaged in 2 default context settings.
[2019-08-30 11:08:07] (INFO @ _build/transport.core.php) Packaged in 1 default user groups.
[2019-08-30 11:08:07] (INFO @ _build/transport.core.php) Packaged in 1 default dashboards.
[2019-08-30 11:08:07] (INFO @ _build/transport.core.php) Packaged in 1 default media sources.
[2019-08-30 11:08:07] (INFO @ _build/transport.core.php) Packaged in 7 default dashboard widgets.
[2019-08-30 11:08:07] (INFO @ _build/transport.core.php) Packaged in 2 default roles Member and SuperUser.
[2019-08-30 11:08:07] (INFO @ _build/transport.core.php) Packaged in 6 default Access Policy Template Groups.
[2019-08-30 11:08:07] (INFO @ _build/transport.core.php) Packaged in 7 default Access Policy Templates.
[2019-08-30 11:08:07] (INFO @ _build/transport.core.php) Packaged in 12 default Access Policies.
[2019-08-30 11:08:07] (INFO @ _build/transport.core.php) Packaged in web context.
[2019-08-30 11:08:08] (INFO @ _build/transport.core.php) Packaged in mgr context.
[2019-08-30 11:08:08] (INFO @ _build/transport.core.php) Packaged in connectors.
[2019-08-30 11:08:08] (INFO @ _build/transport.core.php) Beginning to zip up transport package...
[2019-08-30 11:08:29] (INFO @ _build/transport.core.php) Transport zip created. Build script finished.

Execution time: 22.3799 s

Error Log from install

[2019-08-30 11:28:49] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAccessContext with MODX\Revolution\modAccessContext to take advantage of PSR-4 autoloading.
[2019-08-30 11:28:49] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAccessResourceGroup with MODX\Revolution\modAccessResourceGroup to take advantage of PSR-4 autoloading.
[2019-08-30 11:28:49] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAccessCategory with MODX\Revolution\modAccessCategory to take advantage of PSR-4 autoloading.
[2019-08-30 11:28:49] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class sources.modAccessMediaSource with MODX\Revolution\Sources\modAccessMediaSource to take advantage of PSR-4 autoloading.
[2019-08-30 11:28:49] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAccessNamespace with MODX\Revolution\modAccessNamespace to take advantage of PSR-4 autoloading.
[2019-08-30 11:29:07] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAccessContext with MODX\Revolution\modAccessContext to take advantage of PSR-4 autoloading.
[2019-08-30 11:29:07] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAccessResourceGroup with MODX\Revolution\modAccessResourceGroup to take advantage of PSR-4 autoloading.
[2019-08-30 11:29:07] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAccessCategory with MODX\Revolution\modAccessCategory to take advantage of PSR-4 autoloading.
[2019-08-30 11:29:07] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class sources.modAccessMediaSource with MODX\Revolution\Sources\modAccessMediaSource to take advantage of PSR-4 autoloading.
[2019-08-30 11:29:07] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAccessNamespace with MODX\Revolution\modAccessNamespace to take advantage of PSR-4 autoloading.
[2019-08-30 11:29:10] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAccessContext with MODX\Revolution\modAccessContext to take advantage of PSR-4 autoloading.
[2019-08-30 11:29:10] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAccessResourceGroup with MODX\Revolution\modAccessResourceGroup to take advantage of PSR-4 autoloading.
[2019-08-30 11:29:10] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAccessCategory with MODX\Revolution\modAccessCategory to take advantage of PSR-4 autoloading.
[2019-08-30 11:29:10] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class sources.modAccessMediaSource with MODX\Revolution\Sources\modAccessMediaSource to take advantage of PSR-4 autoloading.
[2019-08-30 11:29:10] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAccessNamespace with MODX\Revolution\modAccessNamespace to take advantage of PSR-4 autoloading.
[2019-08-30 11:29:12] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAccessContext with MODX\Revolution\modAccessContext to take advantage of PSR-4 autoloading.
[2019-08-30 11:29:12] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAccessResourceGroup with MODX\Revolution\modAccessResourceGroup to take advantage of PSR-4 autoloading.
[2019-08-30 11:29:12] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAccessCategory with MODX\Revolution\modAccessCategory to take advantage of PSR-4 autoloading.
[2019-08-30 11:29:12] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class sources.modAccessMediaSource with MODX\Revolution\Sources\modAccessMediaSource to take advantage of PSR-4 autoloading.
[2019-08-30 11:29:12] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAccessNamespace with MODX\Revolution\modAccessNamespace to take advantage of PSR-4 autoloading.
[2019-08-30 11:29:13] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAction with MODX\Revolution\modAction to take advantage of PSR-4 autoloading.
[2019-08-30 11:29:13] (ERROR in MODX\Revolution\modAccessibleObject::loadCollection @ /home/wshawn/public_html/core/src/Revolution/modAccessibleObject.php : 164) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAction with MODX\Revolution\modAction to take advantage of PSR-4 autoloading.
[2019-08-30 11:29:14] (ERROR @ /home/wshawn/public_html/core/src/Revolution/modX.php : 1793) Processor /home/wshawn/public_html/core/src/Revolution/Processors/resource/gettoolbar.php does not exist; Array
(
    [action] => resource/gettoolbar
)

[2019-08-30 11:29:14] (ERROR @ /home/wshawn/public_html/core/vendor/simplepie/simplepie/library/SimplePie.php : 1474) User warning: /home/wshawn/public_html/core/cache/rss/ is not writable. Make sure you've set the correct relative or absolute path, and that the location is server-writable.
[2019-08-30 11:29:14] (ERROR @ /home/wshawn/public_html/core/vendor/simplepie/simplepie/library/SimplePie.php : 1474) User warning: /home/wshawn/public_html/core/cache/rss/ is not writable. Make sure you've set the correct relative or absolute path, and that the location is server-writable.
[2019-08-30 11:30:08] (ERROR @ /home/wshawn/public_html/core/src/Revolution/modX.php : 1793) Processor /home/wshawn/public_html/core/src/Revolution/Processors/element/getnodes.php does not exist; Array
(
    [action] => element/getnodes
)

[2019-08-30 11:30:41] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAction with MODX\Revolution\modAction to take advantage of PSR-4 autoloading.
[2019-08-30 11:30:41] (ERROR in MODX\Revolution\modAccessibleObject::loadCollection @ /home/wshawn/public_html/core/src/Revolution/modAccessibleObject.php : 164) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAction with MODX\Revolution\modAction to take advantage of PSR-4 autoloading.
[2019-08-30 11:30:41] (ERROR @ /home/wshawn/public_html/core/src/Revolution/modX.php : 1793) Processor /home/wshawn/public_html/core/src/Revolution/Processors/element/getnodes.php does not exist; Array
(
    [action] => element/getnodes
)

[2019-08-30 11:30:41] (ERROR @ /home/wshawn/public_html/core/src/Revolution/modX.php : 1793) Processor /home/wshawn/public_html/core/src/Revolution/Processors/resource/gettoolbar.php does not exist; Array
(
    [action] => resource/gettoolbar
)

[2019-08-30 11:30:41] (ERROR in xPDO\xPDO::getService @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1239) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.
[2019-08-30 11:30:41] (ERROR in xPDO\xPDO::getService @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1239) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.
[2019-08-30 11:30:41] (ERROR in MODX\Revolution\Rest\modRestCurlClient::__construct @ /home/wshawn/public_html/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-08-30 11:30:41] (ERROR in MODX\Revolution\Rest\modRestCurlClient::__construct @ /home/wshawn/public_html/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-08-30 11:31:38] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAction with MODX\Revolution\modAction to take advantage of PSR-4 autoloading.
[2019-08-30 11:31:38] (ERROR in MODX\Revolution\modAccessibleObject::loadCollection @ /home/wshawn/public_html/core/src/Revolution/modAccessibleObject.php : 164) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAction with MODX\Revolution\modAction to take advantage of PSR-4 autoloading.
[2019-08-30 11:31:39] (ERROR @ /home/wshawn/public_html/core/src/Revolution/modX.php : 1793) Processor /home/wshawn/public_html/core/src/Revolution/Processors/element/getnodes.php does not exist; Array
(
    [action] => element/getnodes
)

[2019-08-30 11:31:39] (ERROR @ /home/wshawn/public_html/core/src/Revolution/modX.php : 1793) Processor /home/wshawn/public_html/core/src/Revolution/Processors/resource/gettoolbar.php does not exist; Array
(
    [action] => resource/gettoolbar
)

Errors from installing Login, ObfuscateRevo, and pdoTools

[2019-08-30 11:33:20] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAction with MODX\Revolution\modAction to take advantage of PSR-4 autoloading.
[2019-08-30 11:33:20] (ERROR in MODX\Revolution\modAccessibleObject::loadCollection @ /home/wshawn/public_html/core/src/Revolution/modAccessibleObject.php : 164) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAction with MODX\Revolution\modAction to take advantage of PSR-4 autoloading.
[2019-08-30 11:33:20] (ERROR @ /home/wshawn/public_html/core/src/Revolution/modX.php : 1793) Processor /home/wshawn/public_html/core/src/Revolution/Processors/resource/gettoolbar.php does not exist; Array
(
    [action] => resource/gettoolbar
)

[2019-08-30 11:33:20] (ERROR @ /home/wshawn/public_html/core/src/Revolution/modX.php : 1793) Processor /home/wshawn/public_html/core/src/Revolution/Processors/element/getnodes.php does not exist; Array
(
    [action] => element/getnodes
)

[2019-08-30 11:34:29] (ERROR in MODX\Revolution\Processors\Browser\Browser::getSource @ /home/wshawn/public_html/core/src/Revolution/Processors/Browser/Browser.php : 80) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class sources.modMediaSource with MODX\Revolution\Sources\modMediaSource to take advantage of PSR-4 autoloading.
[2019-08-30 11:34:34] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAction with MODX\Revolution\modAction to take advantage of PSR-4 autoloading.
[2019-08-30 11:34:34] (ERROR in MODX\Revolution\modAccessibleObject::loadCollection @ /home/wshawn/public_html/core/src/Revolution/modAccessibleObject.php : 164) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAction with MODX\Revolution\modAction to take advantage of PSR-4 autoloading.
[2019-08-30 11:34:35] (ERROR @ /home/wshawn/public_html/core/vendor/simplepie/simplepie/library/SimplePie.php : 1474) User warning: /home/wshawn/public_html/core/cache/rss/ is not writable. Make sure you've set the correct relative or absolute path, and that the location is server-writable.
[2019-08-30 11:34:35] (ERROR @ /home/wshawn/public_html/core/vendor/simplepie/simplepie/library/SimplePie.php : 1474) User warning: /home/wshawn/public_html/core/cache/rss/ is not writable. Make sure you've set the correct relative or absolute path, and that the location is server-writable.
[2019-08-30 11:35:25] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAction with MODX\Revolution\modAction to take advantage of PSR-4 autoloading.
[2019-08-30 11:35:25] (ERROR in MODX\Revolution\modAccessibleObject::loadCollection @ /home/wshawn/public_html/core/src/Revolution/modAccessibleObject.php : 164) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAction with MODX\Revolution\modAction to take advantage of PSR-4 autoloading.
[2019-08-30 11:35:26] (ERROR in xPDO\xPDO::getService @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1239) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.
[2019-08-30 11:35:26] (ERROR in MODX\Revolution\Rest\modRestCurlClient::__construct @ /home/wshawn/public_html/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-08-30 11:35:26] (ERROR in xPDO\xPDO::getService @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1239) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.
[2019-08-30 11:35:26] (ERROR in MODX\Revolution\Rest\modRestCurlClient::__construct @ /home/wshawn/public_html/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-08-30 11:35:38] (ERROR in xPDO\xPDO::getService @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1239) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.
[2019-08-30 11:35:38] (ERROR in MODX\Revolution\Rest\modRestCurlClient::__construct @ /home/wshawn/public_html/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-08-30 11:35:38] (ERROR in xPDO\xPDO::getService @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1239) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.
[2019-08-30 11:35:38] (ERROR in MODX\Revolution\Rest\modRestCurlClient::__construct @ /home/wshawn/public_html/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-08-30 11:35:43] (ERROR in xPDO\xPDO::getService @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1239) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.
[2019-08-30 11:35:43] (ERROR in MODX\Revolution\Rest\modRestCurlClient::__construct @ /home/wshawn/public_html/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-08-30 11:35:48] (ERROR in xPDO\xPDO::getService @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1239) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.
[2019-08-30 11:35:48] (ERROR in MODX\Revolution\Rest\modRestCurlClient::__construct @ /home/wshawn/public_html/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-08-30 11:35:50] (ERROR in xPDO\xPDO::getService @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1239) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.
[2019-08-30 11:35:50] (ERROR in MODX\Revolution\Rest\modRestCurlClient::__construct @ /home/wshawn/public_html/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-08-30 11:35:50] (ERROR in xPDO\xPDO::getService @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1239) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.
[2019-08-30 11:35:50] (ERROR in MODX\Revolution\Rest\modRestCurlClient::__construct @ /home/wshawn/public_html/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-08-30 11:36:22] (ERROR in xPDO\xPDO::getService @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1239) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.
[2019-08-30 11:36:22] (ERROR in MODX\Revolution\Rest\modRestCurlClient::__construct @ /home/wshawn/public_html/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-08-30 11:36:24] (ERROR in xPDO\xPDO::getService @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1239) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.
[2019-08-30 11:36:24] (ERROR in MODX\Revolution\Rest\modRestCurlClient::__construct @ /home/wshawn/public_html/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-08-30 11:36:31] (ERROR in xPDO\xPDO::getService @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1239) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.
[2019-08-30 11:36:31] (ERROR in MODX\Revolution\Rest\modRestCurlClient::__construct @ /home/wshawn/public_html/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-08-30 11:36:31] (ERROR in xPDO\xPDO::getService @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1239) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.
[2019-08-30 11:36:31] (ERROR in MODX\Revolution\Rest\modRestCurlClient::__construct @ /home/wshawn/public_html/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-08-30 11:36:37] (ERROR in xPDO\xPDO::getService @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1239) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.
[2019-08-30 11:36:37] (ERROR in MODX\Revolution\Rest\modRestCurlClient::__construct @ /home/wshawn/public_html/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-08-30 11:36:39] (ERROR in xPDO\xPDO::getService @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1239) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.
[2019-08-30 11:36:39] (ERROR in MODX\Revolution\Rest\modRestCurlClient::__construct @ /home/wshawn/public_html/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-08-30 11:36:40] (ERROR in xPDO\xPDO::getService @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1239) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.
[2019-08-30 11:36:40] (ERROR in MODX\Revolution\Rest\modRestCurlClient::__construct @ /home/wshawn/public_html/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-08-30 11:36:40] (ERROR in xPDO\xPDO::getService @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1239) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.
[2019-08-30 11:36:40] (ERROR in MODX\Revolution\Rest\modRestCurlClient::__construct @ /home/wshawn/public_html/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-08-30 11:37:09] (ERROR in xPDO\xPDO::getService @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1239) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.
[2019-08-30 11:37:09] (ERROR in MODX\Revolution\Rest\modRestCurlClient::__construct @ /home/wshawn/public_html/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-08-30 11:37:17] (ERROR in xPDO\xPDO::getService @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1239) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.
[2019-08-30 11:37:17] (ERROR in MODX\Revolution\Rest\modRestCurlClient::__construct @ /home/wshawn/public_html/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-08-30 11:37:23] (ERROR in xPDO\xPDO::getService @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 1239) MODX\Revolution\Rest\modRestClient::__construct is deprecated since version 2.3.0. Use the modRest classes instead.
[2019-08-30 11:37:23] (ERROR in MODX\Revolution\Rest\modRestCurlClient::__construct @ /home/wshawn/public_html/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-08-30 11:37:44] (ERROR in xPDO\xPDO::call @ /home/wshawn/public_html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 759) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAction with MODX\Revolution\modAction to take advantage of PSR-4 autoloading.
[2019-08-30 11:37:44] (ERROR in MODX\Revolution\modAccessibleObject::loadCollection @ /home/wshawn/public_html/core/src/Revolution/modAccessibleObject.php : 164) MODX\Revolution\modX::loadClass is deprecated since version 3.0. Replace references to class modAction with MODX\Revolution\modAction to take advantage of PSR-4 autoloading.

Screenshots

01
02
03
04
04

05
*Notice the change to UTF8 -- which are ignored *>

06
The green checks appear regardless of what is entered - whether it exists or not

07
08
09
10
11
12
13
14
15
16

Comments

Overall, the install using composer went as well as expected.

Its the next day. I am getting this:
17

Console running...
Could not find legacy class pdotools.pdotools after converting to MODX\Revolution\Pdotools\pdotools

Thanks for taking time to install and test MODX 3!

Its the next day. I am getting this:

Console running...
Could not find legacy class pdotools.pdotools after converting to MODX\Revolution\Pdotools\pdotools

@bezumkin is this something that needs to be fixed in pdoTools or in MODX?

@JoshuaLuckers Try to delete core/model/modx/pdotools directory

For people still experiencing issues as of today's update, please open a new issue. As far as I can tell all the issues reported in the initial few posts here were resolved.

@bezumkin It is a MODx issue.

Was this page helpful?
0 / 5 - 0 ratings