Changes between Initial Version and Version 1 of 7.0.9-7.1.0


Ignore:
Timestamp:
Jan 10, 2013, 3:52:20 AM (11 years ago)
Author:
AlexT
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 7.0.9-7.1.0

    v1 v1  
     1= Upgrade Instructions from 7.0.9 to 7.1.0 = 
     2 
     3== Step 0 == 
     4Back up your current Dolphin files, folders and database. 
     5 
     6'''NOTE''': This upgrade will work with official Dolphin 7.0.9 versions ONLY. If you applied some fixes to your Dolphin 7.0.9 then this patch should work in most cases, but there are some fixes that may cause conflict. 
     7 
     8'''NOTE''': This upgrade changes a lot of files, if you have custom modification it most likely that your changes will be overwritten. 
     9 
     10'''NOTE''': 3rd-party modules and templates which are compatible with 7.0.x most probably will not work on 7.1.0. It may cause database errors and broken layout. We suggest to ask 3rd-party module and/or template authors for the updated version.  
     11 
     12 
     13 
     14== Step 1 == 
     15Switch back to UNI template on the site and set UNI template as default site template in Dolphin Admin Panel -> Settings -> Advances Settings -> Template -> Template 
     16 
     17 
     18 
     19== Step 2 == 
     20Uninstall "Wall" and "Spy" modules. These modules were changed a lot and can not be upgraded. After upgrade is completed you can install these modules again. 
     21 
     22'''NOTE''': All "Wall" and "Spy" modules data will be lost. It maybe that 3rd-party modules which rely on "Wall" and "Spy" data and functionality will lost their data as well or become non-working. 
     23 
     24 
     25 
     26== Step 3 == 
     27"Profiles Map", "Open Social" and "Data migration from Dolphin 6.1.6" modules need to be uninstalled. They are not supported in Dolphin 7.1. 
     28 
     29'''NOTE''': "Profiles Map" module is replaces with new "World Map" module, which you can install after upgrade is completed. 
     30 
     31 
     32 
     33== Step 4 == 
     34Download and extract the Patch [http://get.boonex.com/Dolphin-Patch-v.7.1.0-Cumulative Dolphin-Patch-v.7.1.0-Cumulative] and upload its files to your current installation, replacing all old files. '''Make sure that old files were REALLY replaced - site can become nonfunctional at all if old files are still in place.'''  
     35 
     36'''NOTE''': If you have custom translations, please refer to [wiki:Dol7UpgradeCustomTranslations this instruction] on how to add new language strings for your language. 
     37 
     38 
     39 
     40== Step 5 == 
     41Remove the '''''upgrade/.htaccess''''' file via FTP or SSH. Note that you may need to change your FTP client settings to show hidden files to see the '''''.htaccess''''' file in your FTP manager. '''Make sure that you removed .htaccess file from "upgrade" directory! Do not remove .htaccess file from Dolphin root folder, it will make almost all links on the site not working!''' 
     42 
     43 
     44 
     45== Step 6 == 
     46Change permission to the following files: 
     47 
     48{{{ 
     49sitemap.xml - must be writable 
     50modules/boonex/profiler/log - must be writable (if you have Profiler module installed) 
     51modules/boonex/sites/data/images/thumbs - must be writable (if you have Sites module installed) 
     52}}} 
     53 
     54if you have SSH access you can run the following script while you are in Dolphin root folder: 
     55{{{ 
     56chmod 666 sitemap.xml 
     57chmod 777 modules/boonex/profiler/log 
     58chmod 777 modules/boonex/sites/data/images/thumbs 
     59}}} 
     60 
     61'''NOTE''': Some server configuration don't require to change permissions, you can run upgrade script (described later) and see if you need to change any permissions. 
     62 
     63 
     64 
     65== Step 7 == 
     66If you have "Forum" module installed then delete forum translations, to do it you need to delete the following folders: 
     67{{{ 
     68modules/boonex/forum/classes/en/ 
     69modules/boonex/forum/js/en/ 
     70modules/boonex/forum/layout/base_en/ 
     71modules/boonex/forum/layout/uni_en/ 
     72}}} 
     73 
     74If you have custom forum templates and/or other than English languages - then delete the appropriate folders for them as well. 
     75 
     76 
     77 
     78== Step 8 == 
     79Run the following script: '''''!http://your-site.com/your-path/upgrade/''''' . It will show the list of available updates. Replace '''your-site.com''' with your actual domain name and '''your-path''' to your actual path to dolphin installation. For example if you have Dolphin installed in '''''!http://supersite.com/community/''''' then you need to run the following upgrade script  '''''!http://supersite.com/community/upgrade/''''' 
     80 
     81 
     82 
     83== Step 9 == 
     84Apply all available updates(7.0.9-7.1.0.B1, 7.1.0.B1-7.1.0.B2, 7.1.0.B2-7.1.0). The script detects suitable updates automatically. 
     85 
     86 
     87 
     88== Step 10 == 
     89Please follow and read all automatically completed steps of the upgrade script, paying special attention to the last step. The last step of this upgrade is '''IMPORTANT'''. You will be given special instructions by the script which you will have to do '''MANUALLY'''. 
     90 
     91 
     92 
     93== Step 11 == 
     94Report any occurrence of bugs in [http://www.boonex.com/forums/forum/Dolphin-7-1-0.htm Dolphin 7.1] forum. 
     95 
 
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