[opencms-dev] news module

ashik ashik at spectrum-bd.com
Wed May 28 11:16:02 CEST 2003


news moduleI am also insearch of that news mdoule for 5.0.....

Regards,
========================
Muhammad Ashikuzzaman
Programmer, Spectrum Engineering Consortium Ltd.
 

-----Original Message-----
From: opencms-dev-admin at opencms.org
[mailto:opencms-dev-admin at opencms.org] On Behalf Of
opencms-dev-request at opencms.org
Sent: Tuesday, May 27, 2003 8:06 PM
To: opencms-dev at opencms.org
Subject: opencms-dev digest, Vol 1 #111 - 11 msgs

Send opencms-dev mailing list submissions to
	opencms-dev at opencms.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://mail.opencms.org/mailman/listinfo/opencms-dev
or, via email, send a message with subject or body 'help' to
	opencms-dev-request at opencms.org

You can reach the person managing the list at
	opencms-dev-admin at opencms.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of opencms-dev digest..."


Today's Topics:

   1. Performance Problem (Mario Meisenberger)
   2. Installation problem with Oracle. (srini vas)
   3. Re: Installation encoding error
(=?iso-8859-1?Q?S=E8bastien_DESCAMPS?=)
   4. Re: Installation problem with Oracle. (Stephan Hartmann)
   5. Re: Installation problem with Oracle. (srini vas)
   6. Re: Installation problem with Oracle. (Stephan Hartmann)
   7. JSP (Steele, Jeffrey)
   8. Methods for "getFilename" and "lastmodified" ??? (Birgit
=?ISO-8859-1?Q?H=E4mmerling?=)
   9. RE: Methods for "getFilename" and "lastmodified" ??? (Alexander
Kandzior)
  10. Again: News Module for OpenCMS 5.0 (Frank Wunderlich)
  11. small problem... [off topic] (Mehdi Nejad)

--__--__--

Message: 1
From: "Mario Meisenberger" <m.meisenberger at labor-c.net>
To: opencms-dev at opencms.org
Date: Tue, 27 May 2003 12:26:26 +0200
Organization: Labor-C
Subject: [opencms-dev] Performance Problem
Reply-To: opencms-dev at opencms.org

Dear OpenCMS Group!

I have a serious problem.
We use OpenCMS in a big solution 
	20 domains 
	600 MB Content
	50 users

Software
	OpenCMS 4.6
	Apache 2.0
	Tomcat 3.0
	MS SQL Server 2000

Hardware
	1200 Mhz
	1 GB Ram

We have the problem that the backend (administration console) is very
slow.
The Frontend is ok.

What can I do - Any suggestions?
  2 servers ?!
  upgrade to 5.0 ?!


thanks a lot

	Mario






--__--__--

Message: 2
Date: Tue, 27 May 2003 04:11:57 -0700 (PDT)
From: srini vas <voleti_srini at yahoo.com>
To: opencms-dev at opencms.org
Subject: [opencms-dev] Installation problem with Oracle.
Reply-To: opencms-dev at opencms.org

--0-359699621-1054033917=:84836
Content-Type: text/plain; charset=us-ascii

Hi:
 
I am trying to install OpenCms on Tomcat and Oracle.
After Successfully installing tomcat and placed the opencms in the
webapps folder of tomcat and started Tomcat server and opened the
opencms url wizard then during database setup for oracle it says
CLASSNOTFOUNDEXCEPTION, and below the wizard it says to copy oracle
drivers to oclib and lib directories of OpenCms but when i unpacked the
opencms.war, i can see lib directory but oclib directory is not there.
 
Expecting a earliest reply for my problem.
 
Regards,
Srini.
 


---------------------------------
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
--0-359699621-1054033917=:84836
Content-Type: text/html; charset=us-ascii

