From: Miles B. <mil...@gm...> - 2006-07-12 16:39:49
|
On 7/12/06, Kevin <ke...@dr...> wrote: > What happens when you run update-quiet.php? try turning on debug and see > if it gives any errors. Running update-quiet.php from my web browser did not return any errors with just PHP_DEBUG on. It looks like nothing at all is happening and the php script is not being run at all. With DB_DEBUG turned on as well it returned this; which does not look like a problem. (mysql): SELECT name, value FROM fr_config Error (0): (mysql): SELECT feed.id, feed.url, feed.title, feed.link, feed.category_id, cat.title as category_title, feed.latitude, feed.longitude, feed.update_enabled, feed.auto_tag, feed.last_update, feed.update_interval FROM fr_feeds feed JOIN fr_categories cat ON (feed.category_id = cat.id)ORDER BY title ASC Error (0): |