Giter VIP home page Giter VIP logo

cundd_composer's People

Contributors

cundd avatar jacobsenj avatar nsaleh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cundd_composer's Issues

Might not be working on 4.5.22 with extbase 1.3.4

Hey there,

thank you for the extension I think it s very usefull. I am experiencing problems trying to switch from shipping dependencies with my extension to installing them by yours.

On 4.7 the BE-Module is loading but on 4.5.22(extbase 1.3.4) I get the following error.

Fatal error: Call to a member function build() on a non-object in typo3conf/ext/cundd_composer/Classes/Domain/Repository/PackageRepository.php on line 87

Have you tested on 4.5 allready or might it be a missconfiguration/missing dep on my installation?

kind regards,

Nabil

View paths are wrong

In ext_typoscript_setup.txt the paths to the views are wrong:

module.tx_cunddcomposer {
    view {
        templateRootPath = EXT:cundd_composer/Resources/Private/Backend/Templates/
        partialRootPath = EXT:cundd_composer/Resources/Private/Backend/Partials/
        layoutRootPath = EXT:cundd_composer/Resources/Private/Backend/Layouts/
    }
}

should be

module.tx_cunddcomposer {
    view {
        templateRootPath = EXT:cundd_composer/Resources/Private/Templates/
        partialRootPath = EXT:cundd_composer/Resources/Private/Partials/
        layoutRootPath = EXT:cundd_composer/Resources/Private/Layouts/
     }
}

Extension key "CunddComposer" is NOT loaded

Trying to install CunddComposer on a fresh instance of TYPO3 6.1.7 introductory package.

After the extension is placed in the typo3conf/ext folder I do:

  1. chmod -R 777
  2. chown -R www-data:www-data

After installing through the Extension Manager, I get the screenshot and then the admin is not usable anymore - it always displays the error... since I am a newbie with TYPO3, what I do is remove all the files, clear the database and re-install the introductory package.

Any ideas how to debug this?

Apache2 error log is empty.
screen shot 2013-12-16 at 14 05 40

Exception if require-dev is empty

A compass exception is thrown when the button "Merge and install development mode" is pressed and the require-dev configuration is empty:

...
"require-dev":[]
...

The reason is that an empty require-dev configuration will be transformed to a JSON array instead of a JSON object.

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.