Cannot see history

When I select History Screen of any asset, I cannot to see detail of the asset history.
What should I do to set up for viewing history?



Thank You

You have to enable Rollback to see asset history:


http://matrix.squiz.net/resources/upgrading/rollback-managemen

[quote]You have to enable Rollback to see asset history:


http://matrix.squiz.net/resources/upgrading/rollback-managemen[/quote]



Thank You for your advice

I enabled Rollback following:



-------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Enabling Rollback Support

Configuration Settings

To enable rollback, first change the SQ_CONF_ROLLBACK_ENABLED configuration parameter in the main.inc configuration file from false to true.



define(‘SQ_CONF_ROLLBACK_ENABLED’, true);

More information about MySource Matrix configuration settings can be found in the annotated guide to the main.inc configuration file.



Initialise Rollback Data

The rollback data stored in the database needs to be initialised to the current data and time.



$ cd /path/to/matrix

$ php scripts/rollback_management.php -s /path/to/matrix --enable-rollback

Enable Database Triggers

Rollback is controlled through triggers on the database that copy data to history tables as it is modified. Enabling the rollback configuration setting will not allow these triggers to save old versions of data. You must run the step_02.php installation script to enable them.



$ cd /path/to/matrix

$ php install/step_02.php /path/to/matrix



-------------------------------------------------------------------------------------------------------------------------------------------------------------------------



Now I can see history but when I click “View” button of the previous version, this screen is displayed





[color="#FF0000"]You are currently viewing the system in rollback mode



The system is as it appeared on 10th Jan 2008 9:57am (22 minutes and 25 seconds ago).

While viewing in rollback mode you cannot make any changes to the system.



What did I mistake?

No mistake -- this means it is working. When you're in history mode, Matrix will show you the screens from that date/time.

OK I see.

In User Manual, when I click "View" button the system will display a red text box at the top of the screen and display the previous version of asset detail at the bottom of the screen.

When I view the history, I can see a red box (that tell you before) but instead of asset detail, I see the asset types.

I think it is working but not complete.

Yes, you can use the asset map to navigate back to the asset to see it at that date and time. Matrix shows you the asset type list if it can't work out which asset to display a history for.

Thank you, Thank you very much
I understand it. :P