Hello, I followed all the instructions of the upgrade from jD1.8 to jD1.9.2.11 (on a joomla 3.6.5 test installation) in order to migrate to the newest jD3.2 version.
Unfortunately, I receive a blank page after the Backup restore (I changed the prefix and activated debug mode, but it didn't work and there is still a blank page).
This is the source code of the blank page:
<script type="text/rocketscript">
/* for modal output */
function openWindow (url) {
fenster = window.open(url, "_blank", "width=550, height=480, STATUS=YES, DIRECTORIES=NO, MENUBAR=NO, SCROLLBARS=YES, RESIZABLE=NO");
fenster.focus();
}
function getSelectedText( frmName, srcListName ) {
var form = eval( 'document.' + frmName );
var srcList = eval( 'form.' + srcListName );
i = srcList.selectedIndex;
if (i != null && i > -1) {
return srcList.options[i].text;
} else {
return null;
}
}
</script>
The documentation suggests to use the support forum in this case, so here i am.
I attached my backup file, thank you very much for the assistance!
[gelöscht durch Administrator]
I tried to update from jd 1.8 to jD1.9.1.6 on a Joomla 2.5.x installation, but I had the same issue (blank page on backup restoration).
Hi,
could you send me login data for your backend via PM?