Page 1 of 1

Undefined variable: entry_export in backup.tpl on line 43

Posted: Sat Nov 14, 2015 12:01 am
by ATKOgirl
Hi Everyone,

We have a clean installation of OpenCart 2.1.0.1.

Unfortunately, there is a bug in the backup/restore function. The error is as follows:

Notice: Undefined variable: entry_export in /public_html/admin/view/template/tool/backup.tpl on line 43

Without success, I have tried both the solutions provided in the following thread:

http://forum.opencart.com/viewtopic.php?f=191&t=152726

Please can someone tell me how to fix this error?

Thank you in advance!

Re: Undefined variable: entry_export in backup.tpl on line 4

Posted: Sat Nov 14, 2015 6:51 pm
by clorne
This is just a typo.

Go to backup.tpl line 43 and change

entry_export

to

entry_backup

Re: Undefined variable: entry_export in backup.tpl on line 4

Posted: Sun Nov 15, 2015 12:12 am
by ATKOgirl
clorne wrote:This just a typo.

Go to backup.tpl line 43 and change

entry_export

to

entry_backup
THANK YOU! THANK YOU! THANK YOU!

This solved my problem.

I so greatly appreciate your help!