GithubHelp home page GithubHelp logo

Undefined variable: tree about cms HOT 6 OPEN

skeeks-cms avatar skeeks-cms commented on June 14, 2024
Undefined variable: tree

from cms.

Comments (6)

skeeks-semenov avatar skeeks-semenov commented on June 14, 2024 1

@lubosdz I agree with this. We will rule gradually.

from cms.

skeeks-semenov avatar skeeks-semenov commented on June 14, 2024

Добрый день. А по какой инструкции ставили? https://docs.cms.skeeks.com/en/latest/overview.html#installation - тут актуальная

from cms.

kolexander avatar kolexander commented on June 14, 2024

по этой и ставил, единственное отличие что композер уже был установлен ранее, глобально
пропускал строки

     curl -sS ...

запускал соответственно:

    composer create-project --no-install --prefer-dist skeeks/app-basic skeeks.local
    cd ./skeeks.local
    composer global require fxp/composer-asset-plugin --no-plugins
    composer install -o
    ./yii cms/init
    ./yii dbDumper/mysql/restore
    . . .

ошибок при установке не было
единственный warning был:
The "extra.asset-installer-paths" option is deprecated, use the "config.fxp-asset.installer-paths" option

from cms.

skeeks-semenov avatar skeeks-semenov commented on June 14, 2024

php short_open_tag on ?

from cms.

kolexander avatar kolexander commented on June 14, 2024

о, в этом было дело, пропустил,
спасибо за помощь и за отличную cms !

from cms.

lubosdz avatar lubosdz commented on June 14, 2024

That was really BAD idea to use PHP short tags <? instead of standard <?php.
Even PSR-1 defines first thing for files at section 2.1 using standard <?php or <?= tags.
I would suggest correcting them acrosss all scripts ...

from cms.

Related Issues (20)

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.