Changes between Initial Version and Version 1 of 6.0.0002to6.0.0003


Ignore:
Timestamp:
Oct 19, 2007, 11:24:57 AM (17 years ago)
Author:
IgorL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 6.0.0002to6.0.0003

    v1 v1  
     1'''Step 0''': Backup your Database and Files. 
     2 
     3'''Step 1''': Download Dolphin 6 Patch 0003 [http://get.boonex.com/Dolphin-Patch-v.6.0.0003-Free Free Version] or [http://get.boonex.com/Dolphin-Patch-v.6.0.0003-AdFree Ad Free version]. 
     4 
     5'''Step 2''': Upload all files accordingly to their location in the script and the patch file by file overwriting them. 
     6 
     7''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. 
     8 
     9''NOTE'': Do not upload the folders from the patch overwriting the ones existing on your site. 
     10 
     11'''Step 3''': Upgrading your database. Upload the two files from the upgrade patch called upgrade.php and upgrade.6.0003.sql in your Dolphin's home directory. Run the following script in you favorite browser to upgrade your database http://www.mysite.com/path_to_dolphin/upgrade.php.  
     12 
     13''NOTE'': You should run your upgrade.php only once. If you run the script for a second time, it will result in Database access error. 
     14 
     15'''Step 4''': You have to edit the build number of your script in '''inc/header.inc.php''', replacing 
     16 
     17{{{$site['build'] = '0002';}}} 
     18 
     19with 
     20 
     21{{{$site['build'] = '0003';}}} 
     22 
     23''NOTE'': Please log into your '''Admin Panel -> Settings -> Profile Fields''' and make sure that the '''!DescriptionMe''' field is located under the '''Description''' divider. If it's not there, please drag it there using the green arrow icons. 
     24 
     25Your Dolphin installation has been successfully upgraded. 
     26 
     27''NOTE'': For those of you whose database is not converted into utf8 format, here are the instructions how to do it using '''phpMyAdmin''': 
     28 
     29'''1)''' Log into your phpMyAdmin 
     30 
     31'''2)''' Choose your database name from the left drop-down menu frame 
     32 
     33'''3)''' Click '''Export''' at the top 
     34 
     35'''4)''' Make sure that all the tables are selected in the right-left corner and the export method is '''SQL''' 
     36 
     37'''5)''' Uncheck '''Add AUTO_INCREMENT value''' and '''Use hexadecimal for BLOB''' (or '''Use hexadecimal for binary fields''') 
     38 
     39'''6)''' Choose '''MYSQL40''' in the '''SQL compatibility mode''' drop-down menu 
     40 
     41'''7)''' Click '''Save as file''' and choose the compression method which is supported by your phpMyAdmin. Save the file in some folder on your computer 
     42 
     43'''8)''' Click the database name, check all the tables and '''Drop''' them 
     44 
     45'''9)''' Click '''Operations''' in the top menu 
     46 
     47'''10)''' Choose '''utf8_unicode_ci''' for '''Collation''', then click '''Go''' 
     48 
     49'''11)''' Click '''Import''' in the top menu, browse and choose the file you have saved in the '''File to import''' field, set '''utf8''' for the '''Character set of the file''' 
     50 
     51'''12)''' Click '''Go''' 
     52 
     53'''13)''' Wait until the SQL query stops running and check its result 
     54 
     55For 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