Page 1 of 1

ERROR ON LINE 43 OF BACKUP.TPL ON OC2.1.0.1

Posted: Wed Dec 09, 2015 6:13 pm
by T3Kaos
I have a clean install of OC 2.1.0.1 running and am getting the following error. It appears to be causing problems elsewhere also. Below is the error from the Error Log.

2015-12-08 14:11:25 - PHP Notice: Undefined variable: entry_export in /***/***/***/************/httpdocs/admin/view/template/tool/backup.tpl on line 43

Below is the actual line from backup.tpl.

Line 43: <label class="col-sm-2 control-label"><?php echo $entry_export; ?></label>

Re: ERROR ON LINE 43 OF BACKUP.TPL ON OC2.1.0.1

Posted: Wed Dec 09, 2015 8:47 pm
by inactiveaccount9912
Its just a minor bug that is not causing any problems, just replace <?php echo $entry_export; ?> with Export to get rid of the error.

Re: ERROR ON LINE 43 OF BACKUP.TPL ON OC2.1.0.1

Posted: Mon Dec 14, 2015 12:57 am
by TomB
I replaced $entry_export on line 43 with $entry_backup which fixed the problem.