php - How to replace json with the one from the master branch -
i'm not programmer , don't know coding.
i use opencart 2.1.0.1. cannot access "customer/customer", "customer/customer groups", "customer/custom fields" page said "you not have permission access page, please refer system administrator". i'm administrator.
all access permission has been selected settings didn't see customer/customer, customer/customer groups , customer/custom fields permission listings.
so daniel kerr suggest me replace json 1 master branch.
i replace system/helper/json.php code link [branch master json.php][1]
i edited json.php using putty.
but still cannot access customer page. please guide me how replace json master branch.
to code branch have 2 options. 1 check out 1 file.
got checkout master -- /path/to/file.json
the other use git show
git show master:path/to/file.json > path/to/file.json
the first option preferred 1
Comments
Post a Comment