forked from I2P_Developers/i2p.www
Moved ticket1056 page
This commit is contained in:
@@ -106,6 +106,7 @@ LEGACY_PAGES_MAP={
|
||||
'supported_applications': 'docs/applications/supported',
|
||||
'team': 'about/team',
|
||||
'techintro': 'docs/how/tech-intro',
|
||||
'ticket1056': 'misc/ticket1056',
|
||||
'ticket919': 'misc/ticket919',
|
||||
'todo': 'get-involved/todo',
|
||||
'transition-guide': 'misc/transition-guide',
|
||||
|
24
i2p2www/pages/site/misc/ticket1056.html
Normal file
24
i2p2www/pages/site/misc/ticket1056.html
Normal file
@@ -0,0 +1,24 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}Ticket 1056 fix{% endblock %}
|
||||
{% block content %}
|
||||
<p>The issue described on this page only affects some Windows systems upgrading from an earlier version to 0.9.8.
|
||||
Other operating systems are not affected.
|
||||
</p>
|
||||
<p>This issue has been corrected as of the <a href="{{ get_url('downloads_select', version='0.9.8.1', file='i2pinstall_0.9.8.1_windows.exe') }}">0.9.8.1 release</a>.</p>
|
||||
|
||||
|
||||
There are two possible ways to resolve this problem.
|
||||
|
||||
<h2>Option 1</h2>
|
||||
|
||||
<ol>
|
||||
<li>Stop I2P</li>
|
||||
<li>Browser to <code>%APPDATA%\I2P</code> or wherever your I2P data dir is</li>
|
||||
<li>Delete the files <code>router.info</code> and <code>router.keys</code></li>
|
||||
<li>Start I2P</li>
|
||||
</ol>
|
||||
|
||||
<h2>Option 2</h2>
|
||||
|
||||
Upgrade your I2P installation to to <a href="{{ get_url('downloads_list') }}#update">0.9.8.1</a> by following the instructions <a href="{{ get_url('downloads_list') }}#update">here</a>.
|
||||
{% endblock %}
|
Reference in New Issue
Block a user