You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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.....
The text was updated successfully, but these errors were encountered:
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
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
(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.....
The text was updated successfully, but these errors were encountered: