Bug #17217
closed
Workspace-Center doesn't show coloured differences
Added by Daniel Brotz over 17 years ago.
Updated almost 11 years ago.
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
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
Hy Nabil,
thanks for your help.
Works fine now!
np,
I think you can close this now or set another status at least
- Category set to Workspaces
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
- Target version deleted (
0)
Also available in: Atom
PDF