Search found 19 matches

by Lisandro1987
17 Oct 2012, 19:02
Forum: Help
Topic: [RESOLVED] Include plugin library
Replies: 6
Views: 7235

Re: Include plugin library

Thanks so much for your answer, but that don't work: [PUBLIC_HTML]/plugins/TestPlugin/pages/index.php <?php require_once(dirname(__FILE__)."/../../../config_inc.php"); require_once(dirname(__FILE__)."/../../../core.php"); $connection = mysql_connect($g_hostname, $g_db_username, $...
by Lisandro1987
16 Oct 2012, 16:55
Forum: Help
Topic: [RESOLVED] Include plugin library
Replies: 6
Views: 7235

[RESOLVED] Include plugin library

I need to create a cronjob that execute a PHP file. But I have a problem when when I try to run the file by console typing: If I run in the console: [USER]@[HOSTNAME]:~$ php [PUBLIC_HTML]/plugins/TestPlugin/pages/index.php PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/co...
by Lisandro1987
02 Oct 2012, 16:53
Forum: Help
Topic: [RESOLVED] How to schedule bugs?
Replies: 4
Views: 4914

Re: How to schedule bugs?

I'm using RecurCall plugin. I create a weekly recurring task, but when I resolved it the plugin create another bug/issue, but the create_date and due_date is the same that the first... Does anybody use this plugin and can help me?
by Lisandro1987
02 Oct 2012, 14:24
Forum: Help
Topic: [RESOLVED] How to schedule bugs?
Replies: 4
Views: 4914

[RESOLVED] How to schedule bugs?

I want to know if there is a easy way to schedule bug creation. For example, I need to create a bug every monday at 5:00 P.M. with title 'Title', created by 'user1', assigned to 'user2', with description, priority, due date, etc, etc, etc... Like the normal bug creation form... PD: Sorry for my Span...