[Pmwiki-users] diff problem still not resolved

Volker Huppert webmaster
Mon Dec 15 17:28:55 CST 2003


Dear all,

coming back to my problem, that page revision does not show the diff
information.
See:
http://www.volker-huppert.de/pmwiki/pmwiki.php/Main/HomePage?action=diff

diff is in /usr/bin:
$ find / -name diff
/usr/bin/diff

Safe mode is disabled in php.ini:
;
; Safe Mode
;
safe_mode = Off
safe_mode_gid = Off
safe_mode_include_dir =
safe_mode_exec_dir =
safe_mode_allowed_env_vars = PHP_
safe_mode_protected_env_vars = LD_LIBRARY_PATH
disable_functions =

What else can I check?

Thanks a lot in advance.


Volker


----- Original Message ----- > Message: 3
> Date: Fri, 12 Dec 2003 01:54:34 +0100
> From: "Volker Huppert" <webmaster at Volker-Huppert.de>
> Subject: [Pmwiki-users] Re: diff; was:(no subject)
> To: "Patrick R. Michaud" <pmichaud at pobox.com>,
> <Pmwiki-users at pmichaud.com>
> Message-ID: <003e01c3c04a$87a8b7c0$0200a8c0 at VolkerHuppert>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Dear Patrick,
>
> "diff" IS at usr/bin. The server is running Linux.
> How do I check, whether "safe_mode" is enabled? (Sorry, I'm a PHP and a
> Linux newbie ...)
>
> Thanks,
>
> Volker
> ----- Original Message -----
>
> > If you're running on a Linux or Unix system, then it generally means
> > that your diff program is located somewhere other than /usr/bin/diff,
> > or that your PHP configuration isn't allowing calls to external
> > programs (e.g., if "safe_mode" is enabled).  You can explicitly set
> > the location of the diff program by setting $SysDiffCmd in local.php
> > ($SysDiffCmd defaults to /usr/bin/diff).
> >
> >
> > Pm





More information about the pmwiki-users mailing list