Posts

Showing posts with the label 4.0.1.0

How to remove Security Notification of renaming "admin" folder name in opencart version 4.x

Image
 If you are facing issue like  "Please type in a new admin directory name in the field below."  as a   " Important Security Notification! "   in opencart admin panel like this given below screenshot.  Solutions:          1. Go to this File:- admin  =>   controller => common  =>            2. Edit this file " security.php "          3. Find this line  return $this->load->view('common/security', $data);                   probabally you can find this line in Line No: 50           4. Replace this line with  return ' ';         Now everything is fine and working great.           Happy Coding !!! 😅