Git Product home page Git Product logo

Comments (10)

ooii avatar ooii commented on August 26, 2024

Tried to run it on a fresh ubuntu, I got the same error:

Problem 1
    - Can only install one of: amnah/yii2-user[dev-master, 3.0.0].
    - Can only install one of: amnah/yii2-user[3.0.0, dev-master].
    - Installation request for amnah/yii2-user ^3.0 -> satisfiable by amnah/yii2-user[3.0.0].
    - Installation request for amnah/yii2-user == 9999999-dev -> satisfiable by amnah/yii2-user[dev-master].

from economizzer.

gugoan avatar gugoan commented on August 26, 2024

@ooii
Sorry, you are actually giving error. Try running:

composer update

I did here and worked on Ubuntu and Win7

from economizzer.

ooii avatar ooii commented on August 26, 2024

I can't understand. It does not work here. Still this error after composer update and composer require "fxp/composer-asset-plugin:~1.0". Still the same issue.
Can it come from the database? Because mysqlimport -u root -pmypassword --local economizzer economizzer.sql gives mysqlimport: Error: 1146, Table 'economizzer.economizzer' doesn't exist, when using table: economizzer

from economizzer.

gugoan avatar gugoan commented on August 26, 2024

That's weird.

  1. Try to import the file economizar.sql by phpmyadmin
  2. Let me see your file composer.json

from economizzer.

gugoan avatar gugoan commented on August 26, 2024

@ooii
You could install?

from economizzer.

ooii avatar ooii commented on August 26, 2024

Gustavo, I'm out for vacation since yesterday 2pm (right after my last message) with no access to my server. I'll try this afternoon with my iPad if I can ssh to it. At least, I hope I can send you the composer.json.
Otherwise, I'll send it Saturday when I'm back home. Thanks.

from economizzer.

ooii avatar ooii commented on August 26, 2024

Here is the composer.json:

{
    "name": "gugoan/economizzer",
    "description": "Open Source Personal Finance Manager",
    "keywords": ["yii2", "php", "finance", "money"],
    "homepage": "http://www.economizzer.org/",
    "type": "project",
    "license": "MIT",
    "authors": [
        {
            "name": "Gustavo G. Andrade",
            "email": "[email protected]",
            "homepage": "http://www.gustavoandrade.net.br",
            "role": "Developer"
        }    
    ],
    "support": {
        "issues": "https://github.com/gugoan/economizzer/issues",
        "source": "https://github.com/gugoan/economizzer"
    },
    "minimum-stability": "dev",
    "require": {
        "php": ">=5.4.0",
        "yiisoft/yii2": ">=2.0.4",
        "yiisoft/yii2-bootstrap": "*",
        "yiisoft/yii2-swiftmailer": "*",
        "yiisoft/yii2-jui": "*",
        "yiisoft/yii2-codeception": "*",
        "yiisoft/yii2-debug": "*",
        "yiisoft/yii2-gii": "*",
        "miloschuman/yii2-highcharts-widget": "dev-master",
        "kartik-v/yii2-widgets": "*",
        "fxp/composer-asset-plugin": "~1.0"
    },
    "require-dev": {
        "yiisoft/yii2-codeception": "*",
        "yiisoft/yii2-debug": "*",
        "yiisoft/yii2-gii": "*",
        "yiisoft/yii2-faker": "*"
    },    
    "autoload": {
        "psr-0": {
            "Economizzer": "src"
        }
    },
     "extra": {
        "asset-installer-paths": {
            "npm-asset-library": "vendor/npm",
            "bower-asset-library": "vendor/bower"
        }
    }
}

PS: Sorry, it's difficult to quote correctly wi the iPad.

from economizzer.

ooii avatar ooii commented on August 26, 2024

So, I'm back from vacation to make some tests.
Imported the sql file with phpmyadmin, it did not fix the issue.
I figured out that amnah/yii2-user is not in composer.son so I added it ("amnah/yii2-user": "^3.0") and now it works :)

from economizzer.

gugoan avatar gugoan commented on August 26, 2024

ok, I'm glad it worked

from economizzer.

ooii avatar ooii commented on August 26, 2024

Me too, finally :)

from economizzer.

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.