I searched over Google for the answer, but could not get any concrete answers - I have uploaded Payu money (Payment Method - zipped file downloaded from payumoney) in app folder (hosted at Godaddy) and Extract it and executed the following commands on the server (using ssh)
php bin/magento setup:upgrade
it is showing some lines and then "Nothing to Import"
php bin/magento setup:static-content:deploy
setup:static-content:deploy [-f|--force] [-s|--strategy [STRATEGY]] [-a|--area [AREA]] [--exclude-area [EXCLUDE-AREA]] [-t|--theme [THEME]] [--exclude-theme [EXCLUDE-THEME]] [-l|--language [LANGUAGE]] [--exclude-language [EXCLUDE-LANGUAGE]] [-j|--jobs [JOBS]] [--symlink-locale] [--content-version CONTENT-VERSION] [--refresh-content-version-only] [--no-javascript] [--no-css] [--no-less] [--no-images] [--no-fonts] [--no-html] [--no-misc] [--no-html-minify] [--] []...
then i used php bin/magento setup:static-content:deploy -f
then some lines executed up to 100%
then i checked store -> configuration -> sales -> payment method, but PayU is not showing there in admin
then I searched google and found it may be some problem in system.xml for , then when I searched for system.xml in my public_html folder (on Godaddy server) I found multiple files, which I am not sure which is to edit?
-
Check this extension entry in app/etc/config.phpSaphal Jha– Saphal Jha2018年08月11日 04:38:09 +00:00Commented Aug 11, 2018 at 4:38
-
I also facing this issue not editing in admin panel comfig settings in magento 2. pls guide us what can i do for this.kajol dave– kajol dave2018年08月28日 10:11:23 +00:00Commented Aug 28, 2018 at 10:11
-
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From ReviewPiyush– Piyush2018年08月28日 10:31:43 +00:00Commented Aug 28, 2018 at 10:31
-
This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From ReviewJarnail S– Jarnail S2018年08月28日 10:32:13 +00:00Commented Aug 28, 2018 at 10:32
1 Answer 1
You need to verify these things,
You have uploaded all the files of extension in proper place.
Run these command from CLI.
php bin/magento cache:clean php bin/magento cache:flush php bin/magento indexer:reindex php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -fTry to login into admin and check.
system.xmlcheck it means you need to checksystem.xmlfile of extension which available at this location.app\code\Vendor\Extension\etc\adminhtml\system.xml