Changes between Initial Version and Version 1 of 6.0to6.1.1


Ignore:
Timestamp:
May 13, 2008, 4:38:43 AM (16 years ago)
Author:
IgorL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 6.0to6.1.1

    v1 v1  
     1== Upgrade Instructions from 6.0.0003|4|5 to 6.1.1 == 
     2 
     3'''Step 0''': Back up your Database and Files. 
     4 
     5'''Step 1''': Download Dolphin 6.0.0003|4|5 Patch 1 [http://get.booonex.com/Dolphin-Upgrade-v.6.0-to-v.6.1-Free Free Version], [http://get.booonex.com/Dolphin-Upgrade-v.6.0-to-v.6.1-AdFree Ad Free version] or [http://www.boonex.com/unity/id/smartpropack SmartPro Package] 
     6 
     7'''Download [http://get.booonex.com/Dolphin-v.6.0-6.1-Diff Download Dolphin 6.0.0003|4|5 to 6.1.1 Diff] to see file changes.''' 
     8 
     9'''Step 2''': Upload all files accordingly to their location in the script and in the patch file by file overwriting them. 
     10 
     11''Example'': Open '''/inc/''' directory of your site, also open '''/inc/''' directory of the patch that you have downloaded to your PC. Upload all files contained in the '''/inc/''' directory of the patch on PC to your site's '''/inc/''' directory overwriting those already there. 
     12 
     13''NOTE'': Do not upload the folders from the patch overwriting the ones existing on your site. 
     14 
     15'''Step 3''': Upgrading your database. '''SSH is required'''. 
     16 
     17    * Log into your SSH client (for Linux) or Command Prompt (for Windows) under Dolphin files owner account (it's usually your CPanel or FTP account). 
     18         
     19    * Change directory to get into your Dolphin's folder: 
     20    for example: 
     21    {{{ 
     22cd /home/myaccount/public_html/dolphin 
     23    }}} 
     24         
     25    * Run this script: 
     26    {{{ 
     27path_to_php_binary -q upgrade.60_61.php 
     28    }}} 
     29    ('''for Linux''') 
     30         
     31    or 
     32    {{{ 
     33path_to_php_exe upgrade.60_61.php 
     34    }}} 
     35    ('''for Windows''') 
     36 
     37    * The script will show you notifications about its successful or unsuccessful runtime. You need to inform the Support Department about all the unssuccessful notifications. 
     38         
     39'''NOTE''': You can't run this upgrade twice. 
     40 
     41'''Step 4''': You have to edit the version and build numbers of your script in '''inc/header.inc.php''', replacing 
     42 
     43{{{$site['ver'] = '6.0';}}} 
     44 
     45with 
     46 
     47{{{$site['ver'] = '6.1';}}} 
     48 
     49and 
     50 
     51{{{$site['build'] = '0003|4|5';}}} 
     52 
     53with 
     54 
     55{{{$site['build'] = '1';}}} 
     56 
     57 
     58'''Your Dolphin installation has been successfully upgraded.''' 
     59 
     60For any troubleshooting feel free to contact us at support@boonex.com 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub