Code Monkey home page Code Monkey logo

Comments (7)

ibastevan avatar ibastevan commented on August 22, 2024 2

I found my problem, i didn't have the correct path! to get to the surveys i had to go to myapp.com/surveys/surveys/
For some reason i thought it would have been myapp.com/surveys/

from cakephp-survey.

mamchenkov avatar mamchenkov commented on August 22, 2024

@dkvasani ,

this is because of a temporary issue we have with some third-party dependencies. Try adding:

"minimum-stability": "dev"

to your composer.json. This should fix it.

from cakephp-survey.

dkvasani avatar dkvasani commented on August 22, 2024

I have tried with following way.

"require-dev": {
        "cakephp/bake": "^1.9.0",
        "cakephp/cakephp-codesniffer": "^3.0",
        "cakephp/debug_kit": "^3.17.0",
        "josegonzalez/dotenv": "3.*",
        "phpunit/phpunit": "^5|^6",
        "psy/psysh": "@stable",
        "qobo/cakephp-survey" : "@dev"
    },
"minimum-stability": "dev",

Error:

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
 - It's a private package and you forgot to add a custom repository to find it

Still, I am not able to install it so can you please suggest here.

from cakephp-survey.

asaliev avatar asaliev commented on August 22, 2024

@dkvasani

Try the following changes to composer.json:

    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/QoboLtd/cakephp-file-storage.git"
        }
    ],
    "require": {
        // add your packages
        // ...
        "qobo/cakephp-survey": "^4.0"
    },
    "prefer-stable": true,
    "minimum-stability": "dev"

Then run composer update

from cakephp-survey.

ibastevan avatar ibastevan commented on August 22, 2024

I found the dev branch name in "require" needed to be like "burzum/cakephp-file-storage": "dev-branch-2.0",

from cakephp-survey.

ibastevan avatar ibastevan commented on August 22, 2024

Although i am getting Error: Qobo/Survey.SurveyController could not be found.
I have installed it on v3.6 cake php. Is this compatible with v3.6?
I tried to install it on 3.5 but the burzum dev branch 2.0 requires cake 3.6 minimum.
Thanks

from cakephp-survey.

asaliev avatar asaliev commented on August 22, 2024

@ibastevan can you show the whole exception stack trace?

from cakephp-survey.

Related Issues (5)

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.