<html>
<body>
At 10:12 AM 1/24/2005, Daniel Beinlich wrote:<br><br>
<br>
<blockquote type=cite class=cite cite=""><pre><font face="arial" size=2>The
news module [that] I [am] us[ing] is written by Mark Miller
</font></pre><font face="Courier New, Courier"></font></blockquote><br>
<x-tab>        </x-tab>Actually,
Antonio Reyes and Paolo Brunasti also contributed to that module. See the
file "manifest.xml" that is included in the module
"zip" file.<br><br>
<br>
<blockquote type=cite class=cite cite=""><pre><font face="arial" size=2>(<a href="http://www.hema.ch/personal/mark.miller/opencms/module_news.html">http://www.hema.ch/personal/mark.miller/opencms/module_news.html</a>).
[T]he version [of the module is version] 2. I couldn’t find
</font></pre><font face="Courier New, Courier"></font><br><br>
<pre><font face="arial" size=2>another news module. I have read a lot of
the page
<a href="http://opencms.al-arenal.de/">http://opencms.al-arenal.de/</a>
but this page is down. So </font></pre><font face="Courier New, Courier"><br>
</font><br>
<pre><font face="arial" size=2>I couldn’t get any other versions or documentations of the news module.</font></pre><font face="Courier New, Courier"></font><br><br>
<pre><font face="arial" size=2>I have successfully installed this module and I can insert a news entry and edit an existing entry, but I don´t know how [to] implement the news in my website. The demo inside the module doesn´t work.</font></pre><font face="Courier New, Courier"></font><br><br>
<pre><font face="arial" size=2>So, I really need your help and I hope that there is someone who can tell me what I have to do.
</font></pre><font face="Courier New, Courier"></font></blockquote><br>
<x-tab>        </x-tab>First, have you executed the file "news.sql" that is included in the "zip" file? I suspect that you have done so. Otherwise, you probably would not be able to insert a news entry. It is possible that OpenCMS has already executed the file for you (when you installed the module). Second, read the primary documentation file in the zip file. This file is named "index.html" and, in the zip file, it is located here: <br><br>
<x-tab>        </x-tab>/system/modules/com.opencms.modules.homepage.news/doc<br><br>
In the zip file, there are _several_ files named "index.html." If you have installed the news module, then this file is probably already in the OC virtual file system. Third, examine your log files, especially the first of these:<br><br>
1.  opencms.log<br><br>
<x-tab>        </x-tab>By default, this file is here:  <Tomcat_home>/webapps/opencms/WEB-INF/logs/opencms.log<br><br>
2.  catalina.out -- For historical reasons, the primary log file for Tomcat is _not_ called "tomcat.log".<br><br>
<x-tab>        </x-tab>On Debian, this file is here:  /var/log/tomcat4/catalina.out<br><br>
3.  database log files, e.g., for MySQL. <br><br>
<x-tab>        </x-tab>On Debian, this file is here:  /var/lib/mysql/<hostname>.log<br><br>
Finally, on one occasion, I solved a problem with a module by removing it and then installing it again.<br><br>
Sincerely,<br>
Paul Bain<br>
</body>
</html>