<DIV>Hi:</DIV>
<DIV> </DIV>
<DIV>I am trying to install OpenCms on Tomcat and Oracle.</DIV>
<DIV>After Successfully installing tomcat and placed the opencms in the
webapps folder of tomcat and started Tomcat server and opened the
opencms url wizard then during database setup for oracle it says
CLASSNOTFOUNDEXCEPTION, and below the wizard it says to copy oracle
drivers to oclib and lib directories of OpenCms but when i unpacked the
opencms.war, i can see lib directory but oclib directory is not
there.</DIV>
<DIV> </DIV>
<DIV>Expecting a earliest reply for my problem.</DIV>
<DIV> </DIV>
<DIV>Regards,</DIV>
<DIV>Srini.</DIV>
<DIV> </DIV><p><hr SIZE=1>
Do you Yahoo!?<br>
<a
href="http://us.rd.yahoo.com/search/mailsig/*http://search.yahoo.com">Th
e New Yahoo! Search</a> - Faster. Easier. Bingo.
--0-359699621-1054033917=:84836--

--__--__--

Message: 3
From: =?iso-8859-1?Q?S=E8bastien_DESCAMPS?= <sdescamps at net2s.com>
To: <opencms-dev at opencms.org>
Subject: Re: [opencms-dev] Installation encoding error
Date: Tue, 27 May 2003 13:48:03 +0200
Reply-To: opencms-dev at opencms.org

Hi gremol,

I think that your opencmsuser is not properly configured.
In your DB mysql, you should have:
     table user
        localhost, opencmsuser, password, N, N, N, ...
     table db
        localhost, opencms, opencmsuser, Y, Y, Y, ...
 
--
Sebastien DESCAMPS
Stagiaire Net2s
sdescamps at net2s.com

I retested and I can connect to database using:

  mysql -h localhost -P 3306
  (then providing password)

and I can create the database using:

mysql> create database opencms;
Query OK, 1 row affected (0.04 sec)

mysql> show databases;
+----------+
| Database |
+----------+
| mysql    |
| opencms  |
| test     |
+----------+
3 rows in set (0.00 sec)

but the installation refuses to do the same.  What can be done?

thx,
Gerry Reno


--- grenoml <grenoml at yahoo.com> wrote:
> Gokul,
>   Thanks for the reply.  Yes, I had an error in my password.  But now
> password is correct and it is not creating any database.  It gives a
> new error:
> ------------------
> Could no connect to database via: jdbc:mysql://localhost:3306/
> java.sql.SQLException: Cannot connect to MySQL server on
> localhost:3306. Is there a MySQL server running on the machine/port
> you
> are trying to connect to? (java.lang.NumberFormatException)
> 
> -------------------------------------------
> java.lang.NullPointerException
> 
> -------------------------------------------
> ------------------
> 
>   I verified that mysql is running and I can connect to it using
> 'mysql' in xterm window.  What is the
> java.lang.NumberFormatException?
> 
> 
> thx,
> Gerry Reno
> 
> 
> --- Gokul Poduval wrote:
> > Hello,
> >   If you could get beyond the file encoding check, then that part
> of
> > your
> >   problem is already solved.
> > 
> >   As for database creating, make sure you are using the right
> > username
> >   password. In my case I have granted all privileges on opencms.*
> to
> >   opencmsuser at localhost
> > 
> > Gokul
> > 
> > On Mon, 26 May 2003 17:17:06 -0700 (PDT), "grenoml"
> > said:
> > > Hello,
> > >   I am attempting to install OpenCMS on RH9 but running into some
> > > encoding problems.  I am receiving the following error:
> > > -----------------
> > > Error: the encoding of your Java VM is different from the OpenCms
> > > encoding!   
> > > 
> > >    Java VM file encoding: UTF-8
> > > 
> > >    OpenCms encoding: ISO-8859-1
> > > -----------------
> > > 
> > >   I have about twenty other Tomcat webapps running well using the
> > UTF-8
> > > encoding for the Java VM and I would like not to change that. 
> How
> > can
> > > I get the install to work?  I went into opencms.properties and
> > changed
> > > the default encoding to UTF-8 and restarted Tomcat but I then get
> > > database errors:
> > > -----------------
> > > 
> > > Creating database ... Failed
> > > 
> > > Could no connect to database via: jdbc:mysql://localhost:3306/
> > > java.sql.SQLException: Invalid authorization specification:
> Access
> > > denied for user: 'root at localhost' (Using password: YES)
> > > 
> > > -------------------------------------------
> > > java.lang.NullPointerException
> > > 
> > > -------------------------------------------
> > > 
> > > Creating tables ... Failed
> > > 
> > > Could no connect to database via:
> > jdbc:mysql://localhost:3306/opencms
> > > java.sql.SQLException: Invalid authorization specification:
> Access
> > > denied for user: 'root at localhost' (Using password: YES)
> > > 
> > > -------------------------------------------
> > > java.lang.NullPointerException
> > > 
> > > ... {many times}
> > > 
> > > java.lang.NullPointerException
> > > 
> > > -------------------------------------------
> > > 
> > >   I am using the mysql database user/password for root and not
> > system
> > > user/password for root.
> > > 
> > >   My question is how to get the installation working without
> > changing
> > > the default encoding for the VM?
> > > 
> > > thx,
> > > Gerry Reno
> > > 
> > > 
> > > __________________________________
> > > Do you Yahoo!?
> > > The New Yahoo! Search - Faster. Easier. Bingo.
> > > http://search.yahoo.com
> > > _______________________________________________
> > > This mail is send to you from the opencms-dev mailing list
> > > To change your list options, or to unsubscribe from the list,
> > please
> > > visit
> > > http://mail.opencms.org/mailman/listinfo/opencms-dev
> > > 
> > -- 
> > Gokul
> > 
> > -- 
> > http://www.fastmail.fm - Email service worth paying for. Try it for
> free
> 
> 
> __________________________________
> Do you Yahoo!?
> The New Yahoo! Search - Faster. Easier. Bingo.
> http://search.yahoo.com


