Restore database not working
Permalink
My envionment is
# concrete5 Version
5.6.0.2
# PHP Version
5.3.8
I try to run restore from dasboard, get dialog box asking if I am sure, I say yes, then concrete has a fatal error as shown below.
It seems as though the object $interface has not been set up.
Any ideas?
# concrete5 Version
5.6.0.2
# PHP Version
5.3.8
I try to run restore from dasboard, get dialog box asking if I am sure, I say yes, then concrete has a fatal error as shown below.
<!--Dialog --> <div id="confirmRestore" style="display:none" class="ccm-ui"> <p>This restore action <strong>cannot be undone</strong>. Are you sure?</p> <div class="dialog-buttons"> <form method="post" action="/index.php/dashboard/system/backup_restore/backup/restore_backup/" style="display: inline"> <input type="hidden" name="backup_file" value="" /> <br /> <b>Fatal error</b>: Call to a member function submit() on a non-object in <b>E:\projects\mriProject\mriconcrete\concrete\single_pages\dashboard\system\backup_restore\backup.php</b> on line <b>79</b><br />
It seems as though the object $interface has not been set up.
Any ideas?
I am getting the same error. The $interface object is null when trying to restore but ok when the list of backups dialog comes up...
Did you resolve the issue
(I have cleared my cache also but no joy)