<%@ page session="true" %><%-- --%><%-- --%><% // next page if (!Bean.checkOceeVersion("7.5.3")){ %> OpenCms Upgrade Wizard

Incompatible version of Alkacon OCEE detected!

Warning:
You have installed a version of Alkacon OCEE that is not compatible with OpenCms 7.5.3.
Please upgrade Alkacon OCEE to version 2.1.3 or newer before upgrading OpenCms.

The upgrade wizard cannot continue before these problems are solved.

<% }else{ String nextPage = "step_0_dbsettings.jsp"; boolean isInitialized = false; boolean wizardEnabled = false; boolean showButtons = false; try { if (Bean.isInitialized()) { session.invalidate(); response.sendRedirect("index.jsp"); } // Initialize the Bean Bean.init(pageContext); // check wizards accessability wizardEnabled = Bean.getWizardEnabled(); if (!wizardEnabled) { request.getSession().invalidate(); } isInitialized = true; } catch (Exception e) { // the servlet container did not unpack the war, so lets display an error message } %> <%= Bean.getHtmlPart("C_HTML_START") %> OpenCms Update Wizard <%= Bean.getHtmlPart("C_HEAD_START") %> <%= Bean.getHtmlPart("C_STYLES") %> <%= Bean.getHtmlPart("C_STYLES_SETUP") %> <%= Bean.getHtmlPart("C_HEAD_END") %> OpenCms Update Wizard - License Agreement <%= Bean.getHtmlPart("C_CONTENT_SETUP_START") %>
<% if (wizardEnabled && isInitialized) { showButtons = true; %> <% } else if (! isInitialized) { %> <% } else { %> <% } %>
Do you accept all the terms of the preceding license agreement?    yes    no
<%= Bean.getHtmlPart("C_BLOCK_START", "Error starting wizard") %>
   Error starting OpenCms update wizard.
<%= Bean.getHtmlPart("C_BLOCK_END") %>
<%= Bean.getHtmlPart("C_BLOCK_START", "Wizard locked") %>
   The OpenCms update wizard is not available!
To enable the wizard, unlock it in "opencms.properties".
<%= Bean.getHtmlPart("C_BLOCK_END") %>
<%= Bean.getHtmlPart("C_CONTENT_END") %> <% if (showButtons) { %> <%= Bean.getHtmlPart("C_BUTTONS_START") %>
<%= Bean.getHtmlPart("C_BUTTONS_END") %> <% } %> <%= Bean.getHtmlPart("C_HTML_END") %> <% } %>