__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please
visit
http://mail.opencms.org/mailman/listinfo/opencms-dev

--__--__--

Message: 4
From: Stephan Hartmann <hartmann at waehrisch-feykes.de>
To: opencms-dev at opencms.org
Subject: Re: [opencms-dev] Installation problem with Oracle.
Date: Tue, 27 May 2003 13:48:19 +0200
Reply-To: opencms-dev at opencms.org

Hi,

the oclib (and occlasses) directory is not used anymore in OpenCms 5.0.
So 
just put your oracle driver (classes12.zip or classes13.zip or so) into 
${TOMCAT_HOME}/webapps/opencms/WEB-INF/lib directory and restart your
webapp 
or tomcat.
In some cases you have to rename it to classes13.jar.

Bye,
Stephan


Am Dienstag, 27. Mai 2003 13:11 schrieben Sie:

> > Hi:
>
> I am trying to install OpenCms on Tomcat and Oracle.
> After Successfully installing tomcat and placed the opencms in the
webapps
> folder of tomcat and started Tomcat server and opened the opencms url
> wizard then during database setup for oracle it says
> CLASSNOTFOUNDEXCEPTION, and below the wizard it says to copy oracle
drivers
> to oclib and lib directories of OpenCms but when i unpacked the
> opencms.war, i can see lib directory but oclib directory is not there.
>
> Expecting a earliest reply for my problem.
>
> Regards,
> Srini.
>
>
>
> ---------------------------------
> Do you Yahoo!?
> The New Yahoo! Search - Faster. Easier. Bingo.

----------------------------------------
Content-Type: text/html; charset="us-ascii"; name="Anhang: 1"
Content-Transfer-Encoding: 7bit
Content-Description: 
----------------------------------------

--__--__--

Message: 5
Date: Tue, 27 May 2003 05:20:10 -0700 (PDT)
From: srini vas <voleti_srini at yahoo.com>
Subject: Re: [opencms-dev] Installation problem with Oracle.
To: opencms-dev at opencms.org
Reply-To: opencms-dev at opencms.org

--0-844130463-1054038010=:35888
Content-Type: text/plain; charset=us-ascii

Hi:

Thanx for the reply. I have placed the classes12.zip and tried to rename
it with classes13.zip then all the same problem continues.
I have tried to connect with a small java program to database and it is
working fine.
 
Regards,
Srini.

Stephan Hartmann <hartmann at waehrisch-feykes.de> wrote:
Hi,

the oclib (and occlasses) directory is not used anymore in OpenCms 5.0.
So 
just put your oracle driver (classes12.zip or classes13.zip or so) into 
${TOMCAT_HOME}/webapps/opencms/WEB-INF/lib directory and restart your
webapp 
or tomcat.
In some cases you have to rename it to classes13.jar.

