I am a PHP beginner, so I hope I've done this right: A added an error_log to task.php:

static public function run() {
                error_log('Run');
                $container = new DIContainer();
$container['FolderBusinessLayer']->purgeDeleted();
                $container['FeedBusinessLayer']->updateAll();
$container['FeedBusinessLayer']->purgeDeleted();
$container['ItemBusinessLayer']->autoPurgeOld();
}

'Webcron' and 'Error' selected at the administration-panel. Then, I opened https://myip/owncloud/cron.php and checked the log via tail -f.

The result: No 'Run' output there ... Very strange.

Regards
Daniel

Hm, no errors.

Can you add an error_log statement before
https://github.com/owncloud/news/blob/master/backgroundjob/task.php#L36
to check if the cronjob is being run? (error_log prints to httpd error log)


On 06/23/2013 01:34 PM, Daniel Wunderlich wrote:
Hey Bernhard,

I run cron.php and checked the different loglevel. Here are the results:

Debug:
...
{"app":"core","message":"Adding user backend instance of
OC_User_Database.","level":0,"time":1371986991}
{"app":"core","message":"Adding user backend instance of
OC_User_Database.","level":0,"time":1371986991}
{"app":"core","message":"Adding user backend instance of
OC_User_Database.","level":0,"time":1371986991}
{"app":"core","message":"Adding user backend instance of
OC_User_Database.","level":0,"time":1371986991}
{"app":"core","message":"Adding user backend instance of
OC_User_Database.","level":0,"time":1371986991}
{"app":"core","message":"include path for class
\"OCA_FirstRunWizard\\Config\" starts with
\"apps\/\"","level":0,"time":1371986991}
{"app":"core","message":"include path for class
\"Zend_Search_Lucene_Analysis_Analyzer\" starts with
\"apps\/\"","level":0,"time":1371986991}
{"app":"core","message":"include path for class \"Zend_Search_Lucene\"
starts with \"apps\/\"","level":0,"time":1371986991}
{"app":"search_lucene","message":"searching hits for
pk:23bfc95be88e6d03a26e695221b60a29","level":0,"time":1371986991}
{"app":"search_lucene","message":"found 0 hits
","level":0,"time":1371986991}
{"app":"core","message":"Adding user backend instance of
OC_User_Database.","level":0,"time":1371986991}
{"app":"core","message":"Adding user backend instance of
OC_User_Database.","level":0,"time":1371986992}
{"app":"core","message":"Adding user backend instance of
OC_User_Database.","level":0,"time":1371986992}
{"app":"core","message":"Adding user backend instance of
OC_User_Database.","level":0,"time":1371986993}
{"app":"core","message":"Adding user backend instance of
OC_User_Database.","level":0,"time":1371986993}
...


Info:
{"app":"core","message":"include path for class
\"OCA_FirstRunWizard\\Config\" starts with
\"apps\/\"","level":0,"time":1371987075}
{"app":"search_lucene","message":"failed to extract meta information
for \/username\/files\/Baum_conflict-20130608-131722.ctxt: unable to
determine file format","level":2,"time":1371987079}


Regards
Daniel


Check your log files (data/owncloud.log)

On 06/23/2013 01:16 PM, Daniel Wunderlich wrote:
Hey,

I am playing around with the news app but have one big problem: The
feeds are not updated. First, I tried the AJAX option, which doesn't
work. Then, I switched to Webcron, which also doesn't work.

I found [1], but I don't have a cron.lock file inside my
data-directory.

Any suggestions what I should do? It's a pity that this stops me from
using the news app.

Regards
Daniel

[1] https://github.com/owncloud/core/issues/3221

_______________________________________________
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud
_______________________________________________
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud

_______________________________________________
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud
_______________________________________________
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud


_______________________________________________
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud

Reply via email to