Changes between Version 5 and Version 6 of 6.1.1to6.1.2


Ignore:
Timestamp:
Jun 24, 2008, 5:53:26 AM (16 years ago)
Author:
SergeyZ
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 6.1.1to6.1.2

    v5 v6  
    3333'''NOTE''': You should run '''upgrade.php''' only once. If you run the script for a second time, it will result in Database access error. 
    3434 
     35'''NOTE''': After running upgrade script please check your site homepage. If you have errors on the page like missing language strings, e.g. '_day_of_1' on events or blogs block, follow the following steps: 
     36 
     37'''a)''' Open the file file '''upgrade.php''' in editor. 
     38 
     39'''b)''' Remove following line: 
     40 
     41{{{ 
     42execSqlFile( './upgrade.sql' ); 
     43}}} 
     44 
     45'''c)''' Find the line: 
     46 
     47{{{ 
     48$iLangID = (int)db_value( "SELECT `ID` FROM `LocalizationLanguages` WHERE `Name`='English'" ); 
     49}}} 
     50 
     51Replace 'English' with 'en' in this line. 
     52 
     53Save the file. 
     54 
     55'''d)''' Run the upgrade script again. 
     56 
    3557 
    3658'''Now your Dolphin installation should be successfully upgraded.''' 
 
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