When setting up 1.5.1, I had a problem with fortune
that turned out to be the wrong path. With my distro
(Fedora Core 3), /usr/games/fortune exists, but it is a
folder not the binary. As such, I suggest the
following change to the functions.php file to catch
this and report that the program was not found.
44c44
< $exist = is_file($fortune_location);
---
> $exist = file_exists($fortune_location);
Tomas Kuliavas
None
None
Public
|
Date: 2006-07-07 13:22 Logged In: YES |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2006-07-07 13:22 | tokul |
| resolution_id | None | 2006-07-07 13:22 | tokul |
| close_date | - | 2006-07-07 13:22 | tokul |
| assigned_to | nobody | 2006-06-05 12:25 | tokul |