Changes between Initial Version and Version 1 of 7.3.3-7.3.4


Ignore:
Timestamp:
Oct 16, 2017, 3:28:37 PM (6 years ago)
Author:
AlexT
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 7.3.3-7.3.4

    v1 v1  
     1= Upgrade Instructions from 7.3.3 to 7.3.4 = 
     2 
     3 
     4 
     5== Step 0 == 
     6'''Back up your current Dolphin files, folders and database.''' 
     7 
     8'''NOTE''': This upgrade will work with official Dolphin 7.3.3 version ONLY. If you applied some fixes to your Dolphin 7.3.3 then this patch should work in most cases, but there are some fixes that may cause conflict. 
     9 
     10== Step 1 == 
     11Download and extract the patch [http://get.boonex.com/Dolphin-Patch-v.7.3.4 Dolphin-Patch-v.7.3.4] 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.'''  
     12 
     13 
     14== Step 2 == 
     15Remove the '''''upgrade/.htaccess''''' file via FTP or SSH.  
     16 
     17'''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.''' 
     18 
     19'''NOTE''': You may need to change your FTP client settings to show hidden files to see the '''''.htaccess''''' file in your FTP manager.  
     20 
     21 
     22 
     23== Step 3 == 
     24Open the following URL in your favorite browser: 
     25 
     26{{{ 
     27http://your-domain.com/path-to-dolphin/upgrade/ 
     28}}} 
     29 
     30''Replace '''your-domain.com''' and  '''path-to-dolphin''' with your real values.'' 
     31 
     32Apply all available updates. The script detects suitable updates automatically. 
     33 
     34 
     35 
     36== Step 4 == 
     37Please 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'''. 
     38 
     39 
     40== Step 5 == 
     41 
     42Delete the following files and folders manually via FTP or SSH: 
     43 
     44{{{ 
     45plugins/facebook-php-sdk/.scrutinizer.yml 
     46plugins/facebook-php-sdk/.travis.yml 
     47plugins/facebook-php-sdk/CHANGELOG.md 
     48plugins/facebook-php-sdk/CONTRIBUTING.md 
     49plugins/facebook-php-sdk/phpunit.xml.dist 
     50plugins/facebook-php-sdk/README.md 
     51}}} 
     52 
     53Here is ready scripts to run in SSH: 
     54{{{ 
     55rm -rf plugins/facebook-php-sdk/.scrutinizer.yml plugins/facebook-php-sdk/.travis.yml plugins/facebook-php-sdk/CHANGELOG.md plugins/facebook-php-sdk/CONTRIBUTING.md plugins/facebook-php-sdk/phpunit.xml.dist plugins/facebook-php-sdk/README.md 
     56}}} 
     57 
     58 
     59== Step 6 == 
     60Report any occurrence of bugs in [http://www.boonex.com/forums/forum/Technical-0.htm this forum]. 
 
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