Bye,
Stephan


Am Dienstag, 27. Mai 2003 13:11 schrieben Sie:

> > Hi:
>
> I am trying to install OpenCms on Tomcat and Oracle.
> After Successfully installing tomcat and placed the opencms in the
webapps
> folder of tomcat and started Tomcat server and opened the opencms url
> wizard then during database setup for oracle it says
> CLASSNOTFOUNDEXCEPTION, and below the wizard it says to copy oracle
drivers
> to oclib and lib directories of OpenCms but when i unpacked the
> opencms.war, i can see lib directory but oclib directory is not there.
>
> Expecting a earliest reply for my problem.
>
> Regards,
> Srini.
>
>
>
> ---------------------------------
> Do you Yahoo!?
> The New Yahoo! Search - Faster. Easier. Bingo.

----------------------------------------
Content-Type: text/html; charset="us-ascii"; name="Anhang: 1"
Content-Transfer-Encoding: 7bit
Content-Description: 
----------------------------------------
_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please
visit
http://mail.opencms.org/mailman/listinfo/opencms-dev

---------------------------------
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
--0-844130463-1054038010=:35888
Content-Type: text/html; charset=us-ascii

<DIV>Hi:</DIV>
<DIV><BR>Thanx for the reply. I have placed the classes12.zip and tried
to rename it with classes13.zip then all the same problem
continues.</DIV>
<DIV>I have tried to connect with a small java program to database and
it is working fine.</DIV>
<DIV> </DIV>
<DIV>Regards,</DIV>
<DIV>Srini.</DIV>
<DIV><BR><B><I>Stephan Hartmann
<hartmann at waehrisch-feykes.de></I></B> wrote:</DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT:
#1010ff 2px solid">Hi,<BR><BR>the oclib (and occlasses) directory is not
used anymore in OpenCms 5.0. So <BR>just put your oracle driver
(classes12.zip or classes13.zip or so) into
<BR>${TOMCAT_HOME}/webapps/opencms/WEB-INF/lib directory and restart
your webapp <BR>or tomcat.<BR>In some cases you have to rename it to
classes13.jar.<BR><BR>Bye,<BR>Stephan<BR><BR><BR>Am Dienstag, 27. Mai
2003 13:11 schrieben Sie:<BR><BR>> > Hi:<BR>><BR>> I am
trying to install OpenCms on Tomcat and Oracle.<BR>> After
Successfully installing tomcat and placed the opencms in the
webapps<BR>> folder of tomcat and started Tomcat server and opened
the opencms url<BR>> wizard then during database setup for oracle it
says<BR>> CLASSNOTFOUNDEXCEPTION, and below the wizard it says to
copy oracle drivers<BR>> to oclib and lib directories of OpenCms but
when i unpacked the<BR>> opencms.war, i can see lib dir
 ectory but oclib directory is not there.<BR>><BR>> Expecting a
earliest reply for my problem.<BR>><BR>> Regards,<BR>>
Srini.<BR>><BR>><BR>><BR>>
---------------------------------<BR>> Do you Yahoo!?<BR>> The New
Yahoo! Search - Faster. Easier.
Bingo.<BR><BR>----------------------------------------<BR>Content-Type:
text/html; charset="us-ascii"; name="Anhang:
1"<BR>Content-Transfer-Encoding: 7bit<BR>Content-Description:
<BR>----------------------------------------<BR>________________________
_______________________<BR>This mail is send to you from the opencms-dev
mailing list<BR>To change your list options, or to unsubscribe from the
list, please
visit<BR>http://mail.opencms.org/mailman/listinfo/opencms-dev</BLOCKQUOT
E><p><hr SIZE=1>
Do you Yahoo!?<br>
<a
href="http://us.rd.yahoo.com/search/mailsig/*http://search.yahoo.com">Th
e New Yahoo! Search</a> - Faster. Easier. Bingo.
--0-844130463-1054038010=:35888--

--__--__--

Message: 6
From: Stephan Hartmann <hartmann at waehrisch-feykes.de>
To: opencms-dev at opencms.org
Subject: Re: [opencms-dev] Installation problem with Oracle.
Date: Tue, 27 May 2003 14:38:11 +0200
Reply-To: opencms-dev at opencms.org

