You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(21) |
Jun
(47) |
Jul
(210) |
Aug
(30) |
Sep
(25) |
Oct
(7) |
Nov
|
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(52) |
Feb
(35) |
Mar
(42) |
Apr
(62) |
May
(12) |
Jun
(80) |
Jul
(34) |
Aug
(35) |
Sep
(245) |
Oct
(83) |
Nov
(27) |
Dec
(68) |
2005 |
Jan
(59) |
Feb
(97) |
Mar
(80) |
Apr
(30) |
May
(29) |
Jun
(7) |
Jul
(26) |
Aug
(46) |
Sep
(31) |
Oct
(25) |
Nov
(36) |
Dec
(22) |
2006 |
Jan
(24) |
Feb
(24) |
Mar
(29) |
Apr
(1) |
May
(2) |
Jun
(4) |
Jul
(10) |
Aug
(73) |
Sep
(3) |
Oct
(12) |
Nov
(7) |
Dec
(19) |
2007 |
Jan
(10) |
Feb
(4) |
Mar
(4) |
Apr
(10) |
May
(1) |
Jun
(11) |
Jul
(16) |
Aug
(1) |
Sep
(10) |
Oct
(14) |
Nov
(7) |
Dec
(14) |
2008 |
Jan
(19) |
Feb
(7) |
Mar
(1) |
Apr
(3) |
May
(2) |
Jun
(13) |
Jul
(18) |
Aug
(10) |
Sep
(31) |
Oct
(12) |
Nov
(3) |
Dec
(1) |
2009 |
Jan
(2) |
Feb
(2) |
Mar
(8) |
Apr
(9) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2007-12-08 16:14:26
|
/mod/mailinglists item #1293044, was opened at 2005-09-16 11:24 Message generated for change (Comment added) made by blindman1344 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1293044&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: RFE Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: JAC (johnacraft) >Assigned to: Greg Meiste (blindman1344) >Summary: RFE: resend archived message to myself Initial Comment: I would like users to be able to re-send a message to themselves from the archives. Thanks. ---------------------------------------------------------------------- >Comment By: Greg Meiste (blindman1344) Date: 2007-12-08 10:14 Message: Logged In: YES user_id=780595 Originator: NO Assigned. ---------------------------------------------------------------------- Comment By: Mike Noyes (mhnoyes) Date: 2005-09-16 20:43 Message: Logged In: YES user_id=39521 Moved to the mod/mailinglists tracker. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1293044&group_id=81360 |
From: SourceForge.net <no...@so...> - 2007-12-08 16:07:19
|
/mod/mailinglists item #1838405, was opened at 2007-11-25 21:14 Message generated for change (Comment added) made by blindman1344 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1838405&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: RFE Group: None Status: Open Resolution: None >Priority: 9 Private: No Submitted By: Josh Curry (joshcurry) >Assigned to: Greg Meiste (blindman1344) Summary: Throttle/Queue Mail Sending Initial Comment: Many ISPs now limit the number of emails that a script can send per hour. So, to remedy this problem I would like to see a mail queue/throttle implemented in the mailinglists module. Although I am not a php programmer, here is a patch that I currently use to throttle the outgoing email sent by phpmailinglists (v. 0.5.6) in phpwebsite 0.10.1. Not all emails are throttled, only emails sent to the mailing lists are queued; subscribe and unsubscribe requests are still emailed when submitted. As far as I can tell, there are no issues with this implementation. I used the Pear Mail_Queue package (http://pear.php.net/package/Mail_Queue) to write this patch. Mail_Queue is not installed in phwebsite by default and it will need to be copied to your lib/pear/Mail directory. The end-user documentation I followed is located here: http://pear.php.net/manual/en/package.mail.mail-queue.php. Basically, the setup is as follows. 1) Create the necessary tables in your database using the mail_queue_create_table.sql file. You can change the table name at the top of this file to correspond to your naming scheme. If you do so, remember to do so in the queue_config.php file. 2) Modify the queue_config.php file as indicated in that file's comments. Basically, you need to specify the mail and my sql settings you use. 3) Modify the queue_send.php file to set your timezone and mailing rate (I use 185 mails per hour because my host limits scripts to 200 emails per hour). You may also need to add the timezone line to the the phpwebsite index.php file if you don't already set your timezone this way. I already do, so this wasn't a problem, but it did crop up as an issue when my queue_send.php file was called because it was using the server's timezone and not my website's timezone (server is west coast, website is run for an east coast organization). 4) Patch the class/phpmailinglists.php file using the mailqueue.patch file. 5) Set cron to access your queue_send.php file each hour (I use @houly /usr/bin/lynx -source http://path.to/mailinglists/class/queue_send.php). I assume that you could also do this on windows. This has worked well for me, but like I said, I'm not a programmer and I'm not that familiar with this module. If anyone notices any bugs or has suggestions on making this better, please let me know. I hope this helps get a mail queue implemented faster. ---------------------------------------------------------------------- >Comment By: Greg Meiste (blindman1344) Date: 2007-12-08 10:07 Message: Logged In: YES user_id=780595 Originator: NO I don't see any files attached to this ticket. Could you attach you patch so I can review? Thanks. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1838405&group_id=81360 |
From: SourceForge.net <no...@so...> - 2007-12-08 16:01:34
|
/mod/mailinglists item #1274785, was opened at 2005-08-27 14:52 Message generated for change (Comment added) made by blindman1344 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1274785&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: RFE Group: None >Status: Closed >Resolution: Invalid Priority: 5 Private: No Submitted By: Greg Meiste (blindman1344) Assigned to: Greg Meiste (blindman1344) Summary: return-path Initial Comment: wor...@gm... is my email. for some reason my host has set up his mail server such that any auto-replies will be sent to him. It would be nice if we could have a return-path set up in the next upgrade that includes the from address as the return- path. http://www.plus2net.com/php_tutorial/php_mail.php That's what's needed, I just don't know where it would go. Specifically this is what happens when I mail out. 1) qmail sends to the mailing list 2) People receive their email and anyone set up with auto-reply sends an auto reply to what it's recognizing as the return-path 4) I don't receive the auto-reply but the users receive the original message. 5) my host's catch-all receives auto-replies for whatever reason. wor...@sh... is the recipient and wor...@gm... is the sender X-Gmail-Received: 8a842a90f254409362fa8d230c09bac728bf1d3b Delivered-To: wor...@gm... Received: by 10.54.14.42 with SMTP id 42cs6887wrn; Wed, 30 Mar 2005 11:15:46 -0800 (PST) Received: by 10.38.160.52 with SMTP id i52mr726353rne; Wed, 30 Mar 2005 11:15:46 -0800 (PST) Return-Path: <an...@om...> Received: from pd6mo2no.prod.shaw.ca (idcmail- mo2no.cg.shawcable.net [64.59.134.9]) by mx.gmail.com with ESMTP id g2si1373171rne.2005.03.30.11.15.45; Wed, 30 Mar 2005 11:15:46 -0800 (PST) Received-SPF: neutral (gmail.com: 64.59.134.9 is neither permitted nor denied by best guess record for domain of an...@om...) Received: from pd6mr7no.prod.shaw.ca (pd6mr7no-qfe2.prod.shaw.ca [10.0.144.220]) by l- daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IE6004WWIU9V520@l-daemon> for wor...@gm... (ORCPT wor...@sh...); Wed, 30 Mar 2005 12:15:45 -0700 (MST) Received: from pd8ms1no.prod.shaw.ca ([10.0.145.162]) by pd6mr7no.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IE...@pd...> for wor...@gm... (ORCPT wor...@sh...); Wed, 30 Mar 2005 12:15:45 -0700 (MST) Received: from pd5mr5so.prod.shaw.ca (pd5mr5so-qfe3.prod.shaw.ca [10.0.141.181]) by l- daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0IE600JPMIU9PH@l-daemon> for wor...@gm... (ORCPT wor...@sh...); Wed, 30 Mar 2005 12:15:45 -0700 (MST) Received: from pd2mi3so.prod.shaw.ca ([10.0.121.98]) by pd5mr5so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IE...@pd...> for wor...@sh... (ORCPT wor...@sh...); Wed, 30 Mar 2005 12:15:45 -0700 (MST) Received: from omega.focalnetworks.net (omega.focalnetworks.net [209.135.104.33]) by pd2mi3so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with SMTP id <0IE...@pd...> for wor...@sh... (ORCPT wor...@sh...); Wed, 30 Mar 2005 12:15:45 -0700 (MST) Received: (qmail 5820 invoked by uid 65534); Wed, 30 Mar 2005 19:15:29 +0000 Date: Wed, 30 Mar 2005 19:15:29 +0000 From: spitboxer gmail com <wor...@gm...> Subject: [WAV News] asdf To: wor...@sh... Message-id: <200...@om... > MIME-version: 1.0 Content-type: multipart/alternative; boundary="=_6d7f2272ad644bcab6ac67bc3b17a4ac" --=_6d7f2272ad644bcab6ac67bc3b17a4ac Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit ---------------------------------------------------------------------- >Comment By: Greg Meiste (blindman1344) Date: 2007-12-08 10:01 Message: Logged In: YES user_id=780595 Originator: YES >From address should work. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1274785&group_id=81360 |
From: SourceForge.net <no...@so...> - 2007-12-08 15:59:26
|
/mod/mailinglists item #1274783, was opened at 2005-08-27 14:51 Message generated for change (Settings changed) made by blindman1344 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1274783&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: RFE Group: None >Status: Closed >Resolution: Invalid Priority: 5 Private: No Submitted By: Greg Meiste (blindman1344) Assigned to: Greg Meiste (blindman1344) Summary: Anonymous Unsubscribe Initial Comment: Currently if an anonymous user subscribes to a list, and then confirms, they get an email telling them to they can unsubscribe by going to their subscription menu on the site. Obviously, they don't have one being an anonymous user. I couldn't find one either so that'll need to be implemented. ---- Date: 2005-03-15 09:09 Sender: blindman1344 Logged In: YES user_id=780595 That is the text of the default subscribe email for the mailing list. That can (and in your case should) be changed since you are allowing anonymous subscribers. It is changed via the edit mailing list form. There is a way anonymous users can unsubscribe. You will need to enable footers in the settings. The footers by default contain links for both registered and anonymous users to unsubscribe. That should be sufficient, right? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1274783&group_id=81360 |
From: SourceForge.net <no...@so...> - 2007-12-08 15:57:35
|
/mod/mailinglists item #1274769, was opened at 2005-08-27 14:32 Message generated for change (Settings changed) made by blindman1344 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1274769&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: RFE Group: None >Status: Closed >Resolution: Rejected Priority: 5 Private: No Submitted By: Greg Meiste (blindman1344) Assigned to: Greg Meiste (blindman1344) Summary: link user admin and mailing list groups Initial Comment: Could a checkbox be added to the mailing list settings that links the mailing list groups and the user admin groups together? The only reason I bothered to add users to groups in the first place was that I thought that the notes were actually email, and also that the notes would let you send email to multiple users and groups of users. Now that I have the users in groups, I would like to use those groups with the mailing list module (I have uninstalled the notes module). I don't really mind seeing the groups in two places (users admin and mailing lists) but I would like them to be identical groups. Note that in our case, we don't want users to be able to subscribe and unsubscribe from lists by themselves. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1274769&group_id=81360 |
From: SourceForge.net <no...@so...> - 2007-12-08 15:55:25
|
/mod/mailinglists item #1274747, was opened at 2005-08-27 14:13 Message generated for change (Settings changed) made by blindman1344 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1274747&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: RFE Group: None >Status: Closed >Resolution: Wont Fix Priority: 5 Private: No Submitted By: Greg Meiste (blindman1344) Assigned to: Greg Meiste (blindman1344) Summary: Confirm reception of mail Initial Comment: It would be cool if each list mail could have a link at the end that -after being clicked- confirms that the mail was read. Would be nice for our local leo district where we want to invite members and urge them to send a confirmation after receiving the invitation. It would be easier if the just could click on a link. Hope I made clear what I think would be a big improvement. ---- Date: 2004-05-18 03:19 Sender: tluft Logged In: YES user_id=782280 I though of this: when sending the mail create a random number which is used for the link and stored in the database. This would require a new table with the columns userid, mailid, randomnumber and confirmed. When the user clicks the link confirmed is set to true and could be displayed in the admin interface when viewing saved mailings. I am aware of the fact that this is not very trivial ;-) I will use the cvs data and try to program it on myself, but this could take a while. When I have something useful I will upload it to this RFE. Date: 2004-05-17 17:15 Sender: daltonlp Logged In: YES user_id=984313 I suspect adding the link would be easy. Slightly more difficult would be having mailinglists keep track of who has read the email and who hasn't. This is not impossibly hard, but it's more than just adding a link to an email. Actually, I think it's a lot more flexible and easier for the sender to be responsible for confirmation and RSVP links. Like: "Please let us know if you can accept this invitation. RSVP with pe...@ad...." ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1274747&group_id=81360 |
From: SourceForge.net <no...@so...> - 2007-12-08 15:49:25
|
/mod/mailinglists item #1838406, was opened at 2007-11-25 21:16 Message generated for change (Comment added) made by blindman1344 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1838406&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Support Request Group: None >Status: Closed >Resolution: Duplicate Priority: 5 Private: No Submitted By: Josh Curry (joshcurry) Assigned to: Greg Meiste (blindman1344) Summary: Throttle/Queue Mail Sending in mod Mailinglists Initial Comment: Many ISPs now limit the number of emails that a script can send per hour. So, to remedy this problem I would like to see a mail queue/throttle implemented in the mailinglists module. Although I am not a php programmer, here is a patch that I currently use to throttle the outgoing email sent by phpmailinglists (v. 0.5.6) in phpwebsite 0.10.1. Not all emails are throttled, only emails sent to the mailing lists are queued; subscribe and unsubscribe requests are still emailed when submitted. As far as I can tell, there are no issues with this implementation. I used the Pear Mail_Queue package (http://pear.php.net/package/Mail_Queue) to write this patch. Mail_Queue is not installed in phwebsite by default and it will need to be copied to your lib/pear/Mail directory. The end-user documentation I followed is located here: http://pear.php.net/manual/en/package.mail.mail-queue.php. Basically, the setup is as follows. 1) Create the necessary tables in your database using the mail_queue_create_table.sql file. You can change the table name at the top of this file to correspond to your naming scheme. If you do so, remember to do so in the queue_config.php file. 2) Modify the queue_config.php file as indicated in that file's comments. Basically, you need to specify the mail and my sql settings you use. 3) Modify the queue_send.php file to set your timezone and mailing rate (I use 185 mails per hour because my host limits scripts to 200 emails per hour). You may also need to add the timezone line to the the phpwebsite index.php file if you don't already set your timezone this way. I already do, so this wasn't a problem, but it did crop up as an issue when my queue_send.php file was called because it was using the server's timezone and not my website's timezone (server is west coast, website is run for an east coast organization). 4) Patch the class/phpmailinglists.php file using the mailqueue.patch file. 5) Set cron to access your queue_send.php file each hour (I use @houly /usr/bin/lynx -source http://path.to/mailinglists/class/queue_send.php). I assume that you could also do this on windows. This has worked well for me, but like I said, I'm not a programmer and I'm not that familiar with this module. If anyone notices any bugs or has suggestions on making this better, please let me know. I hope this helps get a mail queue implemented faster. ---------------------------------------------------------------------- >Comment By: Greg Meiste (blindman1344) Date: 2007-12-08 09:49 Message: Logged In: YES user_id=780595 Originator: NO Duplicate of 1838405. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1838406&group_id=81360 |
From: SourceForge.net <no...@so...> - 2007-11-26 03:15:57
|
/mod/mailinglists item #1838406, was opened at 2007-11-25 22:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1838406&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Support Request Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Josh Curry (joshcurry) Assigned to: Greg Meiste (blindman1344) Summary: Throttle/Queue Mail Sending in mod Mailinglists Initial Comment: Many ISPs now limit the number of emails that a script can send per hour. So, to remedy this problem I would like to see a mail queue/throttle implemented in the mailinglists module. Although I am not a php programmer, here is a patch that I currently use to throttle the outgoing email sent by phpmailinglists (v. 0.5.6) in phpwebsite 0.10.1. Not all emails are throttled, only emails sent to the mailing lists are queued; subscribe and unsubscribe requests are still emailed when submitted. As far as I can tell, there are no issues with this implementation. I used the Pear Mail_Queue package (http://pear.php.net/package/Mail_Queue) to write this patch. Mail_Queue is not installed in phwebsite by default and it will need to be copied to your lib/pear/Mail directory. The end-user documentation I followed is located here: http://pear.php.net/manual/en/package.mail.mail-queue.php. Basically, the setup is as follows. 1) Create the necessary tables in your database using the mail_queue_create_table.sql file. You can change the table name at the top of this file to correspond to your naming scheme. If you do so, remember to do so in the queue_config.php file. 2) Modify the queue_config.php file as indicated in that file's comments. Basically, you need to specify the mail and my sql settings you use. 3) Modify the queue_send.php file to set your timezone and mailing rate (I use 185 mails per hour because my host limits scripts to 200 emails per hour). You may also need to add the timezone line to the the phpwebsite index.php file if you don't already set your timezone this way. I already do, so this wasn't a problem, but it did crop up as an issue when my queue_send.php file was called because it was using the server's timezone and not my website's timezone (server is west coast, website is run for an east coast organization). 4) Patch the class/phpmailinglists.php file using the mailqueue.patch file. 5) Set cron to access your queue_send.php file each hour (I use @houly /usr/bin/lynx -source http://path.to/mailinglists/class/queue_send.php). I assume that you could also do this on windows. This has worked well for me, but like I said, I'm not a programmer and I'm not that familiar with this module. If anyone notices any bugs or has suggestions on making this better, please let me know. I hope this helps get a mail queue implemented faster. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1838406&group_id=81360 |
From: SourceForge.net <no...@so...> - 2007-11-26 03:14:22
|
/mod/mailinglists item #1838405, was opened at 2007-11-25 22:14 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1838405&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Josh Curry (joshcurry) Assigned to: Nobody/Anonymous (nobody) Summary: Throttle/Queue Mail Sending Initial Comment: Many ISPs now limit the number of emails that a script can send per hour. So, to remedy this problem I would like to see a mail queue/throttle implemented in the mailinglists module. Although I am not a php programmer, here is a patch that I currently use to throttle the outgoing email sent by phpmailinglists (v. 0.5.6) in phpwebsite 0.10.1. Not all emails are throttled, only emails sent to the mailing lists are queued; subscribe and unsubscribe requests are still emailed when submitted. As far as I can tell, there are no issues with this implementation. I used the Pear Mail_Queue package (http://pear.php.net/package/Mail_Queue) to write this patch. Mail_Queue is not installed in phwebsite by default and it will need to be copied to your lib/pear/Mail directory. The end-user documentation I followed is located here: http://pear.php.net/manual/en/package.mail.mail-queue.php. Basically, the setup is as follows. 1) Create the necessary tables in your database using the mail_queue_create_table.sql file. You can change the table name at the top of this file to correspond to your naming scheme. If you do so, remember to do so in the queue_config.php file. 2) Modify the queue_config.php file as indicated in that file's comments. Basically, you need to specify the mail and my sql settings you use. 3) Modify the queue_send.php file to set your timezone and mailing rate (I use 185 mails per hour because my host limits scripts to 200 emails per hour). You may also need to add the timezone line to the the phpwebsite index.php file if you don't already set your timezone this way. I already do, so this wasn't a problem, but it did crop up as an issue when my queue_send.php file was called because it was using the server's timezone and not my website's timezone (server is west coast, website is run for an east coast organization). 4) Patch the class/phpmailinglists.php file using the mailqueue.patch file. 5) Set cron to access your queue_send.php file each hour (I use @houly /usr/bin/lynx -source http://path.to/mailinglists/class/queue_send.php). I assume that you could also do this on windows. This has worked well for me, but like I said, I'm not a programmer and I'm not that familiar with this module. If anyone notices any bugs or has suggestions on making this better, please let me know. I hope this helps get a mail queue implemented faster. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1838405&group_id=81360 |
From: SourceForge.net <no...@so...> - 2007-11-23 05:28:49
|
/mod/mailinglists item #1836846, was opened at 2007-11-22 23:28 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1836846&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Support Request Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Rob (stewartrr) Assigned to: Greg Meiste (blindman1344) Summary: Problem with mailinglist Initial Comment: I am running phpwebsite 0.10.2 with mailinglists 0.5.6 I would like to automatically send out a canned email message to my "everyone" list (lis # 10) whenever a certain event happens (specifically, an ad is submitted in the classified module). I can manually send out email to the list (list number 10) from the mailinglists admin interface, but on the user interface page clicking send email causes list number 1 to be executed. I don't understand this. If I try List 11 on the users page, it also goes to list 1. But List 9, goes to list 9. Any ideas? If I could get the proper list to run, I think I could put together the variables needed to send out my canned message. But the interface to the admin interface is different than the one for users, so I am lost here. Thanks. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1836846&group_id=81360 |
From: SourceForge.net <no...@so...> - 2007-11-09 21:31:40
|
/mod/quotes item #969671, was opened at 2004-06-09 10:02 Message generated for change (Comment added) made by grizzly-adams You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=681719&aid=969671&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Tony Miller (cl00bie) Assigned to: Tony Miller (cl00bie) Summary: RFE: List Quotes Initial Comment: Allow the user to look at a list of the quotes. ---------------------------------------------------------------------- Comment By: grizzly adams (grizzly-adams) Date: 2007-11-09 15:31 Message: Logged In: YES user_id=1933823 Originator: NO Here's a function to do this (add to class/Quotes.php): function _list() { $sql = "SELECT label, quote FROM mod_quotes_items WHERE hidden = 0 ORDER BY RAND()"; $results = $GLOBALS["core"]->getAllAssoc($sql, TRUE); $listTags = array(); $rowCounter = 0; foreach($results as $result) { $rowTags = array(); $rowTags["ROW_CLASS"] = ($rowCounter % 2 ? " class=\"bg_light\"" : " class=\"bg_medium\""); $rowTags['LABEL'] = $result['label']; $rowTags['QUOTE'] = stripslashes($result['quote']); $listTags["LIST_ITEMS"] .= PHPWS_Template::processTemplate($rowTags, "quotes", "row.tpl"); $rowCounter++; } $title = $_SESSION["translate"]->it("Quotes"); PHPWS_Layout::addPageTitle($title); $content = PHPWS_Template::processTemplate($listTags, "quotes", "list.tpl"); $GLOBALS['CNT_quotes_list']['title'] = $title; $GLOBALS["CNT_quotes_list"]["content"] .= $content; }// END FUNC _list The action() function in class/Quotes.php also needs to be updated. Add this to the switch(): case "list": $content .= $this->_list(); break; Then, to view the list, use this link: http://{YOUR_WEBSITE}/index.php?module=quotes"ES_OP=list ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=681719&aid=969671&group_id=81360 |
From: SourceForge.net <no...@so...> - 2007-11-09 21:27:17
|
/mod/quotes item #1249482, was opened at 2005-08-01 07:04 Message generated for change (Comment added) made by grizzly-adams You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=681719&aid=1249482&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Harry Rarig (rarig) Assigned to: Nobody/Anonymous (nobody) Summary: If quote contains an italic, it is displayed as \' Initial Comment: When adding quotes that contain a single italic, e.g. This is Alfred's quote, "What, me worry?" It is displayed in the quotes module as This is Alfred\'s quote: \"What, me worry?\" Need to take out the annoying "\" when the quote is displayed. PhpWebSite: Rel 0.10.0 Quotes Module: Rel 0.2.1 ---------------------------------------------------------------------- Comment By: grizzly adams (grizzly-adams) Date: 2007-11-09 15:27 Message: Logged In: YES user_id=1933823 Originator: NO A fix to this is to update the showUserBox function in class/Quotes.php: change the line $tags["QUOTE"] = $this->_quote; to read $tags["QUOTE"] = stripslashes($this->_quote); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=681719&aid=1249482&group_id=81360 |
From: SourceForge.net <no...@so...> - 2007-11-07 17:13:53
|
/mod/article item #1827702, was opened at 2007-11-07 09:13 Message generated for change (Settings changed) made by dehilster You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=681146&aid=1827702&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None >Priority: 9 Private: No Submitted By: dehilster (dehilster) Assigned to: Nobody/Anonymous (nobody) Summary: Article Module not appearing in boost Initial Comment: I just downloaded the new version 4.0.5 and moved it to the mod area. It does not show up in the boost area. I took a look at the boost folder under the article module and it doesn't have a install.php file. I believe this is the problem. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=681146&aid=1827702&group_id=81360 |
From: SourceForge.net <no...@so...> - 2007-11-07 17:13:21
|
/mod/article item #1827702, was opened at 2007-11-07 09:13 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=681146&aid=1827702&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: dehilster (dehilster) Assigned to: Nobody/Anonymous (nobody) Summary: Article Module not appearing in boost Initial Comment: I just downloaded the new version 4.0.5 and moved it to the mod area. It does not show up in the boost area. I took a look at the boost folder under the article module and it doesn't have a install.php file. I believe this is the problem. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=681146&aid=1827702&group_id=81360 |
From: SourceForge.net <no...@so...> - 2007-10-21 18:24:09
|
/mod/mailinglists item #1806498, was opened at 2007-10-02 13:13 Message generated for change (Comment added) made by blindman1344 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1806498&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Support Request Group: None >Status: Closed >Resolution: Invalid Priority: 5 Private: No Submitted By: Gary Kozlowski (garykoz) Assigned to: Greg Meiste (blindman1344) Summary: install mailinglists Initial Comment: Initial Comment: I'm new to Web Development so please bear with my questions. Thanks in advance. I got this message when I ran boost/install.php: Fatal error: Call to a member function on a non-object in /var/www/vhosts/garykozlowski.com/httpdocs/mailinglists/boost/install.php on line 26 How do I correct this problem? I ran the "phpwebsite/index.php" and fixed permissions on all but one directory. When I fixed the permissions and tried to run "phpwebsite/index.php" again I got this in the "error.log": cat: /var/www/vhosts/garykozlowski.com/httpdocs/phpwebsite/logs/error.log: Permission denied filemng: Error occured during /bin/cat command. I removed all the tables from the database but it still won't run. What do I need to do to fix my problem? ---------------------------------------------------------------------- >Comment By: Greg Meiste (blindman1344) Date: 2007-10-21 13:24 Message: Logged In: YES user_id=780595 Originator: NO I've never seen this error before, and I'm afraid I can't help you. This is the Mailinglists module bug tracker, so I'm going to close this ticket. If you are still having problems, raise a ticket in the official phpWebSite bug tracker: https://sourceforge.net/tracker/?atid=115539&group_id=15539&func=browse ---------------------------------------------------------------------- Comment By: Gary Kozlowski (garykoz) Date: 2007-10-03 12:12 Message: Logged In: YES user_id=1893457 Originator: YES Sorry for the confusion. I'm trying to install the "phpWebsite" software. I ran the "phpwebsite/index.php" and fixed permissions on all but one directory. When I fixed the permissions and tried to run "phpwebsite/index.php" again I got this in the "error.log": cat: /var/www/vhosts/garykozlowski.com/httpdocs/phpwebsite/logs/error.log: Permission denied filemng: Error occured during /bin/cat command. I removed all the tables from the database. Should I have done this? When I tried to run "phpwebsite/index.php" again I got the same error in the "error.log". What do I need to do to fix my problem? ---------------------------------------------------------------------- Comment By: Greg Meiste (blindman1344) Date: 2007-10-02 21:48 Message: Logged In: YES user_id=780595 Originator: NO I'm confused and what your actual problem is. Are you having problems installing Mailinglists or phpWebSite? What version of phpWebSite are you using? Please note that Mailinglists has not yet been converted to support phpWebSite 1.x.x. Greg ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1806498&group_id=81360 |
From: SourceForge.net <no...@so...> - 2007-10-21 18:08:53
|
/mod/article item #1786297, was opened at 2007-09-01 09:29 Message generated for change (Settings changed) made by adarkling You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=681146&aid=1786297&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: butrus (whyaccountname) Assigned to: Eloi George (adarkling) Summary: A.M. 4.01 not working on phpws1.3.0 Initial Comment: A.M. installs fine but when adding an article all i get is a blank page . originally it complained about fckeditor not found "01:52:41 PM 08/17/2007 Error [notice] [-1200] Core - Editor::constructor() - Unable to find the specified editor type. [FCKeditor] " so i cp fckeditor to FCKeditor and now it finds it but still page is blank , the same occurs if i try to edit demo articles, blank page, i can delete demo articles but i can't modify them ---------------------------------------------------------------------- Comment By: butrus (whyaccountname) Date: 2007-09-04 09:07 Message: Logged In: YES user_id=1534666 Originator: YES Hi Eloi... No it does not work with any editor nor if its 'none' either ---------------------------------------------------------------------- Comment By: Eloi George (adarkling) Date: 2007-09-04 08:56 Message: Logged In: YES user_id=619893 Originator: NO Does it work when you have WYSIWYG editors disabled? Control Panel -> My Page -> Users -> Editors (or something like that) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=681146&aid=1786297&group_id=81360 |
From: SourceForge.net <no...@so...> - 2007-10-14 21:27:59
|
mod/featuredphoto item #1804397, was opened at 2007-09-28 09:16 Message generated for change (Comment added) made by wpryor You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=706226&aid=1804397&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Defect Group: None Status: Closed Resolution: Accepted Priority: 9 Private: No Submitted By: Bill Pryor (wpryor) Assigned to: Greg Meiste (blindman1344) Summary: Can't add photos on phpWebSite 1.3.1 Initial Comment: I am using 1.3.1 of phpwebsite and 1.0.4 of featured photo. I installed featured photo without any issues but when I try to add photos I always get the error message "Missing folder information.". The complete path to the file is in the filename box after browsing for the photo, and write permissions are on the image directory. Thanks. Bill ---------------------------------------------------------------------- >Comment By: Bill Pryor (wpryor) Date: 2007-10-14 14:28 Message: Logged In: YES user_id=1793876 Originator: YES Thanks Greg! ---------------------------------------------------------------------- Comment By: Greg Meiste (blindman1344) Date: 2007-10-14 11:58 Message: Logged In: YES user_id=780595 Originator: NO Took a bit longer than expected, but I have just released 1.1.0 of Featured Photo which corrects this defect. Thanks for reporting this issue. ---------------------------------------------------------------------- Comment By: Bill Pryor (wpryor) Date: 2007-10-02 20:15 Message: Logged In: YES user_id=1793876 Originator: YES Thanks Greg! I'll look for the release.....now if Featured Photo could just use a Photo Album for it's image source.... ;-) Bill ---------------------------------------------------------------------- Comment By: Greg Meiste (blindman1344) Date: 2007-10-02 19:44 Message: Logged In: YES user_id=780595 Originator: NO Bill, Thanks for helping look into the issue. The issues you mention are caused by the recent changes to File Cabinet. The Featured Photo module used some functions provided by the File Cabinet module to process the image upload. File Cabinet has changed quite a bit recently, and the functions Featured Photo were using behave a bit differently (no longer resize) and need additional info regarding folders. I have spent the last few days rewriting the Featured Photo image code to utilize File Cabinet's Image Manager. Currently, I am finalizing the code changes and finishing up the testing. Since this is a show-stopper bug, I'm trying to release a new version of this module ASAP. Thanks, Greg ---------------------------------------------------------------------- Comment By: Bill Pryor (wpryor) Date: 2007-10-02 14:59 Message: Logged In: YES user_id=1793876 Originator: YES I have found a little more info. Without any changes I can now upload images. I have no idea what corrected the error, but there is still a related issue. When another error is generated uploading and image, such as the image being too big, the correct error message for the current problem is prefaced with the same "Missing folder information" message. I do not know if this is related to the first error, or is a different one. ...and related to the error on uploading a too big an image, when you set up a new featured folder block, it has you specify "Resize images to fit inside", but in actuality when you load an image larger than the size you specify for this, it does not resize the image, it just gives a message that the image is too big. It really would be much better if the image was resized. Also, when the thumbnail image is written it is given world readable permissions and the thumbnail is displayed correctly, but when the full size image is written, it is not, and the image will not display. Sorry for including what are probably multiple bugs in one report. I can break them out if you want me to. Thanks. Bill ---------------------------------------------------------------------- Comment By: Bill Pryor (wpryor) Date: 2007-10-02 07:49 Message: Logged In: YES user_id=1793876 Originator: YES Hi Greg, I have some more information for you. I was doing some testing and added a new user to my site. I went into the user options for the new user and tried to add an avatar and received the same message "Missing folder information". So unless you're using the same upload mechanism they are here and there's a bug in that code, I wonder if it has to do with folder permissions on my site. I have checked and all the image directories seem to be set correctly, but I will look again and see if I can find anything. Bill ---------------------------------------------------------------------- Comment By: Greg Meiste (blindman1344) Date: 2007-09-29 09:31 Message: Logged In: YES user_id=780595 Originator: NO Bill, I was able to reproduce your issue and will begin looking into the problem. Thanks for alerting me to the issue. Greg ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=706226&aid=1804397&group_id=81360 |
From: SourceForge.net <no...@so...> - 2007-10-14 18:58:10
|
mod/featuredphoto item #1804397, was opened at 2007-09-28 11:16 Message generated for change (Comment added) made by blindman1344 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=706226&aid=1804397&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Defect Group: None >Status: Closed >Resolution: Accepted Priority: 9 Private: No Submitted By: Bill Pryor (wpryor) Assigned to: Greg Meiste (blindman1344) Summary: Can't add photos on phpWebSite 1.3.1 Initial Comment: I am using 1.3.1 of phpwebsite and 1.0.4 of featured photo. I installed featured photo without any issues but when I try to add photos I always get the error message "Missing folder information.". The complete path to the file is in the filename box after browsing for the photo, and write permissions are on the image directory. Thanks. Bill ---------------------------------------------------------------------- >Comment By: Greg Meiste (blindman1344) Date: 2007-10-14 13:58 Message: Logged In: YES user_id=780595 Originator: NO Took a bit longer than expected, but I have just released 1.1.0 of Featured Photo which corrects this defect. Thanks for reporting this issue. ---------------------------------------------------------------------- Comment By: Bill Pryor (wpryor) Date: 2007-10-02 22:15 Message: Logged In: YES user_id=1793876 Originator: YES Thanks Greg! I'll look for the release.....now if Featured Photo could just use a Photo Album for it's image source.... ;-) Bill ---------------------------------------------------------------------- Comment By: Greg Meiste (blindman1344) Date: 2007-10-02 21:44 Message: Logged In: YES user_id=780595 Originator: NO Bill, Thanks for helping look into the issue. The issues you mention are caused by the recent changes to File Cabinet. The Featured Photo module used some functions provided by the File Cabinet module to process the image upload. File Cabinet has changed quite a bit recently, and the functions Featured Photo were using behave a bit differently (no longer resize) and need additional info regarding folders. I have spent the last few days rewriting the Featured Photo image code to utilize File Cabinet's Image Manager. Currently, I am finalizing the code changes and finishing up the testing. Since this is a show-stopper bug, I'm trying to release a new version of this module ASAP. Thanks, Greg ---------------------------------------------------------------------- Comment By: Bill Pryor (wpryor) Date: 2007-10-02 16:59 Message: Logged In: YES user_id=1793876 Originator: YES I have found a little more info. Without any changes I can now upload images. I have no idea what corrected the error, but there is still a related issue. When another error is generated uploading and image, such as the image being too big, the correct error message for the current problem is prefaced with the same "Missing folder information" message. I do not know if this is related to the first error, or is a different one. ...and related to the error on uploading a too big an image, when you set up a new featured folder block, it has you specify "Resize images to fit inside", but in actuality when you load an image larger than the size you specify for this, it does not resize the image, it just gives a message that the image is too big. It really would be much better if the image was resized. Also, when the thumbnail image is written it is given world readable permissions and the thumbnail is displayed correctly, but when the full size image is written, it is not, and the image will not display. Sorry for including what are probably multiple bugs in one report. I can break them out if you want me to. Thanks. Bill ---------------------------------------------------------------------- Comment By: Bill Pryor (wpryor) Date: 2007-10-02 09:49 Message: Logged In: YES user_id=1793876 Originator: YES Hi Greg, I have some more information for you. I was doing some testing and added a new user to my site. I went into the user options for the new user and tried to add an avatar and received the same message "Missing folder information". So unless you're using the same upload mechanism they are here and there's a bug in that code, I wonder if it has to do with folder permissions on my site. I have checked and all the image directories seem to be set correctly, but I will look again and see if I can find anything. Bill ---------------------------------------------------------------------- Comment By: Greg Meiste (blindman1344) Date: 2007-09-29 11:31 Message: Logged In: YES user_id=780595 Originator: NO Bill, I was able to reproduce your issue and will begin looking into the problem. Thanks for alerting me to the issue. Greg ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=706226&aid=1804397&group_id=81360 |
From: SourceForge.net <no...@so...> - 2007-10-10 22:32:45
|
Support Requests item #1811191, was opened at 2007-10-10 15:26 Message generated for change (Settings changed) made by spitgray3 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=1811191&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Document Group: First Level Support Status: Open Resolution: None Priority: 5 Private: No Submitted By: ticn (spitgray3) >Assigned to: Andrew Patterson (intuitart) Summary: User guide Initial Comment: Hello all I'm new to the PHP Website Community... I would really appreciate any help finding a basic user guide for this application. I installed the software with ease but I can't, for the life of me, put text on the home (top level) page... If any one could help please email me at gr...@ya... Thanks in advanced Spitgray3 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=1811191&group_id=81360 |
From: SourceForge.net <no...@so...> - 2007-10-10 22:26:32
|
Support Requests item #1811191, was opened at 2007-10-10 15:26 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=1811191&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Document Group: First Level Support Status: Open Resolution: None Priority: 5 Private: No Submitted By: ticn (spitgray3) Assigned to: Nobody/Anonymous (nobody) Summary: User guide Initial Comment: Hello all I'm new to the PHP Website Community... I would really appreciate any help finding a basic user guide for this application. I installed the software with ease but I can't, for the life of me, put text on the home (top level) page... If any one could help please email me at gr...@ya... Thanks in advanced Spitgray3 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=1811191&group_id=81360 |
From: SourceForge.net <no...@so...> - 2007-10-08 02:20:08
|
/mod/mailinglists item #1797290, was opened at 2007-09-18 12:47 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1797290&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Support Request Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Gary Kozlowski (garykoz) Assigned to: Greg Meiste (blindman1344) Summary: install mailinglists Initial Comment: I'm new to Web Development so please bear with my questions. Thanks in advance. I got this message when I ran boost/install.php: Fatal error: Call to a member function on a non-object in /var/www/vhosts/garykozlowski.com/httpdocs/mailinglists/boost/install.php on line 26 How do I correct this problem? ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2007-10-07 19:20 Message: Logged In: YES user_id=1312539 Originator: NO This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Greg Meiste (blindman1344) Date: 2007-09-23 15:33 Message: Logged In: YES user_id=780595 Originator: NO Sorry for the delayed response. When installing Mailinglists, you actually have to do it through Boost within phpWebSite, not by running the boost/install.php script. See the installation doc in the doc directory of Mailinglists for more details. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1797290&group_id=81360 |
From: SourceForge.net <no...@so...> - 2007-10-03 17:12:48
|
/mod/mailinglists item #1806498, was opened at 2007-10-02 14:13 Message generated for change (Comment added) made by garykoz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1806498&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Support Request Group: None >Status: Open Resolution: None Priority: 5 Private: No Submitted By: Gary Kozlowski (garykoz) Assigned to: Greg Meiste (blindman1344) Summary: install mailinglists Initial Comment: Initial Comment: I'm new to Web Development so please bear with my questions. Thanks in advance. I got this message when I ran boost/install.php: Fatal error: Call to a member function on a non-object in /var/www/vhosts/garykozlowski.com/httpdocs/mailinglists/boost/install.php on line 26 How do I correct this problem? I ran the "phpwebsite/index.php" and fixed permissions on all but one directory. When I fixed the permissions and tried to run "phpwebsite/index.php" again I got this in the "error.log": cat: /var/www/vhosts/garykozlowski.com/httpdocs/phpwebsite/logs/error.log: Permission denied filemng: Error occured during /bin/cat command. I removed all the tables from the database but it still won't run. What do I need to do to fix my problem? ---------------------------------------------------------------------- >Comment By: Gary Kozlowski (garykoz) Date: 2007-10-03 13:12 Message: Logged In: YES user_id=1893457 Originator: YES Sorry for the confusion. I'm trying to install the "phpWebsite" software. I ran the "phpwebsite/index.php" and fixed permissions on all but one directory. When I fixed the permissions and tried to run "phpwebsite/index.php" again I got this in the "error.log": cat: /var/www/vhosts/garykozlowski.com/httpdocs/phpwebsite/logs/error.log: Permission denied filemng: Error occured during /bin/cat command. I removed all the tables from the database. Should I have done this? When I tried to run "phpwebsite/index.php" again I got the same error in the "error.log". What do I need to do to fix my problem? ---------------------------------------------------------------------- Comment By: Greg Meiste (blindman1344) Date: 2007-10-02 22:48 Message: Logged In: YES user_id=780595 Originator: NO I'm confused and what your actual problem is. Are you having problems installing Mailinglists or phpWebSite? What version of phpWebSite are you using? Please note that Mailinglists has not yet been converted to support phpWebSite 1.x.x. Greg ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1806498&group_id=81360 |
From: SourceForge.net <no...@so...> - 2007-10-03 03:15:52
|
mod/featuredphoto item #1804397, was opened at 2007-09-28 09:16 Message generated for change (Comment added) made by wpryor You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=706226&aid=1804397&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Defect Group: None Status: Open Resolution: None Priority: 9 Private: No Submitted By: Bill Pryor (wpryor) Assigned to: Greg Meiste (blindman1344) Summary: Can't add photos on phpWebSite 1.3.1 Initial Comment: I am using 1.3.1 of phpwebsite and 1.0.4 of featured photo. I installed featured photo without any issues but when I try to add photos I always get the error message "Missing folder information.". The complete path to the file is in the filename box after browsing for the photo, and write permissions are on the image directory. Thanks. Bill ---------------------------------------------------------------------- >Comment By: Bill Pryor (wpryor) Date: 2007-10-02 20:15 Message: Logged In: YES user_id=1793876 Originator: YES Thanks Greg! I'll look for the release.....now if Featured Photo could just use a Photo Album for it's image source.... ;-) Bill ---------------------------------------------------------------------- Comment By: Greg Meiste (blindman1344) Date: 2007-10-02 19:44 Message: Logged In: YES user_id=780595 Originator: NO Bill, Thanks for helping look into the issue. The issues you mention are caused by the recent changes to File Cabinet. The Featured Photo module used some functions provided by the File Cabinet module to process the image upload. File Cabinet has changed quite a bit recently, and the functions Featured Photo were using behave a bit differently (no longer resize) and need additional info regarding folders. I have spent the last few days rewriting the Featured Photo image code to utilize File Cabinet's Image Manager. Currently, I am finalizing the code changes and finishing up the testing. Since this is a show-stopper bug, I'm trying to release a new version of this module ASAP. Thanks, Greg ---------------------------------------------------------------------- Comment By: Bill Pryor (wpryor) Date: 2007-10-02 14:59 Message: Logged In: YES user_id=1793876 Originator: YES I have found a little more info. Without any changes I can now upload images. I have no idea what corrected the error, but there is still a related issue. When another error is generated uploading and image, such as the image being too big, the correct error message for the current problem is prefaced with the same "Missing folder information" message. I do not know if this is related to the first error, or is a different one. ...and related to the error on uploading a too big an image, when you set up a new featured folder block, it has you specify "Resize images to fit inside", but in actuality when you load an image larger than the size you specify for this, it does not resize the image, it just gives a message that the image is too big. It really would be much better if the image was resized. Also, when the thumbnail image is written it is given world readable permissions and the thumbnail is displayed correctly, but when the full size image is written, it is not, and the image will not display. Sorry for including what are probably multiple bugs in one report. I can break them out if you want me to. Thanks. Bill ---------------------------------------------------------------------- Comment By: Bill Pryor (wpryor) Date: 2007-10-02 07:49 Message: Logged In: YES user_id=1793876 Originator: YES Hi Greg, I have some more information for you. I was doing some testing and added a new user to my site. I went into the user options for the new user and tried to add an avatar and received the same message "Missing folder information". So unless you're using the same upload mechanism they are here and there's a bug in that code, I wonder if it has to do with folder permissions on my site. I have checked and all the image directories seem to be set correctly, but I will look again and see if I can find anything. Bill ---------------------------------------------------------------------- Comment By: Greg Meiste (blindman1344) Date: 2007-09-29 09:31 Message: Logged In: YES user_id=780595 Originator: NO Bill, I was able to reproduce your issue and will begin looking into the problem. Thanks for alerting me to the issue. Greg ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=706226&aid=1804397&group_id=81360 |
From: SourceForge.net <no...@so...> - 2007-10-03 02:48:17
|
/mod/mailinglists item #1806498, was opened at 2007-10-02 13:13 Message generated for change (Comment added) made by blindman1344 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1806498&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Support Request Group: None >Status: Pending Resolution: None Priority: 5 Private: No Submitted By: Gary Kozlowski (garykoz) Assigned to: Greg Meiste (blindman1344) Summary: install mailinglists Initial Comment: Initial Comment: I'm new to Web Development so please bear with my questions. Thanks in advance. I got this message when I ran boost/install.php: Fatal error: Call to a member function on a non-object in /var/www/vhosts/garykozlowski.com/httpdocs/mailinglists/boost/install.php on line 26 How do I correct this problem? I ran the "phpwebsite/index.php" and fixed permissions on all but one directory. When I fixed the permissions and tried to run "phpwebsite/index.php" again I got this in the "error.log": cat: /var/www/vhosts/garykozlowski.com/httpdocs/phpwebsite/logs/error.log: Permission denied filemng: Error occured during /bin/cat command. I removed all the tables from the database but it still won't run. What do I need to do to fix my problem? ---------------------------------------------------------------------- >Comment By: Greg Meiste (blindman1344) Date: 2007-10-02 21:48 Message: Logged In: YES user_id=780595 Originator: NO I'm confused and what your actual problem is. Are you having problems installing Mailinglists or phpWebSite? What version of phpWebSite are you using? Please note that Mailinglists has not yet been converted to support phpWebSite 1.x.x. Greg ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1806498&group_id=81360 |
From: SourceForge.net <no...@so...> - 2007-10-03 02:44:48
|
mod/featuredphoto item #1804397, was opened at 2007-09-28 11:16 Message generated for change (Comment added) made by blindman1344 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=706226&aid=1804397&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Defect Group: None Status: Open Resolution: None Priority: 9 Private: No Submitted By: Bill Pryor (wpryor) Assigned to: Greg Meiste (blindman1344) Summary: Can't add photos on phpWebSite 1.3.1 Initial Comment: I am using 1.3.1 of phpwebsite and 1.0.4 of featured photo. I installed featured photo without any issues but when I try to add photos I always get the error message "Missing folder information.". The complete path to the file is in the filename box after browsing for the photo, and write permissions are on the image directory. Thanks. Bill ---------------------------------------------------------------------- >Comment By: Greg Meiste (blindman1344) Date: 2007-10-02 21:44 Message: Logged In: YES user_id=780595 Originator: NO Bill, Thanks for helping look into the issue. The issues you mention are caused by the recent changes to File Cabinet. The Featured Photo module used some functions provided by the File Cabinet module to process the image upload. File Cabinet has changed quite a bit recently, and the functions Featured Photo were using behave a bit differently (no longer resize) and need additional info regarding folders. I have spent the last few days rewriting the Featured Photo image code to utilize File Cabinet's Image Manager. Currently, I am finalizing the code changes and finishing up the testing. Since this is a show-stopper bug, I'm trying to release a new version of this module ASAP. Thanks, Greg ---------------------------------------------------------------------- Comment By: Bill Pryor (wpryor) Date: 2007-10-02 16:59 Message: Logged In: YES user_id=1793876 Originator: YES I have found a little more info. Without any changes I can now upload images. I have no idea what corrected the error, but there is still a related issue. When another error is generated uploading and image, such as the image being too big, the correct error message for the current problem is prefaced with the same "Missing folder information" message. I do not know if this is related to the first error, or is a different one. ...and related to the error on uploading a too big an image, when you set up a new featured folder block, it has you specify "Resize images to fit inside", but in actuality when you load an image larger than the size you specify for this, it does not resize the image, it just gives a message that the image is too big. It really would be much better if the image was resized. Also, when the thumbnail image is written it is given world readable permissions and the thumbnail is displayed correctly, but when the full size image is written, it is not, and the image will not display. Sorry for including what are probably multiple bugs in one report. I can break them out if you want me to. Thanks. Bill ---------------------------------------------------------------------- Comment By: Bill Pryor (wpryor) Date: 2007-10-02 09:49 Message: Logged In: YES user_id=1793876 Originator: YES Hi Greg, I have some more information for you. I was doing some testing and added a new user to my site. I went into the user options for the new user and tried to add an avatar and received the same message "Missing folder information". So unless you're using the same upload mechanism they are here and there's a bug in that code, I wonder if it has to do with folder permissions on my site. I have checked and all the image directories seem to be set correctly, but I will look again and see if I can find anything. Bill ---------------------------------------------------------------------- Comment By: Greg Meiste (blindman1344) Date: 2007-09-29 11:31 Message: Logged In: YES user_id=780595 Originator: NO Bill, I was able to reproduce your issue and will begin looking into the problem. Thanks for alerting me to the issue. Greg ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=706226&aid=1804397&group_id=81360 |