Coder Social home page Coder Social logo

jako / switchtemplate Goto Github PK

View Code? Open in Web Editor NEW
9.0 4.0 4.0 9.92 MB

Switch resource templates on the fly in MODX Revolution

Home Page: https://jako.github.io/SwitchTemplate/

License: GNU General Public License v2.0

JavaScript 27.57% PHP 68.51% CSS 1.90% SCSS 2.01%
modx-revolution modx modx-extra

switchtemplate's Introduction

SwitchTemplate

Switch resource templates on the fly, for the MODX Revolution content management framework.

Features

SwitchTemplate changes the template of a MODX resource on the fly with a request parameter. Different settings with different setting keys could be set in a custom manager page.

With each setting a different template could be used to output the resource. As well the template type could be set to chunk or template. If the template type is chunk the resource variables and template variables are prepared as placeholder before the chunk is parsed. The caching of the output of SwitchTemplate could be enabled for each separate setting. The output is cached separate for each resource and each setting. Each setting could be enabled or disabled for selected resources.

SwitchTemplate could be used for different purposes: As Ajax connector, as language switcher ...

Installation

MODX Package Management

Usage

Install via package manager and create template switching settings in a custom manager page.

Documentation

For more information please read the documentation on https://jako.github.io/SwitchTemplate/

switchtemplate's People

Contributors

bruno17 avatar davidpede avatar dependabot[bot] avatar jako avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

switchtemplate's Issues

Limit of enabled/disabled resources list

Noticed in Revo 2.3.1-pl (traditional) that the Enabled/Disbaled resources lists, in the settings dialog on the SwitchTemplate manager page, show only 20 resources in the MODx tree. Have attempted to type in a resource ID but not accepted. Is there a fix/workaround for this?
PS Thanks @Jako for creating this Extra!

LOG_ERROR_LEVEL error at the bottom of pages

When I'm using SwitchTemplate, the switching works fine, but I get this error message at the bottom of every page:

Fatal error: Undefined class constant 'LOG_LEVEL_ERROR' in [server path]/core/model/modx/error/moderrorhandler.class.php on line 99

No matter which template I switch to, and no matter how simple the template is, I get the same error.

Site 500 errors following installation

I installed SwitchTemplate 1.3.3-pl in MODX 3.0.1 and trying to load the CMP or visiting a page on the website with the plugin enabled leads to a 500 error.

The PHP error log gives the following (with paths switched out)

Stack trace:
#0 /path/to/core/components/switchtemplate/vendor/guzzlehttp/guzzle/src/HandlerStack.php(42): GuzzleHttp\choose_handler()
#1 /path/to/core/components/switchtemplate/vendor/guzzlehttp/guzzle/src/Client.php(65): GuzzleHttp\HandlerStack::create()
#2 /path/to/core/vendor/aws/aws-sdk-php/src/Handler/GuzzleV6/GuzzleHandler.php(26): GuzzleHttp\Client->__construct()
#3 /path/to/core/vendor/aws/aws-sdk-php/src/functions.php(279): Aws\Handler\GuzzleV6\GuzzleHandler->__construct()
#4 /path/to/core/vendor/aws/aws-sdk-php/src/ClientResolver.php(776): Aws\default_http_handler()
#5 /path/to/core/vendor/aws/aws-sdk-php/src/ClientResolver.php(324): Aws\ClientResolver::_default_handler(Array)
#6 /path/to/core/vendor/aws/aws-sdk-php/src/AwsClient.php(199): Aws\ClientResolver->resolve(A in /path/to/core/vendor/guzzlehttp/guzzle/src/functions.php on line 61```

Server environment is Valet+ running on MacOS - can provide more details if helpful.

Revolution 3.0.0-alpha1: - new _build

Консоль запущена...
Пробуем установить пакет с подписью: switchtemplate-1.2.3-pl
Пакет найден... сейчас идёт подготовка к его установке.
Загрузка рабочего пространства пакета...
Рабочее пространство загружено, сейчас устанавливаем пакет...
modx.modNamespace is deprecated since version 3.0. Replace references to class modx.modNamespace with MODX\Revolution\modNamespace to take advantage of PSR-4 autoloading.
modNamespace is deprecated since version 3.0. Replace references to class modNamespace with MODX\Revolution\modNamespace to take advantage of PSR-4 autoloading.
modNamespace is deprecated since version 3.0. Replace references to class modNamespace with MODX\Revolution\modNamespace to take advantage of PSR-4 autoloading.
modx.modSystemSetting is deprecated since version 3.0. Replace references to class modx.modSystemSetting with MODX\Revolution\modSystemSetting to take advantage of PSR-4 autoloading.
Skipping vehicle object of class modSystemSetting (data object exists and cannot be upgraded); criteria: Array ( [key] => switchtemplate.debug )
Skipping vehicle object of class modSystemSetting (data object exists and cannot be upgraded); criteria: Array ( [key] => switchtemplate.mode_key )
Skipping vehicle object of class modSystemSetting (data object exists and cannot be upgraded); criteria: Array ( [key] => switchtemplate.mode_tv )
Skipping vehicle object of class modSystemSetting (data object exists and cannot be upgraded); criteria: Array ( [key] => switchtemplate.cache_resource_key )
Skipping vehicle object of class modSystemSetting (data object exists and cannot be upgraded); criteria: Array ( [key] => switchtemplate.cache_resource_handler )
Skipping vehicle object of class modSystemSetting (data object exists and cannot be upgraded); criteria: Array ( [key] => switchtemplate.cache_resource_expires )
Skipping vehicle object of class modSystemSetting (data object exists and cannot be upgraded); criteria: Array ( [key] => switchtemplate.allow_debug_info )
modx.modCategory is deprecated since version 3.0. Replace references to class modx.modCategory with MODX\Revolution\modCategory to take advantage of PSR-4 autoloading.
modCategory is deprecated since version 3.0. Replace references to class modCategory with MODX\Revolution\modCategory to take advantage of PSR-4 autoloading.
modCategory is deprecated since version 3.0. Replace references to class modCategory with MODX\Revolution\modCategory to take advantage of PSR-4 autoloading.
modPlugin is deprecated since version 3.0. Replace references to class modPlugin with MODX\Revolution\modPlugin to take advantage of PSR-4 autoloading.
modPlugin is deprecated since version 3.0. Replace references to class modPlugin with MODX\Revolution\modPlugin to take advantage of PSR-4 autoloading.
modPlugin is deprecated since version 3.0. Replace references to class modPlugin with MODX\Revolution\modPlugin to take advantage of PSR-4 autoloading.
modPluginEvent is deprecated since version 3.0. Replace references to class modPluginEvent with MODX\Revolution\modPluginEvent to take advantage of PSR-4 autoloading.
modPluginEvent is deprecated since version 3.0. Replace references to class modPluginEvent with MODX\Revolution\modPluginEvent to take advantage of PSR-4 autoloading.
modPluginEvent is deprecated since version 3.0. Replace references to class modPluginEvent with MODX\Revolution\modPluginEvent to take advantage of PSR-4 autoloading.
Skipping vehicle object of class modPluginEvent (data object exists and cannot be upgraded); criteria: Array ( [pluginid] => 60 [event] => OnLoadWebPageCache )
Skipping vehicle object of class modPluginEvent (data object exists and cannot be upgraded); criteria: Array ( [pluginid] => 60 [event] => OnLoadWebDocument )
Skipping vehicle object of class modPluginEvent (data object exists and cannot be upgraded); criteria: Array ( [pluginid] => 60 [event] => OnPageNotFound )
Attempting to preserve files at /home/users/9/9017501865/domains/modx.dtls.su/assets/components/switchtemplate into archive /home/users/9/9017501865/domains/modx.dtls.su/core/packages/switchtemplate-1.2.3-pl/modCategory/f8fdb03d6f4e8d308271d9a60295df49.0.preserved.zip
Attempting to preserve files at /home/users/9/9017501865/domains/modx.dtls.su/core/components/switchtemplate into archive /home/users/9/9017501865/domains/modx.dtls.su/core/packages/switchtemplate-1.2.3-pl/modCategory/f8fdb03d6f4e8d308271d9a60295df49.1.preserved.zip
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Altering table: SwitchtemplateSettings
- Updating columns
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
-- altered column: id
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
-- altered column: name
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
-- altered column: key
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
-- altered column: template
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
-- altered column: type
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
-- altered column: extension
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
-- altered column: output
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
-- altered column: cache
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
-- altered column: include
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
-- altered column: exclude
- Updating indexes
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
-- removed index: key
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
Could not find legacy class SwitchtemplateSettings after converting to MODX\Revolution\SwitchtemplateSettings
-- added index: key
transport.modTransportPackage is deprecated since version 3.0. Replace references to class transport.modTransportPackage with MODX\Revolution\Transport\modTransportPackage to take advantage of PSR-4 autoloading.
Could not find legacy class modTransportPackage after converting to MODX\Revolution\modTransportPackage
Could not load class: modTransportPackage from mysql.modtransportpackage
Could not get table name for class:
transport.modTransportPackage is deprecated since version 3.0. Replace references to class transport.modTransportPackage with MODX\Revolution\Transport\modTransportPackage to take advantage of PSR-4 autoloading.
transport.modTransportPackage is deprecated since version 3.0. Replace references to class transport.modTransportPackage with MODX\Revolution\Transport\modTransportPackage to take advantage of PSR-4 autoloading.
Error 42000 executing statement: Array ( [0] => 42000 [1] => 1064 [2] => You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'AS `latestPackage` WHERE `latestPackage`.`package_name` = `modTransp' at line 3 )
modx.modMenu is deprecated since version 3.0. Replace references to class modx.modMenu with MODX\Revolution\modMenu to take advantage of PSR-4 autoloading.
modMenu is deprecated since version 3.0. Replace references to class modMenu with MODX\Revolution\modMenu to take advantage of PSR-4 autoloading.
modMenu is deprecated since version 3.0. Replace references to class modMenu with MODX\Revolution\modMenu to take advantage of PSR-4 autoloading.
modAction support is deprecated since version 2.3.0. Support for modAction has been replaced with routing based on a namespace and action name. Please update the extra with the namespace sendex to the routing based system.
modAction support is deprecated since version 2.3.0. Support for modAction has been replaced with routing based on a namespace and action name. Please update the extra with the namespace gallery to the routing based system.
modAction support is deprecated since version 2.3.0. Support for modAction has been replaced with routing based on a namespace and action name. Please update the extra with the namespace orphoman to the routing based system.
modAction support is deprecated since version 2.3.0. Support for modAction has been replaced with routing based on a namespace and action name. Please update the extra with the namespace gridclasskey to the routing based system.
modAction support is deprecated since version 2.3.0. Support for modAction has been replaced with routing based on a namespace and action name. Please update the extra with the namespace gatewaymanager to the routing based system.
Успешно установлен пакет switchtemplate-1.2.3-pl

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.