Felix Karpfen <[EMAIL PROTECTED]> writes:
> My attempt to upgrade WWWOFFLE from version 2.6c (which installed
> without a hitch and has always worked perfectly) failed miserably..
>
> I attempted to follow the instructions to the extent that I understood
> them and everything appeared to work fine.
>
> The only element that I failed to understand was the syntax of the perl
> script that was supposed to update my wwwoffle.conf file - because the
> file to be updated was sitting in the /var/spool/wwwoffle directory and
> the file to be modified was in the /etc directory (not in /etc/wwwoffle
> - which does not exist). However, I made the minimal changes manually
> and tried my luck.
The perl script is very easy to use, you just run it with a single
argument that is the name of the configuration file. If you are
moving the location of the configuration file (as is the default in
version 2.7 compared to previous versions) then this must be done
manually. What was the problem that you had and why did you mention
/etc/wwwoffle?
> I loaded wwwoffled manually and it worked; it gave the following
> message:
>
> wwwoffled[1029] Important: WWWOFFLE Demon Version 2.7 (with zlib,without
> ipv6) started.
>
> However, when I attempted to access the files that are sitting in the
> WWWOFFLE cache, I failed.
>
> The only browser that made a serious effort was Konqueror and it
> notified:
> Connection to host localhost is broken.
>
> My instinct is that the problem is due to having all my old WWWOFFLE
> files in /var/spool/wwwoffle, while the new location is probably in a
> /etc sub-directory.
The cache and the HTML template files remain in
/var/spool/wwwoffle. It is only the configuration file that has moved
into /etc.
> The following entries in my /var/log/messages file may give a needed
> clue about why my install of WWWOFFLE 2.7 refuses to work::
>
> > Feb 18 11:37:12 eureka wwwoffled[1029]: WWWOFFLE Online.
> > Feb 18 11:37:37 eureka wwwoffles[1216]: Cannot open the message template
>'Index-Head.html'.
> > Feb 18 11:37:40 eureka wwwoffles[1217]: Cannot open the message template
>'Index-Head.html'.
> > Feb 18 11:37:40 eureka wwwoffles[1218]: Cannot open the message template
>'Index-Head.html'.
The answer is in the error message, it can't find the HTML template
pages, but I don't know exactly why this would be. It could be that
you have the old version of the pages where the new ones should be, or
a permissions problem.
>From your other e-mail I would suggest that the permissions are
incorrect. What are the permissions on the following directories?
/var/spool/wwwoffle/html
/var/spool/wwwoffle/html/en
/var/spool/wwwoffle/html/en/messages
/var/spool/wwwoffle/html/default
/var/spool/wwwoffle/html/default/messages
/var/spool/wwwoffle/temp
They all need to be readable and writable by the user that the
WWWOFFLE server is running as.
--
Andrew.
----------------------------------------------------------------------
Andrew M. Bishop [EMAIL PROTECTED]
http://www.gedanken.demon.co.uk/
WWWOFFLE users page:
http://www.gedanken.demon.co.uk/wwwoffle/version-2.7/user.html