You can subscribe to this list here.
| 2001 |
Jan
|
Feb
(30) |
Mar
(123) |
Apr
(188) |
May
(90) |
Jun
(68) |
Jul
(129) |
Aug
(72) |
Sep
(97) |
Oct
(99) |
Nov
(168) |
Dec
(35) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(75) |
Feb
(55) |
Mar
(104) |
Apr
(49) |
May
(12) |
Jun
(11) |
Jul
(47) |
Aug
(104) |
Sep
(14) |
Oct
(26) |
Nov
(31) |
Dec
(10) |
| 2003 |
Jan
(78) |
Feb
(76) |
Mar
(47) |
Apr
(30) |
May
(19) |
Jun
(36) |
Jul
(48) |
Aug
(43) |
Sep
(54) |
Oct
(25) |
Nov
(79) |
Dec
(39) |
| 2004 |
Jan
(43) |
Feb
(14) |
Mar
(17) |
Apr
(15) |
May
(18) |
Jun
(20) |
Jul
(7) |
Aug
(30) |
Sep
(49) |
Oct
(17) |
Nov
(14) |
Dec
(72) |
| 2005 |
Jan
(55) |
Feb
(27) |
Mar
(34) |
Apr
(15) |
May
(8) |
Jun
(23) |
Jul
(7) |
Aug
(19) |
Sep
(3) |
Oct
(44) |
Nov
(3) |
Dec
|
| 2006 |
Jan
(20) |
Feb
(5) |
Mar
(8) |
Apr
(12) |
May
(16) |
Jun
(22) |
Jul
(39) |
Aug
(65) |
Sep
(4) |
Oct
(11) |
Nov
|
Dec
(5) |
| 2007 |
Jan
(2) |
Feb
(2) |
Mar
(8) |
Apr
(3) |
May
(28) |
Jun
(6) |
Jul
(3) |
Aug
(9) |
Sep
(15) |
Oct
|
Nov
(12) |
Dec
(2) |
| 2008 |
Jan
(3) |
Feb
(14) |
Mar
|
Apr
(4) |
May
|
Jun
(12) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
| 2009 |
Jan
|
Feb
(2) |
Mar
(4) |
Apr
|
May
|
Jun
(14) |
Jul
|
Aug
(1) |
Sep
(66) |
Oct
(21) |
Nov
|
Dec
(1) |
| 2010 |
Jan
(2) |
Feb
(2) |
Mar
(2) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
(100) |
Mar
(17) |
Apr
(1) |
May
(1) |
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
|
From: Brendan B. J. <br...@br...> - 2001-05-27 18:56:49
|
I'm trying to install Slash_2.0.0 on a RackSpace machine running their version of RedHat. I've installed all the Perl modules and slash and am now trying to install mod_perl with Apache. The error I am getting when trying to run apache is: [root@server1 apache]# bin/apachectl configtest Syntax error on line 6 of /usr/local/slash/httpd/slash.conf: Invalid command 'PerlHandler', perhaps mis-spelled or defined by a module not included in the server configuration I have double-checked the Perl modules by trying to reinstall each one from CPAN, but they are all up-to-date. I tried installing mod_perl using the following commands: perl Makefile.PL APACHE_SRC=/usr/src/apache_1.3.19/src DO_HTTPD=1 USE_APACI=1 PERL_MARK_WHERE=1 EVERYTHING=1 APACHE_PREFIX=/usr/local/apache ADD_MODULE=vhost_alias,env,log_config,log_agent,log_referer,mime,negotiation ,status,info,include,autoindex,dir,cgi,asis,imap,actions,userdir,alias,rewri te,access,auth,auth_anon,auth_db,digest,expires,headers,usertrack,so,setenvif make make test make install The make test returned: All tests successful, 4 tests skipped. Files=34, Tests=435, 33 wallclock secs (18.52 cusr + 2.29 csys = 20.81 CPU) I know it's a long list of add_modules, but I am already running a number of websites on this machines and need those modules for them to keep working. I'm stuck. I need suggestions on what to try now. help? apache: version 1.3.19 mod_perl: version 1.25 Perl: version 5.6.1 |
|
From: Dave H. <da...@ho...> - 2001-05-27 18:29:32
|
"Wayne Sitton" <wa...@te...> writes: > I decided to give up on php-nuke since I cannot get apache to recognize > php4. > > So, I've gone to trying to configure slashcode. Except now I'm having > problems loading certain modules from cpan. I can't load Compress::Zlib or > XML::Parser it errors saying that it must be some kind of bogus file. It > also complains that it cannot load some file because I need to load > Term::ReadKey, but when i try to install that I get an EOF error. I am > thinking the problem must be in the server CPAN is pulling from. > How do I change that? Or, does anyone have another suggestion? There's a CPAN/Config.pm in the perl tree. Someting like: /usr/lib/perl5/5.6.0/CPAN/Config.pm I'd also strongly suggest wiping your .cpan directory (and making sure you've got the requisite space in that partition!). -- Dave Hodgkinson, http://www.hodgkinson.org Editor-in-chief, The Highway Star http://www.deep-purple.com Interim CTO, web server farms, technical strategy ---------------------------------------- |
|
From: Chris N. <pu...@po...> - 2001-05-27 12:15:12
|
At 01:46 -0500 2001.05.27, techlists wrote: >So, I've gone to trying to configure slashcode. Except now I'm having >problems loading certain modules from cpan. I can't load Compress::Zlib or >XML::Parser it errors saying that it must be some kind of bogus file. Please explain, giving the actual error you receive. -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |
|
From: techlists <tec...@te...> - 2001-05-27 06:38:43
|
I decided to give up on php-nuke since I cannot get apache to recognize php4. So, I've gone to trying to configure slashcode. Except now I'm having problems loading certain modules from cpan. I can't load Compress::Zlib or XML::Parser it errors saying that it must be some kind of bogus file. It also complains that it cannot load some file because I need to load Term::ReadKey, but when i try to install that I get an EOF error. I am thinking the problem must be in the server CPAN is pulling from. How do I change that? Or, does anyone have another suggestion? Wayne |
|
From: Wayne S. <wa...@te...> - 2001-05-27 06:32:29
|
I decided to give up on php-nuke since I cannot get apache to recognize php4. So, I've gone to trying to configure slashcode. Except now I'm having problems loading certain modules from cpan. I can't load Compress::Zlib or XML::Parser it errors saying that it must be some kind of bogus file. It also complains that it cannot load some file because I need to load Term::ReadKey, but when i try to install that I get an EOF error. I am thinking the problem must be in the server CPAN is pulling from. How do I change that? Or, does anyone have another suggestion? Wayne |
|
From: Wayne S. <wa...@te...> - 2001-05-27 06:29:46
|
I decided to give up on php-nuke since I cannot get apache to recognize php4. So, I've gone to trying to configure slashcode. Except now I'm having problems loading certain modules from cpan. I can't load Compress::Zlib or XML::Parser it errors saying that it must be some kind of bogus file. It also complains that it cannot load some file because I need to load Term::ReadKey, but when i try to install that I get an EOF error. I am thinking the problem must be in the server CPAN is pulling from. How do I change that? Or, does anyone have another suggestion? Wayne |
|
From: Chris N. <pu...@po...> - 2001-05-25 23:35:35
|
At 23:17 -0400 2001.05.25, Mhair Dekmezian wrote: >>Looks like maybe you don't have Template installed. >> >>What version of perl are you running? > >"perl --version" gives me: > >This is perl, v5.6.1 built for i386-linux > >(plus, some other copyright & documentation related stuff) OK. It looks like you don't have Template installed. This is the error you would get in that case. -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |
|
From: Mhair D. <dek...@ho...> - 2001-05-25 23:17:46
|
>Looks like maybe you don't have Template installed. > >What version of perl are you running? "perl --version" gives me: This is perl, v5.6.1 built for i386-linux (plus, some other copyright & documentation related stuff) _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com |
|
From: Chris N. <pu...@po...> - 2001-05-25 22:50:37
|
At 22:34 -0400 2001.05.25, Mhair Dekmezian wrote: >I am attempting to install slash 2.0.0. I have gone through the perl module >installation, and the installation of slash (make and "make install"). When >I try to run "bin/install-slashsite slash" from inside the slash-2.0.0 >directory, I get the following output: > >Base class package "Template::Provider" is empty. > (Perhaps you need to 'use' the module which defines that package >first.) at /usr/lib/perl5/site_perl/i386-linux/Slash/Display/Provider.pm >line 34 Looks like maybe you don't have Template installed. What version of perl are you running? -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |
|
From: Mhair D. <dek...@ho...> - 2001-05-25 22:34:49
|
I am attempting to install slash 2.0.0. I have gone through the perl module
installation, and the installation of slash (make and "make install"). When
I try to run "bin/install-slashsite slash" from inside the slash-2.0.0
directory, I get the following output:
Base class package "Template::Provider" is empty.
(Perhaps you need to 'use' the module which defines that package
first.) at /usr/lib/perl5/site_perl/i386-linux/Slash/Display/Provider.pm
line 34
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/i386-linux/Slash/Display/Provider.pm line 34.
Compilation failed in require at
/usr/lib/perl5/site_perl/i386-linux/Slash/Display.pm line 47.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/i386-linux/Slash/Display.pm line 47.
Compilation failed in require at
/usr/lib/perl5/site_perl/i386-linux/Slash.pm line 41.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/i386-linux/Slash.pm line 41.
Compilation failed in require at
/usr/lib/perl5/site_perl/i386-linux/Slash/Install.pm line 10.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/i386-linux/Slash/Install.pm line 10.
Compilation failed in require at bin/install-slashsite line 19.
BEGIN failed--compilation aborted at bin/install-slashsite line 19.
I cannot figure out what this means and would appreciate any help in
correcting it. I apologize if this has been covered already in this list,
but I can't seem to make the search work properly :)
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
|
|
From: Nathan V. <na...@th...> - 2001-05-21 22:53:53
|
On Mon, 21 May 2001, Erena Langley wrote: > This is what I get regarding msyql version: > Server version 3.23.36 > Is this an incompatible mysql for slash 1.0? I will upgrade to 2.0 > soon, but I would like to solve this problem since I don't know if it > will go away with the slash update, and feel I should figure this > problem out before complicating things. Yes, if I remember correctly, mysql 3.23 no longer supports negative numbers in an autoincrement field, which means the anonymous coward uid of -1 in slash 1.0.x breaks things. That could be why everything is messed up for you. You can either downgrade to mysql 3.22, tell it to use the old style data files (search this list for information about that--something about ISM files), or upgrade to slash 2.0. Stuff like this was discussed a lot in the slashcode lists a few months ago. Good luck, nathan -- Nathan Vonnahme na...@th... senior web developer third sector technologies http://enteuxis.org/nathan http://thethirdsector.com |
|
From: Erena L. <ela...@he...> - 2001-05-21 19:38:04
|
Dear All, New users have not been able to register on the slash site i installed. The do not recieve their passwords via email and get an error message saying whatever their username is, and not found. I am using slash 1. While I know that it says this is not supported, I would like to fix this problem before upgrading. I have looked at the user table in mysql and it has this for users: mysql> select * from users; +------------+------------------+-----------------------------+-----------+----------+----------+------+--------+-----------------+ | uid | nickname | realemail | fakeemail | homepage | passwd | sig | seclev | matchname | +------------+------------------+-----------------------------+-----------+----------+----------+------+--------+-----------------+ | 1 | author1 | author1@zamboni | NULL | NULL | change | NULL | 0 | author1 | | -1 | Anonymous Coward | | | | change | | 0 | anonymouscoward | | 2 | user1 | user1@zamboni | NULL | NULL | change | NULL | 0 | user1 | | 3 | user2 | user2@zamboni | NULL | NULL | change | NULL | 0 | user2 | | 4 | user3 | user3@zamboni | NULL | NULL | change | NULL | 0 | user3 | | 5 | user4 | user4@zamboni | NULL | NULL | change | NULL | 0 | user4 | | 6 | author2 | author2@zamboni | NULL | NULL | change | NULL | 0 | author2 | | 2147483647 | erena | er...@he... | | | xKHunobD | NULL | 0 | erena | +------------+------------------+-----------------------------+-----------+----------+----------+------+--------+-----------------+ This is what I get regarding msyql version: mysqladmin Ver 8.18 Distrib 3.23.36, for sun-solaris2.7 on sparc Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to modify and redistribute it under the GPL license Server version 3.23.36 Protocol version 10 Connection Localhost via UNIX socket UNIX socket /tmp/mysql.sock Uptime: 28 days 1 hour 37 min 56 sec Is this an incompatible mysql for slash 1.0? I will upgrade to 2.0 soon, but I would like to solve this problem since I don't know if it will go away with the slash update, and feel I should figure this problem out before complicating things. I have seen some remarks on the list about the Anonymous Coward user and if this isn't set up, new users accounts can't be created. Does annonymous coward appear to be set up properly? (sorry if I seem rather clueless, I'm sort of overwhelmed) Any and all feed back appreciated. Erena |
|
From: dan f. <fl...@xm...> - 2001-05-17 23:56:20
|
On Thursday 17 May 2001 14:12, you said: > At 23:06 -0600 2001.05.11, dan flickinger wrote: > >It's not much of an issue anyways, since the Vice President of Student > >Affairs at the University of Utah mandates that I DO NOT allow anonymous > >posting. I disobey the administration and not only do I find myself > > without a > > You still need an anonymous user, for when people view the site before > logging in. Yeah, I gathered that after a little research. I never tried operating the site without an anonymous user in the first place. thanks... /dan -- One future, two choices. Oppose them or let them destroy us. |
|
From: Chris N. <pu...@po...> - 2001-05-17 20:36:28
|
At 11:34 -0500 2001.05.16, Xiaowu Gai wrote: >Sorry for posting this message again. I really need help. This is >driving me nuts. As noted in the docs (in at least one place), you need to check your apache configs. Go to /usr/local/slash/httpd/slash.conf. Chances are you will need to comment out the top two directives, according to the note in the file. -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |
|
From: Chris N. <pu...@po...> - 2001-05-17 20:16:42
|
At 23:06 -0600 2001.05.11, dan flickinger wrote: >It's not much of an issue anyways, since the Vice President of Student >Affairs at the University of Utah mandates that I DO NOT allow anonymous >posting. I disobey the administration and not only do I find myself without a You still need an anonymous user, for when people view the site before logging in. -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |
|
From: Micah Y. <yo...@ho...> - 2001-05-17 04:12:56
|
I just noticed on Slashcode that there's a Most Recent Journal Entires Slashbox. But it doesn't seem to be on my system. I *really* want this feature. Anyone know how to add it? Thanks! |
|
From: Gold D. <go...@nc...> - 2001-05-17 01:18:25
|
Y'all:
In order to use PHP (which required mod_so), I had to compile
apache & mod_perl using the command:
perl Makefile.PL APACHE_SRC=/usr/src/apache_1.3.19 DO_HTTPD=1 \
USE_APACI=1 USE_DSO=1 PERL_MARK_WHERE=1 EVERYTHING=1 \
APACHE_PREFIX=/usr/local/apache
The USE_DSO=1 is not required for slashcode. However, when I startup
apache (using apachectl start), I get the error message:
Syntax error on line 6 of /usr/local/slash/httpd/slash.conf:
Invalid command 'PerlHandler', perhaps mis-spelled or defined by a module
not included in the server configuration
/usr/local/bin/apachectl start: httpd could not be started
Anyone know how to fix this so I can run slashcode and use PHP at the
same time? Sorry if this is obvious; I'm a complete newbie to apache/
PHP/mysql/slashcode. TIA.
Regards,
Gold
|
|
From: Xiaowu G. <xg...@ia...> - 2001-05-16 16:34:22
|
Sorry for posting this message again. I really need help. This is driving me nuts. Hi everyone: I installed the slashcode (two versions: 2.0.0-pre3 and 2.0.0) and am playing with it. I was frustrated, however, that some of the pages are duplicated. By duplicate, I mean that if I open a page, it pulls out one page with the top part and the bottom part identical and repeated. It is true for almost every page if I log in as the administrator, but only occasionally if otherwise. I attached a sample page to show what I mean. I need your help. Thank you. |
|
From: Xiaowu G. <xg...@ia...> - 2001-05-16 14:28:34
|
Hi Brian: I am sorry. I am really new to this. What did I do that causes the script to be run twice? And more important, how can I fix it?. Thank you very much. Xiaowu At 08:16 AM 5/15/01 -0700, you wrote: >Xiaowu Gai wrote: > > > > Hi everyone: > > > > I installed the slashcode (two versions: 2.0.0-pre3 and 2.0.0) and am > > playing with it. I was frustrated, however, that some of the pages are > > duplicated. By duplicate, I mean that if I open a page, it pulls out one > > page with the top part and the bottom part identical and repeated. It is > > true for almost every page if I log in as the administrator, but only > > occasionally if otherwise. I attached a sample page to show what I mean. I > > need your help. Thank you. >You have perl declared to be run by perl-script twice. > -Brian > >_______________________________________________ >Slashcode-general mailing list >Sla...@li... >http://lists.sourceforge.net/lists/listinfo/slashcode-general Xiaowu Gai 2104 Molecular Biology Building Department of Zoology & Genetics Iowa State University Ames, IA 50010 Tel: (515)-2940022 |
|
From: Alvaro d. C. <ac...@ba...> - 2001-05-16 08:18:06
|
El 15 May 2001 13:51:47 -0400, Micah Yoder escribió: > > The best way to do this is to introduce and ACL system. I have sent a > > patch to slashcode 2.0.0 to include ACL functions and some minor > > modifications in getUser and setUser so when a user enter in the system, > > it receives her ACLs. You can take it from Sourceforge. > > That looks good, but now I'm thinking along the lines of hacking up a quick > PHP page or two to let authorized users (I'd give them a username/password > separate from Slash) edit their box(es) there. I'd like to avoid modifying > or patching Slash too much -- that would make it a pain to upgrade. Sure, but the plugin architecture helps a lot in introducing changes in slashcode in an independent way. I will try to put the ACL system as an independant plugin. Cheers -- Alvaro > > > _______________________________________________ > Slashcode-general mailing list > Sla...@li... > http://lists.sourceforge.net/lists/listinfo/slashcode-general > |
|
From: Micah Y. <yo...@ho...> - 2001-05-15 20:50:56
|
> The best way to do this is to introduce and ACL system. I have sent a > patch to slashcode 2.0.0 to include ACL functions and some minor > modifications in getUser and setUser so when a user enter in the system, > it receives her ACLs. You can take it from Sourceforge. That looks good, but now I'm thinking along the lines of hacking up a quick PHP page or two to let authorized users (I'd give them a username/password separate from Slash) edit their box(es) there. I'd like to avoid modifying or patching Slash too much -- that would make it a pain to upgrade. |
|
From: Brian A. <br...@ta...> - 2001-05-15 15:26:28
|
Xiaowu Gai wrote: > > Hi everyone: > > I installed the slashcode (two versions: 2.0.0-pre3 and 2.0.0) and am > playing with it. I was frustrated, however, that some of the pages are > duplicated. By duplicate, I mean that if I open a page, it pulls out one > page with the top part and the bottom part identical and repeated. It is > true for almost every page if I log in as the administrator, but only > occasionally if otherwise. I attached a sample page to show what I mean. I > need your help. Thank you. You have perl declared to be run by perl-script twice. -Brian |
|
From: Xiaowu G. <xg...@ia...> - 2001-05-15 14:15:21
|
Hi everyone: I installed the slashcode (two versions: 2.0.0-pre3 and 2.0.0) and am playing with it. I was frustrated, however, that some of the pages are duplicated. By duplicate, I mean that if I open a page, it pulls out one page with the top part and the bottom part identical and repeated. It is true for almost every page if I log in as the administrator, but only occasionally if otherwise. I attached a sample page to show what I mean. I need your help. Thank you. |
|
From: Alvaro d. C. <ac...@ba...> - 2001-05-15 06:21:00
|
El 14 May 2001 21:57:10 -0400, Micah Yoder escribió: > I need to give regular users the ability to edit Slashboxes -- one or more of > them, with privileges granted by the administrator. I'm about to write code > to handle that, but I thought I'd ask if it has already been done. The best way to do this is to introduce and ACL system. I have sent a patch to slashcode 2.0.0 to include ACL functions and some minor modifications in getUser and setUser so when a user enter in the system, it receives her ACLs. You can take it from Sourceforge. I am working now in the translation to Plugins of some functionality that shows how to use this ACLs. We have introduced it in our system because we let our users to have their own section and put there news and edit a slashbox which appears there. When I have all the plugins (2 o 3 days max) I will ask in the list the best place to put them (¿sourceforge patchs?). Bye bye -- Alvaro > > Thanks > > _______________________________________________ > Slashcode-general mailing list > Sla...@li... > http://lists.sourceforge.net/lists/listinfo/slashcode-general > |
|
From: Micah Y. <yo...@ho...> - 2001-05-15 04:56:19
|
I need to give regular users the ability to edit Slashboxes -- one or more of them, with privileges granted by the administrator. I'm about to write code to handle that, but I thought I'd ask if it has already been done. Thanks |