Ticket #212 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

Feeds not updating on FreeBSD

Reported by: trac_user Assigned to: fox
Priority: major Milestone: 1.2.25
Component: backend Version:
Keywords: Cc:

Description

Since a couple of version back the update_daemon doesn't work correctly on FreeBSD without modification. The daemon is running without errors and purging feeds but no feeds are updated. This is related to the path of the PHP-executable.

The line:

 define('PHP_EXECUTABLE', '/usr/bin/php');

in update_daemon.php must be changed to:

 define('PHP_EXECUTABLE', '/usr/local/bin/php');

This might be a problem on other systems as well. Windows? Maybe related to ticked 135 as well but I can't remember if I had this problem as early as 1.2.13.

How about moving the defines in update_daemon.php to config.php?

Change History

07/10/08 15:50:11 changed by fox

  • status changed from new to assigned.
  • milestone set to 1.2.25.

07/10/08 16:00:27 changed by www-ttrss

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [2547]) [project @ move php executable path for old-style daemon to config.php (bump version) (closes #212)]