v4.2.1 to v4.3.0

ANDROID STUDIO

A complete reinstallation project is required. See FAQ for more detail.

ADMIN PANEL

This guide is for you who want to migrate from older version (v4.2.1) to latest version (v4.3.0) without losing your previous data, but, to avoid unexpected data loss, we recommend that you backup your data before doing this step, this step is for the admin panel as server side.

Update Database

  1. Login to your cpanel hosting, open PhpMyAdmin

  2. Select your database and make update by inserting SQL query function on below :

ALTER TABLE `tbl_news` 
ADD `view_count` INT NOT NULL 
DEFAULT '0' AFTER `size`;

Update PHP Script

  1. Login to your cpanel hosting, open File Manager

  2. Navigate to the directory where you put the php admin panel code

  3. Delete All Old PHP Scripts and folder in your admin panel directory EXCEPT : ‘upload’ and ‘includes’ folder (Optional)

  4. Download android_news_app_admin_update_v4.3.0.zip, upload it into your existing admin panel directory and then extract it (this update code same with admin panel code in the Codecanyon download package except upload and includes folder).

  5. After the extract process is complete, refresh it

  6. Your Admin Panel is ready to use. (Note : if you use Google Chrome, click “Ctrl + F5” to reload the Admin Panel page).

Last updated