In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1220 [In-Portal CMS] Install / Upgrages bug report always 2012-03-12 06:26 2012-07-25 05:31
Dmitry  
alex  
normal  
closed 5.2.0-B1  
fixed  
 
none 5.2.0-B2  
https://groups.google.com/d/topic/in-portal-bugs/aQu5jYOR4EY/discussion
Fixes incomplete /system/config.php file after upgrade
1
0001220: Incomplete /system/config.php file after upgrade
"Step 9 - System Configuration" is fully skipped during the upgrade - not sure how critical this is.
After Upgrade:
==============
$_CONFIG['Misc']['WriteablePath'] = '/system';
$_CONFIG['Misc']['Domain'] = 'www.jurmala.com';
$_CONFIG['Misc']['RestrictedPath'] = '/system/.restricted';
$_CONFIG['Misc']['WebsitePath'] = '/tests/5.2.x';

After Clean Install:
====================
$_CONFIG['Misc']['AdminDirectory'] = '/admin';
$_CONFIG['Misc']['AdminPresetsDirectory'] = '/admin';
$_CONFIG['Misc']['ApplicationClass'] = 'kApplication';
$_CONFIG['Misc']['ApplicationPath'] = '/core/kernel/application.php';
$_CONFIG['Misc']['CacheHandler'] = 'Fake';
$_CONFIG['Misc']['MemcacheServers'] = 'localhost:11211';
$_CONFIG['Misc']['CompressionEngine'] = 'yui'
child of 0000969closed  (5.2.0)alex New "System Configuration" installation step 
patch sys_config_step_on_upgrade.patch (1,104) 2012-03-12 06:26
http://tracker.in-portal.org/file_download.php?file_id=1546&type=bug
Issue History
2012-07-25 05:31 alex Note Added: 0004960
2012-07-25 05:31 alex Status resolved => closed
2012-03-12 06:29 alex Relationship added child of 0000969
2012-03-12 06:27 alex Note Added: 0004493
2012-03-12 06:27 alex Status reviewed and tested => resolved
2012-03-12 06:27 alex Fixed in Version => 5.2.0-B2
2012-03-12 06:27 alex Resolution open => fixed
2012-03-12 06:27 alex Assigned To !COMMUNITY => alex
2012-03-12 06:27 alex Changeset attached 5.2.x r15175
2012-03-12 06:27 alex Note Added: 0004492
2012-03-12 06:27 alex Status needs testing => reviewed and tested
2012-03-12 06:26 alex Reporter alex => Dmitry
2012-03-12 06:26 alex Assigned To => !COMMUNITY
2012-03-12 06:26 alex Developer => alex
2012-03-12 06:26 alex Status active => needs testing
2012-03-12 06:26 alex New Issue
2012-03-12 06:26 alex File Added: sys_config_step_on_upgrade.patch
2012-03-12 06:26 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/aQu5jYOR4EY/discussion
2012-03-12 06:26 alex Change Log Message => Fixes incomplete /system/config.php file after upgrade
2012-03-12 06:26 alex Estimate Points => 1

Notes
(0004492)
alex   
2012-03-12 06:27   
Will test all together later.
(0004493)
alex   
2012-03-12 06:27   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001220: Incomplete /system/config.php file after upgrade
(0004960)
alex   
2012-07-25 05:31   
Since 5.2.0 version was released.