Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not able to add this package V1.1.1 #10

Open
akramercury opened this issue Dec 26, 2022 · 4 comments
Open

not able to add this package V1.1.1 #10

akramercury opened this issue Dec 26, 2022 · 4 comments

Comments

@akramercury
Copy link

I am not able to add this package I think there is something wrong with the how the

php bin/console uvdesk_extensions:configure-extensions

structure the files

@DmitryVL
Copy link

DmitryVL commented Jan 9, 2023

I couldn't install this package either. There are no errors when installing, but nothing is added when finished.

@DmitryVL
Copy link

When I try to install the app I get the message:
Invalid package extension.json file. The qualified package name should be '
ecommerce/Controller' but the specified name is 'uvdesk/ecommerce'

@akramercury
Copy link
Author

akramercury commented Jan 14, 2023

Yes same here, I think the package is not properly mapped trying to figure out how to fix this

@komal-sh-27
Copy link

@akramercury , @DmitryVL

Let us know, you have first create a uvdesk folder in apps folder: your-project-folder/apps/uvdesk after that clone this package to the your-project-folder/apps/uvdesk/ecommerce directory relative to your project's root.

Once you've copied the package to the specified directory, run the following command in your project's root:

$ php bin/console uvdesk_extensions:configure-extensions
$ php bin/console assets:install
$ php bin/console doctrine:migrations:diff
$ php bin/console doctrine:migrations:migrate

Once you check the below link of installation video and once try with the same steps.

https://www.awesomescreenshot.com/video/14014921?key=47a687cfd5ab26a22f13b4d4519a7e89

Also, let us know you are facing the same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants