Project

General

Profile

Actions

Bug #17217

closed

Workspace-Center doesn't show coloured differences

Added by Daniel Brotz over 17 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Should have
Category:
Workspaces
Target version:
-
Start date:
2007-04-18
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

workspace.gif (15.4 KB) workspace.gif Administrator Admin, 2007-04-18 09:09
Actions #1

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

Actions #2

Updated by Daniel Brotz over 17 years ago

Hy Nabil,
thanks for your help.
Works fine now!

Actions #3

Updated by Nabil Saleh over 17 years ago

np,
I think you can close this now or set another status at least

Actions #4

Updated by Michael Stucki almost 11 years ago

  • Category set to Workspaces
Actions #5

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)
Actions

Also available in: Atom PDF