You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(7) |
Nov
(29) |
Dec
(101) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(90) |
Feb
(101) |
Mar
(173) |
Apr
(141) |
May
(38) |
Jun
(28) |
Jul
(14) |
Aug
(7) |
Sep
(3) |
Oct
(7) |
Nov
(15) |
Dec
(9) |
2002 |
Jan
(2) |
Feb
(5) |
Mar
(11) |
Apr
|
May
(4) |
Jun
(6) |
Jul
(7) |
Aug
(12) |
Sep
(8) |
Oct
(1) |
Nov
(4) |
Dec
(7) |
2003 |
Jan
(7) |
Feb
(1) |
Mar
(9) |
Apr
(2) |
May
(3) |
Jun
(4) |
Jul
(19) |
Aug
(4) |
Sep
(8) |
Oct
(30) |
Nov
(25) |
Dec
(22) |
2004 |
Jan
(6) |
Feb
(12) |
Mar
|
Apr
(2) |
May
|
Jun
(10) |
Jul
(18) |
Aug
(2) |
Sep
(4) |
Oct
(4) |
Nov
(4) |
Dec
(4) |
2005 |
Jan
(8) |
Feb
(4) |
Mar
(6) |
Apr
(5) |
May
|
Jun
(2) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
(4) |
Nov
(3) |
Dec
|
2006 |
Jan
(9) |
Feb
(6) |
Mar
(11) |
Apr
|
May
(2) |
Jun
|
Jul
(2) |
Aug
(10) |
Sep
(8) |
Oct
|
Nov
(1) |
Dec
(1) |
2007 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(7) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Marc M. <mwm...@ro...> - 2002-12-04 15:45:15
|
Has anyone ever run into this problem as shown below? It seems to happen sometimes when an article is being updated. I am running my site on a different system. There seems to have been a similar problem discussed on Slashcode before here: http://ask.slashcode.com/comments.pl?sid=1447&op=&threshold=0&commentsort=0&mode=flat&tid=4&cid=0 Wed Dec 4 14:37:00 2002 freshenup.pl begin Wed Dec 4 14:37:00 2002 Updating 02/12/04/1436222 Wed Dec 4 14:37:08 2002 article.pl virtual_user=kinosis ssi=yes sid='02/12/04/1436222' section='exercise' bytes=9652 Wed Dec 4 14:37:08 2002 freshenup.pl updated exercise:02/12/04/1436222 (Aerobics Patterns Galore) perl in malloc(): warning: recursive call Out of memory! I am running this on a different system, but had run into a similar problem before where there would just be no more output to slashd.log. It seemed to be running better when I added a print statement to freshenup.pl right after the prog2file call that caused the hang. I suspect this is the same problem. |
From: Ted L. <me...@fu...> - 2002-11-25 07:39:20
|
It seems like the mysql code includes a script that sets up some default values (defaults.sql), but this isn't present for postgresql. The mysql script doesn't work on postgresql. It looks like this is probably pretty easily fixable, but before I embark on the process of fixing it, is anybody actively working on this right now? Any unintegrated patches? Thanks! |
From: Marc M. <mwm...@ro...> - 2002-11-18 18:00:09
|
slash-2.2.6/Slash/Apache/Makefile.PL I don't know why this wouldn't cause an error but it currently has req_overrive in the file that defines the configuration directives. |
From: Marc M. <mwm...@ro...> - 2002-11-18 16:27:02
|
I've been trying to understand how the Apache stuff Slash uses works and there are a few issues maybe you guys could help me with. So, in several places the cfg hash set by SlashVirtualUser is modified...it's used to store the pointer to the current user for example, with Environment functions like createCurrentUser, getCurrentUser, etc. $cfg = Apache::ModuleConfig->get($r, 'Slash::Apache); First, are changes made to the $cfg hash supposed to be permanent? Any attempts to change the data there seem to get overwritten with the original values. The anonymous_coward pointer stored in $cfg{anonymous_coward} is set by SlashVirtualUser. Any attempts to modify it seem to result in the initial data ending up there again. I'm guessing the anonymous_coward info is designed to be static to reduce DB queries. The reason I'd want to change it would be if I'm editing UID=1 and want the changes to take effect without restarting httpd. $cfg->{user} = \%newuser; Second, whenever a change is made to the $cfg hash, lots of handlers seem to be re-run. Apache::User handler is run several times it seems in connection with with changing anything in the $cfg hash. Any help from those who know more than I would be appreciated! Thanks. |
From: Jesse H. <je...@op...> - 2002-11-05 15:52:24
|
my bug report was rejected. cmdrTaco sez to bring it up with the list. so here it is. doesn't really bother me much, as the menu edit plugin is not something i'm currently using. but it would appear that in the current cvs, upon install, it coughs up these errors as it no longer matches the menu sql scheme. in irc jamie suggested that the menu system is still up in the air, as i also pointed out that what was in adv-admin is left out of a fresh install. anyhow, as per the cmdr's instructions, i fwd the report to the list... ---------- Forwarded message ---------- Date: Tue, 05 Nov 2002 07:47:00 -0800 From: no...@so... To: no...@so... Subject: [ slashcode-Bugs-632069 ] errors with install of menu edit plugin Bugs item #632069, was opened at 2002-11-01 09:32 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104421&aid=632069&group_id=4421 Category: Installation Group: Slash 2.3/2.4 >Status: Closed >Resolution: Rejected Priority: 5 Submitted By: Jesse Hirsh (laotan) Assigned to: Nobody/Anonymous (nobody) Summary: errors with install of menu edit plugin Initial Comment: on install of fresh slash site using current (nov 1st) cvs code: DBD::mysql::db do failed: Column count doesn't match value count at row 1 at /usr/local/lib/perl/5.6.1/Slash/DB/Utility.pm line 589. Error in library:Slash::Install:/usr/local/lib/perl/5.6.1/Slash/Install. pm:362:INSERT INTO menus VALUES (null,'admin','Menus',' [% constants.rootdir %]/menuedit.pl',1000,99) Which was called by:Slash::Install:/usr/local/lib/perl/5.6.1/Slash/Install.pm: 161:INSERT INTO menus VALUES (null,'admin','Menus ','[% constants.rootdir %]/menuedit.pl',1000,99) Failed on :INSERT INTO menus VALUES (null,'admin','Menus','[% constants.rootdir %]/menuedit.pl',1000,99): DBD::mysql::db do failed: Column count doesn't match value count at row 1 at /usr/local/lib/perl/5.6.1/Slash/DB/Utility.pm line 589. Error in library:Slash::Install:/usr/local/lib/perl/5.6.1/Slash/Install. pm:362:INSERT INTO menus VALUES (null,'menuedit','Creat e New Menu','[% constants.rootdir %]/menuedit.pl? op=menucreate',1000,0) Which was called by:Slash::Install:/usr/local/lib/perl/5.6.1/Slash/Install.pm: 161:INSERT INTO menus VALUES (null,'menuedit','Cr eate New Menu','[% constants.rootdir %]/menuedit.pl? op=menucreate',1000,0) Failed on :INSERT INTO menus VALUES (null,'menuedit','Create New Menu','[% constants.rootdir %]/menuedit.pl?op=menucreate',1000 ,0): DBD::mysql::db do failed: Column count doesn't match value count at row 1 at /usr/local/lib/perl/5.6.1/Slash/DB/Utility.pm line 589. Error in library:Slash::Install:/usr/local/lib/perl/5.6.1/Slash/Install. pm:362:INSERT INTO menus VALUES (null,'menuedit','Back to Admin','[% constants.rootdir %]/admin.pl',100,0) Which was called by:Slash::Install:/usr/local/lib/perl/5.6.1/Slash/Install.pm: 161:INSERT INTO menus VALUES (null,'menuedit','Ba ck to Admin','[% constants.rootdir %]/admin.pl',100,0) Failed on :INSERT INTO menus VALUES (null,'menuedit','Back to Admin','[% constants.rootdir %]/admin.pl',100,0): DBD::mysql::db do failed: Can't create/write to file '/tmp/#sql1199_a_0.MYI' (Errcode: 13) at /usr/local/lib/perl/5.6.1/Slash/D B/Utility.pm line 589. ---------------------------------------------------------------------- >Comment By: Rob Malda (cmdrtaco) Date: 2002-11-05 10:47 Message: Logged In: YES user_id=288856 There's really no information that we could actually use to help you. I'd suggest taking it to the mailing list. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104421&aid=632069&group_id=4421 |
From: Autrijus T. <aut...@au...> - 2002-10-24 08:26:21
|
This is crucial to get my current i18n work-in-progress working correctly. As it was us-ascii before, switching to utf-8 should not affect any existing users. Thanks, /Autrijus/ --- Slash/Utility/System/System.pm Thu Oct 24 16:13:21 2002 +++ /home/autrijus/System.pm Thu Oct 24 16:13:29 2002 @@ -119,7 +119,7 @@ body => $content, to => $addr, # put in vars ... ? - 'Content-type' => 'text/plain; charset="us-ascii"', + 'Content-type' => 'text/plain; charset="utf-8"', 'Content-transfer-encoding' => '8bit', ); |
From: Brian D. <br...@de...> - 2002-09-21 17:47:56
|
It seems that the "Reparent Highly Rated Comments" function requires "Hard Thresholds" to be disabled to work properly. If I have Hard Thresholds enabled, the setting of Reparent is ignored. I'm not sure if this is a bug or intentional, but if it is intentional it would be nice if this fact was reflected in the description of the options. I've been reading with both Hard Thresholds and Reparent enabled for a long time, and I just now noticed that I'm missing high-scored replies. (should this be a sourceforge tracker item instead?) Brian |
From: Eric D. <eri...@ja...> - 2002-09-15 05:05:32
|
Hey, I noticed in the latest UPGRADES there is this bit in there... # FOUNDRIES LAST UPDATED HERE 9-12-02 Hey - it's been great # working with all of you - good luck! # Best wishes! Who left? Jamie? |
From: <CAL...@ao...> - 2002-09-08 03:17:27
|
please remove us from your e-mail list. |
From: Brian D. <br...@de...> - 2002-09-07 00:24:26
|
On slashdot, in user preferences, the option to specify a Reason Modifier seems to have vanished, or at least the <select> boxes have -- the text is still there though. Is this a bug or intentional? Forgive me if this is the wrong place to bring this up. Brian |
From: i18n <i1...@ya...> - 2002-09-06 18:01:36
|
At 02:27 PM 9/5/2002 -0700, i18n wrote: >At 01:11 PM 9/5/2002 -0700, chromatic wrote: > >>A better approach would be to use a real HTML parser that can distinguish >>between tags and content. >> >>*insert handwaving*, >>-- c >> > >Hmm yeah I could do that I guess...am I at least right about the purpose of the mysterious line of code? > >If so, until I or someone else inserts HTML::Parser code, I could at least code around it ("if href does not contain amazon then do that line of code").... below is my code around.... to see the results, go to http://www.i18n.com/article.pl?sid=02/09/05/0811249 from admin.pl: ---------------------------------------------- # And slurp in all the URLs just for good measure while ($story_content =~ m|<A(.*?)>(.*?)</A>|sgi) { my($url, $label) = ($1, $2); $label = massageLabel($label); $related_links = buildRelatedLinks($related_links,$label,$url); } return $related_links; } ################################################################## # -- this is added by barry sub buildRelatedLinks{ my ($related_links,$label,$url) = @_; SWITCH: { if ($url =~ /wwwi18ncom-20/) {# my amazon associate number $related_links .= "<center><A$url>$label</A></center>\n"; # center in teh related links box last SWITCH; } $related_links .= "<LI><A$url>$label</A></LI>\n" unless $label eq "[?]"; } return $related_links; } ################################################################## # -- this is added by barry sub massageLabel{ my ($label)= @_; my $newlabel =~ s/<.*?>//g; # strip out any tags if ($label eq $newlabel){ # there were no tags, this is the original case $label =~ s/(\S{30})/$1 /g; } else { if ($label =~ /amazon/i){ $label =~ s/<.{0,1}center>//g; # strip out the center tags # $label =~ s/^(.*)$/<center>$1</center>/; # recenter the whole thing } } #else stick with the original $label return $label; } |
From: i18n <i1...@ya...> - 2002-09-05 21:29:27
|
At 01:11 PM 9/5/2002 -0700, chromatic wrote: >A better approach would be to use a real HTML parser that can distinguish >between tags and content. > >*insert handwaving*, >-- c > Hmm yeah I could do that I guess...am I at least right about the purpose of the mysterious line of code? If so, until I or someone else inserts HTML::Parser code, I could at least code around it ("if href does not contain amazon then do that line of code").... Barry |
From: chromatic <chr...@wg...> - 2002-09-05 20:14:29
|
On Thursday 05 September 2002 11:47, i18n wrote: > 1 while ($story_content =~ m|<A(.*?)>(.*?)</A>|sgi) { > 2 my($url, $label) = ($1, $2); > 3 $label =~ s/(\S{30})/$1 /g; > 4 $related_links .= "<LI><A$url>$label</A></LI>\n" unless > $label eq "[?]"; > Does anybody have an improved Regex for the questionable line 3, or is it > even necessary at all? Can I just comment it out? A better approach would be to use a real HTML parser that can distinguish between tags and content. *insert handwaving*, -- c |
From: i18n <i1...@ya...> - 2002-09-05 18:49:12
|
This is from admin.pl in Bebder (it may be in 2.2 for all I know also)... 1 while ($story_content =~ m|<A(.*?)>(.*?)</A>|sgi) { 2 my($url, $label) = ($1, $2); 3 $label =~ s/(\S{30})/$1 /g; 4 $related_links .= "<LI><A$url>$label</A></LI>\n" unless $label eq "[?]"; This is the part of the code where the text that goes in the "Related Links" box is generated. My question is about line 3 - it looks like the purpose is to break up a chunk of text in the label that is over 30 characters and insert spaces every 30 chars. Why? Is this to make sure that the box width isn't broke by long text? If so there is a bit of a bug.... I was trying to add a link to a book notice to a page that was a pointer to my associate link on amazon, complete with an image to the cover. The link is this: <A HREF="http://www.amazon.com/exec/obidos/ASIN/0735712085/wwwi18ncom-20"><IMG SRC="/images/0735712085.01.TZZZZZZZ.jpg" border="0" alt="cover" hspace="3" vspace="3" WIDTH="73" HEIGHT="90"><br><center>Buy From Amazon</center></A> but after I insert a errorLog call after the loop above to look at $related_links, I get this: [Thu Sep 5 17:56:46 2002] [error] /admin.pl:Apache::ROOTwww_2ei18n_2ecom::admin_2epl:/usr/local/slash/site/slash/htdocs/admin.pl:1284:updateStory: getRelated: <LI><A HREF="http://www.amazon.com/exec/obidos/ASIN/0735712085/wwwi18ncom-20"><IMG SRC="/images/0735712085.01.TZZ ZZZZZ.jpg" border="0" alt="cover" hspace="3" vspace="3" WIDTH="73" HEIGHT="90"><br><center>Buy From Amazon</center></A></LI> Note the extra space in the middle of the run of "Z"s, which is 30 spaces from the begining of the SRC element. Does anybody have an improved Regex for the questionable line 3, or is it even necessary at all? Can I just comment it out? Thanks! Barry |
From: Eric D. <eri...@ja...> - 2002-08-13 02:07:31
|
Jamie McCarthy wrote: >What this tells me is that the open() calls which are intended to >open files for input, are only opening them for output. This is >bizarre and I don't know why it's happening. It's not just one >call because it happens in two open() calls that have nothing to >do with each other. And bizarrely, the open() call (at least the >one I wrote, in freshenup.pl line 198) does not return an error. > >Looking up the error (Camel 3rd ed., p. 942) doesn't tell me >anything I didn't already guess. It looks for all the world like >the filehandle was opened for writing instead of reading, but the >code is very clear: > > if (!open(my $cchp_fh, "<", $cchp_file)) { > warn "cannot open $cchp_file for reading, $!"; > } else { > my $cchp = <$cchp_fh>; > >My best guess is that you want to check permissions on the >site/*/logs directory and maybe check how its filesystem is >mounted. > > Um, the logs directory seems fine. Logs are getting written to, and that test.pl program works fine there. Prints out BAR >If that doesn't help (or if it does!) let us know what version of >unix you're running. What does this test output? It should >print "bar". Does it work when you run it in the site/*/logs dir >with the permissions of your slashd user? > >#!/usr/bin/perl -w >use strict; >open(my $fh, ">", "foo") or die "no write, $!"; >print $fh "bar\n"; >close $fh; >open($fh, "<", "foo") or die "no read, $!"; >my $line = <$fh>; >close $fh; >print $line; > I'm running FreeBSD 4.6.1. I haven't changed the filesystem or anything. What about the error about "Can't locate object method "request" via package "Apache"" errors? that is very strange. And the site runs fine, just slashd doesn't work. Freshenup doesn't work. I can still post comments, and submit stories. All that works. |
From: Eric D. <eri...@ja...> - 2002-08-12 02:18:23
|
A recompile of Apache and Mod_perl would probably be wise. Actually, this problem cropped up just recently. It was working fine using CVS most all of last month. Now it doesn't work. And I'm not a perl expert by any means........... i18n wrote: >Eric - > >Your logs look differnt, but your situation might be similar to mine (see other current thread) - I had recently upgraded perl to most recent rh 5.6 rpm, did not upgrade apache....now I can't update stories... can update other tables... see my "still stuck message" - maybe there are additional clues for each of us.... > > > |
From: i18n <i1...@ya...> - 2002-08-12 02:13:13
|
Eric - Your logs look differnt, but your situation might be similar to mine (see other current thread) - I had recently upgraded perl to most recent rh 5.6 rpm, did not upgrade apache....now I can't update stories... can update other tables... see my "still stuck message" - maybe there are additional clues for each of us.... Barry At 06:50 PM 8/11/2002 -0700, Eric Dannewitz wrote: >I've been trying to figure out what is going on, but to no avail. My slashd.log still gives errors, and stuff is not getting updated. I purged Perl 5.8, reinstalled 5.6.1, reloaded all the CPAN modules, recompiled Apache and Mod_perl. The site is up and running, just nothing gets updated on it. :-( |
From: Eric D. <eri...@ja...> - 2002-08-12 01:50:42
|
I've been trying to figure out what is going on, but to no avail. My slashd.log still gives errors, and stuff is not getting updated. I purged Perl 5.8, reinstalled 5.6.1, reloaded all the CPAN modules, recompiled Apache and Mod_perl. The site is up and running, just nothing gets updated on it. :-( The log reports errors like this: Mon Aug 12 01:47:37 2002 hc_maintain_pool.pl reaped (35830) Filehandle File::Temp::$fh opened only for output at /usr/local/lib/perl5/site_perl/5.6.1/mach/Slash/Utility/System.pm line 343. Mon Aug 12 01:47:39 2002 [freshenup.pl] article.pl virtual_user=slash ssi=yes sid='02/08/05/0537201' cchp='dqBgfkZ57t' section='articles' bytes=0 FAILED: no data Mon Aug 12 01:47:39 2002 [freshenup.pl] updated articles:02/08/05/0537201 (Real Book and PDFs) Filehandle $cchp_fh opened only for output at /usr/local/slash/site/www.jazz-sax.com/tasks/freshenup.pl line 201. Mon Aug 12 01:47:39 2002 [freshenup.pl] Commentcount/hitparade data was not retrieved, reason unknown (cchp: '') Mon Aug 12 01:47:39 2002 [freshenup.pl] Updating 01/07/29/2114254 Mon Aug 12 01:47:40 2002 Finishing sleep: Sun Aug 11 18:47:40 2002 >= Sun Aug 11 18:47:29 2002 Mon Aug 12 01:47:42 2002 new_headfoot.pl begin (35841) Filehandle File::Temp::$fh opened only for output at /usr/local/lib/perl5/site_perl/5.6.1/mach/Slash/Utility/System.pm line 343. Mon Aug 12 01:47:48 2002 [freshenup.pl] article.pl virtual_user=slash ssi=yes sid='01/07/29/2114254' cchp='vWObSlGRbp' section='reviews' bytes=0 FAILED: no data |
From: Eric D. <eri...@ja...> - 2002-08-10 04:37:05
|
yeah, nothing is working right at all. Stories aren't updating, major problems....... Someone.....help? My index.pl won't even grab stories for the front page.......because the freshenup task doesn't seem to finish..... |
From: Eric D. <eri...@ja...> - 2002-08-10 02:13:11
|
I'm getting some strange errors in my slashd log, and a lot of things don't seem to be working :-( Any ideas? I'm pretty sure that my sites are uptodate with the upgrades files in sql/mysql/ thanks Sat Aug 10 02:05:43 2002 Starting up Slashd (verbosity 2) with pid 93501 Subroutine _make_cchp_file redefined at /usr/local/slash/site/www.ericdannewitz.com/tasks/freshenup.pl line 166. Subroutine _read_and_unlink_cchp_file redefined at /usr/local/slash/site/www.ericdannewitz.com/tasks/freshenup.pl line 190. Sat Aug 10 02:05:44 2002 processed /usr/local/slash/site/www.ericdannewitz.com/tasks; 21 successful (adminmail.pl daily.pl daily_archive.pl expire.pl flush_formkeys.pl freshenup.pl hc_maintain_pool.pl message_delete.pl message_delivery.pl new_headfoot.pl new_motd.pl newsvac_gc.pl open_backend.pl p2f_cheesy.pl p2f_hof_topics.pl refresh_authors_cache.pl refresh_uncommon.pl run_moderatord.pl run_portald.pl set_recent_topics.pl spamarmor.pl); 0 failed Sat Aug 10 02:05:45 2002 first task will be freshenup.pl in -1 secs Sat Aug 10 02:05:45 2002 freshenup.pl forked; hc_maintain_pool.pl 1s late Sat Aug 10 02:05:48 2002 [freshenup.pl] begin (93524) Sat Aug 10 02:05:51 2002 hc_maintain_pool.pl begin (93541) Error in library:main:/usr/local/slash/site/www.ericdannewitz.com/tasks/hc_maintain_pool.pl:18:Slash/HumanConf/Static.pm did not return a true value at (eval 65) line 3. Which was called by:main:/usr/local/slash/sbin/slashd:745:Slash/HumanConf/Static.pm did not return a true value at (eval 65) line 3. Sat Aug 10 02:05:52 2002 hc_maintain_pool.pl: could not instantiate Slash::HumanConf::Static object, is GD.pm properly installed? Sat Aug 10 02:05:52 2002 hc_maintain_pool.pl end (93541) (2.23s; new_headfoot.pl 8s late) Sat Aug 10 02:05:53 2002 [freshenup.pl] article.pl virtual_user=ericsrants ssi=yes sid='02/08/09/2230258' cchp='FTdiJmOmdl' section='students' bytes=0 FAILED: no data Sat Aug 10 02:05:53 2002 [freshenup.pl] updated students:02/08/09/2230258 (2001 CD Projects) Sat Aug 10 02:05:53 2002 [freshenup.pl] Filehandle STDOUT opened only for input at /usr/local/slash/site/www.ericdannewitz.com/tasks/freshenup.pl line 198. Sat Aug 10 02:05:53 2002 [freshenup.pl] Commentcount/hitparade data was not retrieved, reason unknown (cchp: '') Sat Aug 10 02:05:56 2002 [freshenup.pl] article.pl virtual_user=ericsrants ssi=yes sid='02/08/09/1910228' cchp='nQtFhGeQYl' section='useful' bytes=0 FAILED: no data Sat Aug 10 02:05:56 2002 [freshenup.pl] updated useful:02/08/09/1910228 (Things To Do With Salt) Sat Aug 10 02:05:56 2002 [freshenup.pl] Filehandle STDOUT opened only for input at /usr/local/slash/site/www.ericdannewitz.com/tasks/freshenup.pl line 198. Sat Aug 10 02:05:56 2002 [freshenup.pl] Commentcount/hitparade data was not retrieved, reason unknown (cchp: '') |
From: Eric D. <eri...@ja...> - 2002-08-09 19:40:49
|
Ok, this is neat. Now, instead of getting a bunch of garbled characters, is it possible to perhaps figure out if it is an image, or maybe binary file? I also need the address to send you those FreeBSD CD ;-) Brian Aker wrote: >On Fri, 2002-08-09 at 12:22, Eric Dannewitz wrote: > > >>Hey, who ever put the file upload in the current CVS, thanks! >> >> >Your welcome. > > > >>However, could we (or I) get some documentation on it? It seems to just >>upload the whole thing as text. Is this being stored in the database? >> >> >Once you hit preview it is eventually saved in the bodytext field. > > > >>It would also be really cool to have some sort of variable in the VARS >>table that would enable fileuploads in comments for registered users. >> >> >Pretty doable for both those and submissions. Just need a patch. > -Brian > > -- ----- Bureaucrats cut red tape, lengthwise Eric Dannewitz - Adventurer, saxophonist, good-timer (crook? quite possibly), clarinetist, manic self-publicist, part-time flautist(flutist?), macintosher, and often thought to be completely out to lunch. http://www.jazz-sax.com |
From: Brian A. <br...@ta...> - 2002-08-09 19:35:28
|
On Fri, 2002-08-09 at 12:22, Eric Dannewitz wrote: > Hey, who ever put the file upload in the current CVS, thanks! Your welcome. > However, could we (or I) get some documentation on it? It seems to just > upload the whole thing as text. Is this being stored in the database? Once you hit preview it is eventually saved in the bodytext field. > It would also be really cool to have some sort of variable in the VARS > table that would enable fileuploads in comments for registered users. Pretty doable for both those and submissions. Just need a patch. -Brian -- _______________________________________________________ Brian "Krow" Aker, br...@ta... Slashdot Senior Developer Seattle, Washington http://tangent.org/~brian/ http://askbrian.org/ _______________________________________________________ You can't grep a dead tree. |
From: Eric D. <eri...@ja...> - 2002-08-09 19:23:06
|
Hey, who ever put the file upload in the current CVS, thanks! However, could we (or I) get some documentation on it? It seems to just upload the whole thing as text. Is this being stored in the database? It would also be really cool to have some sort of variable in the VARS table that would enable fileuploads in comments for registered users. Ooo, I'm excited now. This is looking good! |
From: Eric D. <eri...@ja...> - 2002-08-05 04:07:36
|
Wouldn't one way around that be to write or utilize a separate script or something that would upload files AFTER you submit a story or comment? And this uploaded file could be approved or disapproved depending on the site. Some sort of file upload submission page or something. Ideas? It would be great to get something like this happening with slash........... shane wrote: > >There used to be some code in admin.pl to handle the file-upload of a file >through http. I don't think it was ever finished, or atleast, tested. Look >around, it may still be there and you may be able to use it. > >A while back I messed with doing file upload via http for the photo gallery >plugin that I started. I didn't get very far with it, because with slash you >can't just use cgi and use it to handle the file coming from the form. > >If you write the code to do file uploading, I would be eternally grateful to >you. I've just never had the time to get into it it more and get it written. > > Shane > > > > > |
From: Eric D. <eri...@ja...> - 2002-08-05 02:47:10
|
I'm wondering how exactly you get it to work. Like on slashcode, if you submit a story under the YASS section, when you preview it the form then has URL and RDF fields. I installed the plugin and created the database table, but I don't get this on my site. Any ideas? |