Changes between Initial Version and Version 1 of 6.1.2to6.1.3


Ignore:
Timestamp:
Jul 16, 2008, 11:51:15 AM (16 years ago)
Author:
SergeyZ
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 6.1.2to6.1.3

    v1 v1  
     1== Upgrade Instructions from 6.1.2 to 6.1.3 == 
     2 
     3'''Step 0''': Back up your Database and Files. 
     4 
     5 
     6'''Step 1''': Download Dolphin 6.1 Patch 3 [http://get.boonex.com/Dolphin-Patch-v.6.1.3-Free Free Version], [http://get.boonex.com/Dolphin-Patch-v.6.1.3-AdFree Ad Free Version] or [http://www.boonex.com/unity/id/smartpropack SmartPro Version] 
     7 
     8 
     9'''Step 2''': Open the file '''inc/header.inc.php''' and find the following line: 
     10 
     11{{{ 
     12define('BX_DIRECTORY_PATH_CLASSES', $dir['classes']); 
     13}}} 
     14 
     15Then add after it: 
     16 
     17{{{ 
     18define('BX_DIRECTORY_PATH_PLUGINS', $dir['plugins']); 
     19}}} 
     20 
     21 
     22'''Step 3''': You have to edit the build number of your script in '''inc/header.inc.php''', replacing 
     23 
     24{{{$site['build'] = '2';}}} 
     25 
     26with 
     27 
     28{{{$site['build'] = '3';}}} 
     29 
     30 
     31'''Step 4''': Upload all files accordingly to their location in the script and in the patch file by file overwriting them. 
     32 
     33''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. 
     34 
     35Set the '''666''' permissions for the '''inc/params.inc.php''' file. 
     36 
     37'''Note''': Do not upload the folders from the patch overwriting the ones existing on your site. 
     38 
     39 
     40'''Step 5''': Log in to your admin panel, then go to '''Settings''' -> '''Advanced settings''' and click '''Save changes''' button. 
     41 
     42 
     43'''Step 6''': Go to you '''Admin panel''' -> '''Plugins''' -> '''Orca''' and recompile every language you have in Orca. 
     44 
     45 
     46'''Now your Dolphin installation should be successfully upgraded.''' 
     47 
     48In case of any troubles feel free to contact the Support Department at [mailto:support@boonex.com 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