Giter VIP home page Giter VIP logo

modx-console's People

Contributors

fi1osof avatar ilyautkin avatar kudashevs avatar rogaldh avatar sergant210 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

modx-console's Issues

Ошибки выводятся в прозрачное всплывающее окно

Если попробовать выполнить в консоли такой скрипт:

$order = $modx->getObject('msOrder', 43);
if($products = $order->getMany('Products')) {
    foreach($products as $product) { 
        echo $product-('parent');
    }
}

То ошибка появится во всплывающем окне
fsbvh

Но у него в CSS прописана прозрачность, из-за чего окна не видно, но оно есть и мешается.
nw1ma

Скорее всего, это баг MODX, но надо будет разобраться, как это обойти...

Ошибка выполнения

На MODX 2.3.1 при выполнении кода в консоли с выводом через echo и print выводится ошибка

[2014-08-17 12:38:24](ERROR @ /home/site/public_html/core/model/modx/modconnectorresponse.class.php : 145)
PHP warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/core/components/console/processors/exec.class.php(20) : eval()'d code:2)
Версия 2.0.1 beta

Console doesn't work with JS / CSS compressed

Had recently the problem, that a site didn't display the console cmp because the system settings compress_css and compress_js were activated (probably more the js one), just wanted to write that down somewhere =)!

Не расширяется меню в версии 2.0.1 с Codemirror

Добрый день,
Заметил что не расширяется окно редактора php кода:
console

У меня установлен codemirror, думаю, что в этом проблема в консоли вот такая ошибка
Uncaught TypeError: Cannot read property 'dom' of null

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.