Changes between Version 4 and Version 5 of 7.0.7-7.0.8


Ignore:
Timestamp:
Oct 31, 2011, 4:59:19 AM (12 years ago)
Author:
AlexT
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 7.0.7-7.0.8

    v4 v5  
    2323 
    2424'''NOTE''':  Forum template was restructured, so if you have custom template, then you maybe need to ask for update from the template author. 
     25 
     26'''UPDATE''': 31/10/2011 
     27 
     28We forgot to include SQL for version changing for the following modules: 
     29- pageac 
     30- smtpmailer 
     31- zipcodesearch 
     32To fix this problem you can do using the ONE of the following ways: 
     33 
     34'''a)''' reinstall above mods, but please note that you will need to re-enter all the settings in the modules. 
     35 
     36OR 
     37 
     38'''b)''' run the following SQL: 
     39 
     40 
     41{{{ 
     42UPDATE `sys_modules` SET `version` = '1.0.8' WHERE `uri` = 'pageac' AND `version` = '1.0.7'; 
     43UPDATE `sys_modules` SET `version` = '1.0.8' WHERE `uri` = 'smtpmailer' AND `version` = '1.0.7'; 
     44UPDATE `sys_modules` SET `version` = '1.0.8' WHERE `uri` = 'zipcodesearch' AND `version` = '1.0.7'; 
     45 
     46}}} 
     47 
     48clear''' /cache/''' folder after above SQL queries are executed. 
     49 
     50This variant will preserve all the settings in the module. 
 
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