xoopsforge-devel Mailing List for XoopsForge Project Management System
Brought to you by:
gldneagl
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(5) |
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Federico N. <ic...@in...> - 2003-07-07 09:46:42
|
Alle 03:30, gioved=EC 3 luglio 2003,=20 xoo...@li... ha scritto: > Hello. > > Is Xoopsforge ready to run on Xoops 2 or is there a plan to make it ready > for Xoops 2.0.x? > > Regards > Hanspeter You can see it on www.myxoops.de or on www.devep.org and even download from= it=20 (the install process has a little bug but you can install it on xoops1.3 an= d=20 then upgrade) bye iconeb |
From: Hanspeter <du...@gm...> - 2003-07-02 08:41:39
|
Hello. Is Xoopsforge ready to run on Xoops 2 or is there a plan to make it ready for Xoops 2.0.x? Regards Hanspeter -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage! |
From: Jesse A. (K. 11) <ale...@cs...> - 2002-08-07 15:18:04
|
Hi, found the bugger: it was me... while changing the db.php to reflect the changed db-name and db-server, I changed line 53 (added _rc3 after the braces) and therefor made the script invalid. regards Alexander -----Original Message----- From: Jesse Alexander (KADA 11) Sent: Mittwoch, 7. August 2002 16:01 To: 'xoo...@li...' Subject: [Xoopsforge-devel] XF-cronjobs parsing errors Hi, when I start the cron-job-php-scripts I get parsing errors: #!/usr/bin/php -q Parse error: parse error in /usr/local/httpd/htdocs/xoops/xf/cronjobs/db.php on line 54 Fatal error: Call to undefined function: db_query() in /usr/local/httpd/htdocs/xoops/xf/cronjobs/update_ forum.php on line 18 This points to this line in db.php: return @mysql_db_query($db,$qstring,$conn); Has somebody else seen something similar? Found a solution? regards Alexander Jesse ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xoopsforge-devel mailing list Xoo...@li... https://lists.sourceforge.net/lists/listinfo/xoopsforge-devel |
From: Jesse A. (K. 11) <ale...@cs...> - 2002-08-07 14:01:34
|
Hi, when I start the cron-job-php-scripts I get parsing errors: #!/usr/bin/php -q Parse error: parse error in /usr/local/httpd/htdocs/xoops/xf/cronjobs/db.php on line 54 Fatal error: Call to undefined function: db_query() in /usr/local/httpd/htdocs/xoops/xf/cronjobs/update_ forum.php on line 18 This points to this line in db.php: return @mysql_db_query($db,$qstring,$conn); Has somebody else seen something similar? Found a solution? regards Alexander Jesse |
From: Jochen S. <ps...@ps...> - 2002-06-20 09:31:55
|
Hi, good point. What do you think about adding a reference field to the artifact table. This would be useful for bug-reports too, when a similar problem already exists. Then it would be possible show a link to the previous bug in this bug report. Greets, jochen On Wed, Jun 19, 2002 at 08:39:15PM +0200, Arjen van Efferen wrote: > Hi, > > Well, thats a hard one. Currently each Artifact is linked to its tracker by > a tracker id in the artifact table. If you want to have the same artifact in > multiple trackers you can either duplicate the artifact and link it a second > tracker... or you need to rebuild the entire Artifact structure to allow > that. > > /Arjen > > ----- Original Message ----- > From: "Jochen Schaeuble" <ps...@ps...> > To: <xoo...@li...> > Sent: Wednesday, June 19, 2002 8:14 PM > Subject: [Xoopsforge-devel] Artifact in multiple trackers > > > > Hi, > > I'm currently writing a modification for the xoopsforge tracker. > > For this I want to use the same Artifact in multiple trackers. Is this > > possible or do I have to add something like a usage counter? > > > > (I think it's faster to ask this question on the list than to look at > > the code :-)) > > > > Thanks in advance, > > jochen > > > > -------------------------------------------------------------------------- > -- > > Bringing you mounds of caffeinated joy > > >>> http://thinkgeek.com/sf <<< > > > > _______________________________________________ > > Xoopsforge-devel mailing list > > Xoo...@li... > > https://lists.sourceforge.net/lists/listinfo/xoopsforge-devel > > > > > > ---------------------------------------------------------------------------- > Bringing you mounds of caffeinated joy > >>> http://thinkgeek.com/sf <<< > > _______________________________________________ > Xoopsforge-devel mailing list > Xoo...@li... > https://lists.sourceforge.net/lists/listinfo/xoopsforge-devel |
From: Arjen v. E. <a.v...@me...> - 2002-06-19 18:40:25
|
Hi, Well, thats a hard one. Currently each Artifact is linked to its tracker by a tracker id in the artifact table. If you want to have the same artifact in multiple trackers you can either duplicate the artifact and link it a second tracker... or you need to rebuild the entire Artifact structure to allow that. /Arjen ----- Original Message ----- From: "Jochen Schaeuble" <ps...@ps...> To: <xoo...@li...> Sent: Wednesday, June 19, 2002 8:14 PM Subject: [Xoopsforge-devel] Artifact in multiple trackers > Hi, > I'm currently writing a modification for the xoopsforge tracker. > For this I want to use the same Artifact in multiple trackers. Is this > possible or do I have to add something like a usage counter? > > (I think it's faster to ask this question on the list than to look at > the code :-)) > > Thanks in advance, > jochen > > -------------------------------------------------------------------------- -- > Bringing you mounds of caffeinated joy > >>> http://thinkgeek.com/sf <<< > > _______________________________________________ > Xoopsforge-devel mailing list > Xoo...@li... > https://lists.sourceforge.net/lists/listinfo/xoopsforge-devel > |
From: Jochen S. <ps...@ps...> - 2002-06-19 18:14:42
|
Hi, I'm currently writing a modification for the xoopsforge tracker. For this I want to use the same Artifact in multiple trackers. Is this possible or do I have to add something like a usage counter? (I think it's faster to ask this question on the list than to look at the code :-)) Thanks in advance, jochen |
From: Arjen v. E. <a.v...@me...> - 2002-06-12 06:19:38
|
Hi, You need to setup a cronjob to do this for you. Because you use a Unix-variant, i guess that it is not a problem for you to setup a cronjob. In the directory /xf/cronjobs, you will find the file "xoopsforge.cron". In there are all the required jobs to run. good luck /Arjen van Efferen ----- Original Message ----- From: "Broberg, Ronald" <ron...@lm...> To: <xoo...@li...> Sent: Tuesday, June 11, 2002 10:04 PM Subject: [Xoopsforge-devel] Trove not updating > I have installed the xoops and xoopsforge and am sucessfully navigating > the system. > > I can register a new project, approve it, and categorize it for the > software trove. However, this does not actually update the trove and it > is not visible there. I see that there are projects registered in the > trove at xoopsforge.sf.net. > > My config: > > XoopsForge 2.0.4 > xoops v1 rc3 > mysql 3.23.49 > php 4.1.2 > apache 1.3.24 > Debian 2.4 (woody/unstable) > > Any suggestions? > > --ron > > > _______________________________________________________________ > > Multimillion Dollar Computer Inventory > Live Webcast Auctions Thru Aug. 2002 - http://www.cowanalexander.com/calendar > > > > _______________________________________________ > Xoopsforge-devel mailing list > Xoo...@li... > https://lists.sourceforge.net/lists/listinfo/xoopsforge-devel > |
From: Broberg, R. <ron...@lm...> - 2002-06-12 02:04:58
|
I have installed the xoops and xoopsforge and am sucessfully navigating the system. I can register a new project, approve it, and categorize it for the software trove. However, this does not actually update the trove and it is not visible there. I see that there are projects registered in the trove at xoopsforge.sf.net. My config: XoopsForge 2.0.4 xoops v1 rc3 mysql 3.23.49 php 4.1.2 apache 1.3.24 Debian 2.4 (woody/unstable) Any suggestions? --ron |
From: Arjen v. E. <qa...@oc...> - 2002-05-14 13:12:18
|
Test message |