Hi,

the crucial point is to change to suffix zip into jar, not to rename it
from 
classes12 to classes13.
classes12.zip is the java 1.2 driver, classes13.zip the java 1.3 driver.

bye,
Stephan


Am Dienstag, 27. Mai 2003 14:20 schrieben Sie:

> > Hi:
>
> Thanx for the reply. I have placed the classes12.zip and tried to
rename it
> with classes13.zip then all the same problem continues. I have tried
to
> connect with a small java program to database and it is working fine.
>
> Regards,
> Srini.
>
> Stephan Hartmann <hartmann at waehrisch-feykes.de> wrote:
> Hi,
>
> the oclib (and occlasses) directory is not used anymore in OpenCms
5.0. So
> just put your oracle driver (classes12.zip or classes13.zip or so)
into
> ${TOMCAT_HOME}/webapps/opencms/WEB-INF/lib directory and restart your
> webapp or tomcat.
> In some cases you have to rename it to classes13.jar.
>
> Bye,
> Stephan
>
> Am Dienstag, 27. Mai 2003 13:11 schrieben Sie:
> > > Hi:
> >
> > I am trying to install OpenCms on Tomcat and Oracle.
> > After Successfully installing tomcat and placed the opencms in the
> > webapps folder of tomcat and started Tomcat server and opened the
opencms
> > url wizard then during database setup for oracle it says
> > CLASSNOTFOUNDEXCEPTION, and below the wizard it says to copy oracle
> > drivers to oclib and lib directories of OpenCms but when i unpacked
the
> > opencms.war, i can see lib directory but oclib directory is not
there.
> >
> > Expecting a earliest reply for my problem.
> >
> > Regards,
> > Srini.
> >
> >
> >
> > ---------------------------------
> > Do you Yahoo!?
> > The New Yahoo! Search - Faster. Easier. Bingo.
>
> ----------------------------------------
> Content-Type: text/html; charset="us-ascii"; name="Anhang: 1"
> Content-Transfer-Encoding: 7bit
> Content-Description:
> ----------------------------------------
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please
visit
> http://mail.opencms.org/mailman/listinfo/opencms-dev
>
> ---------------------------------
> Do you Yahoo!?
> The New Yahoo! Search - Faster. Easier. Bingo.

----------------------------------------
Content-Type: text/html; charset="us-ascii"; name="Anhang: 1"
Content-Transfer-Encoding: 7bit
Content-Description: 
----------------------------------------

--__--__--

Message: 7
From: "Steele, Jeffrey" <steelej at DCSC.GOV>
To: "'opencms-dev at opencms.org'" <opencms-dev at opencms.org>
Date: Tue, 27 May 2003 09:17:30 -0400
Subject: [opencms-dev] JSP
Reply-To: opencms-dev at opencms.org

Hello:

I am a new OpenCMS user and I am attempting to deploy OpenCMS for a
Intranet
project at the District of Columbia Superior Court. I have the folowing
code
in a JSP template.  I am trying to link to a picture which has its
"alt",
"name" and "height/width" and "caption" info stored in properties:

<img alt="<cms:property name="caption" />"
src="<cms:link>../resources/<cms:property name="picture" /></cms:link>"
<cms:property name="picdimensions" /> />

In the offline site, the resulting html is correct. Here is an example:

<img alt="Anne B. Wicks <br />Executive Officer"
src="/opencms/opencms/system/modules/com.opencms.dccweb/resources/AWicks
01.j
pg" height="183" width="144" />

However, it the exported or online sites, the html get corrupted as
such:

<img alt=""
src="/opencms/opencms/system/modules/com.opencms.dccweb/resources/Anne
B.
Wicks <br />Executive Officer" AWicks01.jpg />
<br />

It seems like all the cms:property stuff gets shifted one posistion. Has
anybody run into this before or do you know of a solution?

Thanks much. Any assistance is greatly appreciated.

Jeff

--__--__--

