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

( Problem Solved 01/02/2020 )How to install Apptha Marketplace without any errors #26

Open
orloopssolutions opened this issue Feb 9, 2020 · 0 comments

Comments

@orloopssolutions
Copy link

(Magento 2.2 and PHP 7.1. here I'm using VPS Cloud with ssh access)
step1: after installing Magento change mode to developer
" php bin/magento deploy:mode:set developer "
step2: if you want to install any extension it may require to modify some files so change files permissions
to do this follow my steps:-
*run this command on your magento folder " chmod -R u+rwx . " (use sudo if you require)
*change folder permissions " chmod 777 pub bin var app app/etc
step3: run upgrade command then find is there any error like metadata folder is missing.
" php bin/magento setup:upgrade "
if you got an error like this please create the folder in the path that missing
step4: drop Apptha file inside your project
step5: run the proper commands to install Apptha
*php bin/magento setup:upgrade
*php bin/magento setup:di:compile
*php bin/magento setup:static-content:deploy -f
refresh your site
hahaha... it's not gonna work
step6: remove every cache folders inside var( dont remove every folders. only cache folders)
run these commands again
*php bin/magento setup:upgrade
*php bin/magento setup:di:compile
.....................................................................................................................................................
Now refresh your page... it will work fine......
this id how i have solve my problems.....

@orloopssolutions orloopssolutions changed the title How to install Apptha Marketplace without any errors (Problem Solved)How to install Apptha Marketplace without any errors Feb 9, 2020
@orloopssolutions orloopssolutions changed the title (Problem Solved)How to install Apptha Marketplace without any errors ( Problem Solved 01/02/2020 )How to install Apptha Marketplace without any errors Feb 9, 2020
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

1 participant