1

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?

Teja Bhagavan Kollepara
3,8275 gold badges33 silver badges69 bronze badges
asked Aug 11, 2018 at 4:12
4
  • Check this extension entry in app/etc/config.php Commented 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. Commented 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 Review Commented 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 Review Commented Aug 28, 2018 at 10:32

1 Answer 1

1

You need to verify these things,

  1. You have uploaded all the files of extension in proper place.

  2. 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 -f
    
  3. Try to login into admin and check.

  4. system.xml check it means you need to check system.xml file of extension which available at this location.

    app\code\Vendor\Extension\etc\adminhtml\system.xml
    
answered Aug 11, 2018 at 13:55
0

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.