Bug #17217
closedWorkspace-Center doesn't show coloured differences
0%
Description
After changing records no differences are shown in summary view. The only thing that appears is a number in brackets e.g. [3221].
(issue imported from #M5448)
Files
Updated by Nabil Saleh over 17 years ago
Hi,
I had the same Problems, investigating the Code of class.t3lib_diff.php I found this
$cmd = $GLOBALS['TYPO3_CONF_VARS']['BE']['diff_path'].' '.$this->diffOptions.' '.$file1.' '.$file2;
$res = array();
exec($cmd,$res);
what I did was
- verify $GLOBALS['TYPO3_CONF_VARS']['BE']['diff_path'] is set correctly
- as php save mode was on,I explictly allow ed "diff" to be called from php
old workspace changes still had (now colored numbers), but after publishing these new differences where displayed correctly.
So I think this is not a bug, but a configuration Problem.
Hope I could help
Nabil
Updated by Daniel Brotz over 17 years ago
Hy Nabil,
thanks for your help.
Works fine now!
Updated by Nabil Saleh over 17 years ago
np,
I think you can close this now or set another status at least
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
- Target version deleted (
0)