-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathupgrading.htm
executable file
·32 lines (24 loc) · 1.34 KB
/
upgrading.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xml:lang="en">
<head>
<link id="theme" rel="stylesheet" type="text/css" href="kodify/themes/cheery.css" />
<link id="theme" rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="kodify/js/lx_analyzer.js"></script>
<script type="text/javascript" src="kodify/js/kodify.js"></script>
<script type="text/javascript" src="kodify/js/lang/js.js"></script>
<script type="text/javascript" src="kodify/js/lang/php.js"></script>
<script type="text/javascript" src="kodify/js/lang/html.js"></script>
<script type="text/javascript" src="kodify/js/lang/css.js"></script>
</head>
<body>
<h1>Upgrading the extension</h1>
<strong>Method A (recommended)</strong>
<p>Access http://<your website>/vf-upgrade/ and press "upgrade". It may take a while until it completes.</p>
<strong>Method B</strong>
<p>The above method modifies your database structure. It may be the case that your host limits the process to 30 seconds and you have a lot of data. Worst case scenario you can export your data, do a fresh install & then import your data back in</p>
</body>
</html>