Frequently Asked Questions v2 |
FAQ Main / Answer Detail |
How to transform the old slice (from AAv1.2-) to the new database structure (used in AAv1.5+)?
Author: Honza actionapps@ecn.cz |
|
There is script /misc/oldDb2Db/move.php3. Script move.php3 is database trnansformation script, which copies whole slice from ActionApps v1.2- to the new database structure, which is used for ActionApps v1.5+.
What is Done:
Limitations:
After import you have to change the include lines in the pages in order the
new slice is called - for example change old line in *.shtml file:
<!--#include virtual="/aa12/slice.php3?slice_id=4e6577735f454e5f746d706c2e2e2e2e"-->
to point to new AAv2.0 installation directory:
<!--#include virtual="/aa20/slice.php3?slice_id=4e6577735f454e5f746d706c2e2e2e2e"-->
The slice id is the same. After that, you shoud review all public pages to make you sure, it works as expected. I do not expect many problems. All features of AAv1.2- as possible to implement in AAv2.0. The biggest problem should be the search form, but it is quite easy to create it manually.
Last Edit: Aug 17 2011
<aafaq id=1727> ~ToDo: 1727 How to transform the old slice (from AAv1.2-) to the new database structure (used in AAv1.5+)? </aafaq>
This FAQ interface was developed by Jason at Commons.ca
|
APC
ActionApps is a free software content management system initiated by
the Association for Progressive Communications (APC) APC - Internet and ICTs for social justice and development |