[Comoblog-commit] comoblog/_install/templates failed_patch.tpl.htm,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2006-01-10 02:17:00
|
Update of /cvsroot/comoblog/comoblog/_install/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16470/templates Added Files: failed_patch.tpl.htm Log Message: Add support for notification of failed patching attempts --- NEW FILE: failed_patch.tpl.htm --- <!-- BEGIN: main --> {FILE "templates/header.tpl.htm"} <table width="740" align="center" border="0" cellspacing="0" cellpadding="15" style="border-width:1px; border-color: #000000; border-style: solid;"> <tr> <td> </td> </tr> <tr> <td> <h1>CoMoblog Version Patch Failed</h1> <p> </p> <table width="500" border="0" align="center"> <tr> <td><p class="biggest"><b>Patch failed due to incompatible versions</b></p><p> </p><p> </p></td> <td><img src="img/install1.jpg" width="300" height="200" alt="" border="0"></td> </tr> <tr> <td colspan="2"> <p> </p> <h3>Current Version detected: {OLD_VERSION}</h3> <h3>New Version detected: {NEW_VERSION}</h3> </td> </tr> <tr> <td colspan="2"> <p> </p> <p> The installer script currently doesn't support patching between the versions appearing above. This may be due to the fact that you are trying to upgrade between major revisions (i.e. 1.0 to 2.0) without following the recommended upgrade path. If this is the case please read the UPGRADE documentation and be aware that you must install the new software version into a clean folder and not extract it over your existing installation. </p> <p> If you are trying a valid patch between minor versions (i.e. 1.0 to 1.1) and it has failed please contact Support. </p> <p> </p> <p> </p> </td> </tr> </table> </td> </tr> <tr> <td> </td> </tr> </table> {FILE "templates/footer.tpl.htm"} <!-- END: main --> |