1. /app/model/AppModel.php
2. /app/controller/PagesController.php
Once you have successfully setting the new version, you will get the screen below:
1. syarikats_controller.php to syarikatscontroller.php
2. var $scaffold; to public $scaffold;
C:/xampp/mysql/bin> mysqladmin -u root password NEWPASSWORD
C:/xampp/mysql/bin> mysqladmin -u root -p'oldpassword' password newpass
For example, If the old password is azmi, you can set the new password to azmiabc, enter:C:/xampp/mysql/bin> mysqladmin -u root -p'azmi' password 'azmiabc'
AND PLEASE SET YOUR CONFIC.INC.PHP to the following configuration