Hi! Recently I have successful upgrade from 2.2.0.0 to 2.3.0.2. However when I login admin dashboard, there display 10 duplicates of every stats. Anyone can give me any clue on where to delete the duplicates? Thank you!
Attachments
dashboard.png (163.34 KiB) Viewed 1659 times
well, your successful upgrade did NOT remove any of the old files and Subdirectories,
it just has overwritten some Files, and placed some new Subs and Files as well.
And as a result of this, if you want to have a clean Software again, you have to compare
the existing Directories and their Content with a 'virgin' Source, in order to find out, what
old files and subs still can be removed from the Server, to get your shop to work again,
as it should.
Just compare your doings with hardcode-overwriting an existing older Windows Version
with a new one, it would not be a real Pro-Way, to have a clean new System afterwards either.
But don't worry, you're not the only one, seemengly trying to handle an OC Installation like
installing a simple Smartphone-APP.
Good Luck !
Ernie
it just has overwritten some Files, and placed some new Subs and Files as well.

And as a result of this, if you want to have a clean Software again, you have to compare
the existing Directories and their Content with a 'virgin' Source, in order to find out, what
old files and subs still can be removed from the Server, to get your shop to work again,
as it should.
Just compare your doings with hardcode-overwriting an existing older Windows Version
with a new one, it would not be a real Pro-Way, to have a clean new System afterwards either.
But don't worry, you're not the only one, seemengly trying to handle an OC Installation like
installing a simple Smartphone-APP.

Good Luck !
Ernie
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Basically, you need to delete "total", "payment", "module" and "shipping" folders, because they were moved to "extensions" folder in 2.3 and compatibility code is super faulty.
Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com
terrytoh wrote:Hi! Recently I have successful upgrade from 2.2.0.0 to 2.3.0.2. However when I login admin dashboard, there display 10 duplicates of every stats. Anyone can give me any clue on where to delete the duplicates? Thank you!
Yes, that's definitely not a "successful upgrade"

Just remember, there will be few more nibbles coming your way after the upgrade you just did...
Plenty of posts on this forum about 2.3.x.x upgrade
Over 95% of all computer problems can be traced back to the interface between the keyboard and the chair...
I figured out it was due to duplicate entries in the database table 'extension'. Under the 'type' column look for 'dashboard', 'code' column should keep only 1 row of data for each: activity, sale, recent, order, online, map, customer, chart.
Hi,
Please look for the file "/admin/view/template/common/dashboard.tpl" in your root directory of Opencart.
Now search for the below code and delete its duplicates, it must exist only once in the file
Hope, it will help.
Please look for the file "/admin/view/template/common/dashboard.tpl" in your root directory of Opencart.
Now search for the below code and delete its duplicates, it must exist only once in the file
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-6"><?php echo $order; ?></div>
<div class="col-lg-3 col-md-3 col-sm-6"><?php echo $sale; ?></div>
<div class="col-lg-3 col-md-3 col-sm-6"><?php echo $customer; ?></div>
<div class="col-lg-3 col-md-3 col-sm-6"><?php echo $online; ?></div>
</div>
Hope, it will help.
Regards,
Knowband Team
Opencart Plugins: Knowband Store
Email: support@knowband.com
Who is online
Users browsing this forum: No registered users and 3 guests