Message: 8
Date: Tue, 27 May 2003 15:29:27 +0200 (MEST)
From: Birgit =?ISO-8859-1?Q?H=E4mmerling?= <Christall at gmx.net>
To: opencms-dev at opencms.org
Subject: [opencms-dev] Methods for "getFilename" and "lastmodified" ???
Reply-To: opencms-dev at opencms.org

Hi !

I’m searching for a possibility to get the filename of the current html
file.
Something like the method “getTitle()” for the title of the current html
file.
Does anybody know a way to get this ???

And I’d like to know how I can get the date of the last change of the
current html file
(e.g. last modified date).

Any help would be appreciated !!

Greetings,
Birgit

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!


--__--__--

Message: 9
From: "Alexander Kandzior" <alex at opencms.org>
To: <opencms-dev at opencms.org>
Subject: RE: [opencms-dev] Methods for "getFilename" and "lastmodified"
???
Date: Tue, 27 May 2003 15:39:47 +0200
Organization: Alexander Kandzior
Reply-To: opencms-dev at opencms.org

Birgit,

use the method=20

  com.opencms.flex.jsp.CmsJspActionElement.info("opencms.request.uri");

_or_=20

form the OpenCms JSP taglib use the tag =20

  <cms:info property=3D"opencms.request.uri" />=20

_or_

use the method

  com.opencms.flex.jsp.CmsJspActionElement.getRequestContext().getUri()

_or_=20

on any instance of a CmsObject use the method

  com.opencms.file.CmsObject.getRequestContext().getUri()

The result will always return the name of the HTML file currently
requested by the user.=20


Best Regards,
Alex.

Alexander Kandzior
Alkacon Software - The OpenCms Experts
http://www.alkacon.com






> -----Original Message-----
> From: opencms-dev-admin at opencms.org=20
> [mailto:opencms-dev-admin at opencms.org] On Behalf Of Birgit =
H=E4mmerling
> Sent: Tuesday, May 27, 2003 3:29 PM
> To: opencms-dev at opencms.org
> Subject: [opencms-dev] Methods for "getFilename" and=20
> "lastmodified" ???
>=20
>=20
> Hi !
>=20
> I=92m searching for a possibility to get the filename of the=20
> current html file. Something like the method =93getTitle()=94 for=20
> the title of the current html file. Does anybody know a way=20
> to get this ???
>=20
> And I=92d like to know how I can get the date of the last=20
> change of the current html file (e.g. last modified date).
>=20
> Any help would be appreciated !!
>=20
> Greetings,
> Birgit
>=20
> --=20
> +++ GMX - Mail, Messaging & more  http://www.gmx.net +++
> Bitte l=E4cheln! Fotogalerie online mit GMX ohne eigene Homepage!
>=20
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list,=20
> please visit http://mail.opencms.org/mailman/listinfo/opencms-dev
>=20
>=20


--__--__--

Message: 10
From: "Frank Wunderlich" <k.frank.wunderlich at gmx.de>
To: <opencms-dev at opencms.org>
Date: Tue, 27 May 2003 15:50:31 +0200
Subject: [opencms-dev] Again: News Module for OpenCMS 5.0
Reply-To: opencms-dev at opencms.org

Hi,

I've recently read that there is a file called "news for 5.0.zip" and
some instructions for using it circulating in this mailing list.

Can somebody please post it again?

I've tried to retrieve the sources for the news module from cvs, but
didn't manage to make an importable module out of it. After compiling
the classes, zipping them together with the templates and ensuring that
the manifest corresponds with my directory structure, the upload process
in the Administration always aborts with an exception:

> java.lang.NullPointerException
>	at 
>com.opencms.file.CmsImport.getConflictingFilenames(CmsImport.java:319)

Any help appreciated!
Thx,
Frank.



--__--__--

Message: 11
From: Mehdi Nejad <mehdi.nejad at investis.com>
To: opencms-dev at opencms.org
Date: 27 May 2003 14:57:50 +0100
Subject: [opencms-dev] small problem... [off topic]
Reply-To: opencms-dev at opencms.org

Not with opencms as of yet, but with this list.

Why am I getting 2 copies of every email ?

Can anyone tell me ?

Thanks,

med




--__--__--

_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please
visit 
http://mail.opencms.org/mailman/listinfo/opencms-dev

End of opencms-dev Digest




More information about the opencms-dev mailing list