Your message dated Sun, 27 Jun 2010 21:37:57 +0000
with message-id <[email protected]>
and subject line Bug#572377: fixed in dokuwiki 0.0.20091225c-4
has caused the Debian Bug report #572377,
regarding failed tpl transition to /var/lib
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
572377: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572377
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dokuwiki
Version: 0.0.20091225c-3
Severity: important

after upgrading the last dokuwiki version I have the followings error:

Wed Mar 03 20:28:27 2010] [error] [client 127.0.0.1] PHP Warning: include(/usr/share/dokuwiki/lib/tpl/default/main.php): failed to open stream: No such file or directory in /usr/share/dokuwiki/inc/actions.php on line 157 [Wed Mar 03 20:28:27 2010] [error] [client 127.0.0.1] PHP Warning: include(): Failed opening '/usr/share/dokuwiki/lib/tpl/default/main.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/dokuwiki/inc/actions.php on line 157

# ls -ld /usr/share/dokuwiki/lib/tpl
drwxr-xr-x 4 www-data www-data 4096  3 mar 20:07 /usr/share/dokuwiki/lib/tpl

I see in the installation information that some part of dokuwiki is now on /var/lib/dokuwiki/ and here there is a tpl directory.

I think I have solved this problem with these two commands:

# mv /usr/share/dokuwiki/lib/tpl /usr/share/dokuwiki/lib/tpl_old
# ln -s /var/lib/dokuwiki/tpl /usr/share/dokuwiki/lib/tpl

I don't know if this problem is originated by some manual configuration I have made some year ago.

Ciao
Davide

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dokuwiki depends on:
ii debconf [debconf-2.0] 1.5.28 Debian configuration management sy ii libphp-simplepie 1.2-1 RSS and Atom feed parsing in PHP
ii  php-geshi                     1.0.8.4-1  Generic Syntax Highlighter
ii php5 5.3.1-5 server-side, HTML-embedded scripti ii ucf 3.0025 Update Configuration File: preserv

Versions of packages dokuwiki recommends:
ii  imagemagick                  7:6.5.8.3-1 image manipulation programs
ii php5-cli 5.3.1-5 command-line interpreter for the p

dokuwiki suggests no packages.

-- debconf information:
* dokuwiki/system/configure-webserver: apache2
* dokuwiki/system/restart-webserver: true
* dokuwiki/system/documentroot: /wiki
* dokuwiki/system/accessible: localhost only
  dokuwiki/system/localnet: 10.0.0.0/24
* dokuwiki/system/purgepages: false

--
Dizionari: http://linguistico.sourceforge.net/wiki
Esci dall'illegalità: utilizza OpenOffice.org:
http://linguistico.sf.net/wiki/doku.php?id=usaooo
Non autorizzo la memorizzazione del mio indirizzo su outlook





--- End Message ---
--- Begin Message ---
Source: dokuwiki
Source-Version: 0.0.20091225c-4

We believe that the bug you reported is fixed in the latest version of
dokuwiki, which is due to be installed in the Debian FTP archive:

dokuwiki_0.0.20091225c-4.debian.tar.gz
  to main/d/dokuwiki/dokuwiki_0.0.20091225c-4.debian.tar.gz
dokuwiki_0.0.20091225c-4.dsc
  to main/d/dokuwiki/dokuwiki_0.0.20091225c-4.dsc
dokuwiki_0.0.20091225c-4_all.deb
  to main/d/dokuwiki/dokuwiki_0.0.20091225c-4_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
[email protected] (supplier of updated dokuwiki package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 21 Jun 2010 23:41:02 +0200
Source: dokuwiki
Binary: dokuwiki
Architecture: source all
Version: 0.0.20091225c-4
Distribution: unstable
Urgency: low
Maintainer: Tanguy Ortolo <[email protected]>
Changed-By: [email protected]
Description: 
 dokuwiki   - standards compliant simple to use wiki
Closes: 404353 572377 572502
Changes: 
 dokuwiki (0.0.20091225c-4) unstable; urgency=low
 .
   * debian/control:
      + added Vcs-* fields (correct ones, this time).
      + removed useless build-dependency on sharutils.
      + switch from Uploader to Maintainer.
   * Added debconf and postinst support for special file system rights:
     optional web-writeable configuration and plugins. (Closes: #572502)
     (LP: #219414, #205908)
   * Added debconf and postinst support for wiki configuration.
     (Closes: #404353)
   * debian/templates: corrected templates according to advice from
     <[email protected]>.
   * debian/config: removed non-translatable titles.
   * debian/preinst: removed useless exit 0.
   * debian/postinst:
      + made the plugins and template transition to /var/lib/ more robust
        for some specific cases.
        (Closes: #572377)
      + corrected web server reload command (file descriptor #3 redirection,
        see bug #446324).
      + write configuration for apache2 only if autoconfiguration for apache2
        is requested.
      + apache2 configuration: added preload.php as an auto_prepend_file
        for the plugins directory, to set the base DokuWiki directory for
        plugins that need to find it.
      + use full path for lighttpd-{enable|disable}-mod.
   * debian/postrm:
      + updated content purging rules with more precise ones.
      + moved #DEBHELPER# placeholder to the end.
      + removed old commented part.
      + use full path for lighttpd-{enable|disable}-mod.
   * debian/rules:
      + updated to debhelper 7 new syntax: implicit catch-all rule and
        dedicated overrides.
      + updated special permissions rules with more precise ones:
         - the web server only needs write permissions to the data and cache
           directories and files.
         - root:www-data is more appropriate for web apps configuration files.
   * Added auto-configuration for the lighttpd server. (LP: #489987)
   * Disabled the built-in update notifier, not relevant for a distro-managed
     software. (LP: #325013)
   * Updated the debian footer button: cleaner Debian spiral, HTML code similar
     to the other buttons.
   * Removed the symlink to /etc/dokuwiki not to expose it to the web.
   * Moved the prepend.php to the new upstream-supported inc/preload.php
     and removed the now useless PHP preload code from the .htaccess.
     Cf. <http://www.dokuwiki.org/security#move_directories_out_of_docroot>.
   * debian/copyright and patches: clarified the licences of files that were
     taken from other projects.
Checksums-Sha1: 
 07fabcdb3057a4cff0e49569fc5e412996c255d8 1914 dokuwiki_0.0.20091225c-4.dsc
 d8b929711d2ba1d7e4c6060c44151b8fcda98855 50880 
dokuwiki_0.0.20091225c-4.debian.tar.gz
 afa4486b3adcbf6f2ef8f7f93f608a847d828a5f 2091358 
dokuwiki_0.0.20091225c-4_all.deb
Checksums-Sha256: 
 7725c81cd46161be6bc4cca310244a492cab7237094fb24cea1d5ab21f46fc81 1914 
dokuwiki_0.0.20091225c-4.dsc
 64ca335c23464ca5cf83e309693e4e41ad57946ee16f8f119b337335cdbebb8e 50880 
dokuwiki_0.0.20091225c-4.debian.tar.gz
 1b8dbed4ed15b0646a2614786e16856ad8ec3d9c144d5e550c9a13d464ebb608 2091358 
dokuwiki_0.0.20091225c-4_all.deb
Files: 
 4ea7a9e9739048803cee1e440a2d2cc6 1914 web optional dokuwiki_0.0.20091225c-4.dsc
 f8003f5b789ab2ba11c4f75c3da90253 50880 web optional 
dokuwiki_0.0.20091225c-4.debian.tar.gz
 b08a70b0b3623d9339f138cfc4364ef1 2091358 web optional 
dokuwiki_0.0.20091225c-4_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJMJ7dwAAoJEAsA+2zr4tACw00P/iXZvlZdZO+Up9FSrm/J+kZW
zzRgRI1wduW+X4OFDpHsRyD1IvilWppnbt3UtUrSWA1Tdot5VCZmKLn4Ayu6+3Az
A4GJTW4Ye0U4MNxgpWtRNADOwAdWqpamC7qtz5jkS+IHvC61tWAGGm7Cs8Glz70s
Boa8cv7smINFjGTv3A1Q+TCVcjeOcVyiKlL5GpENUoGyurrYqVwkn9nI1efWBvca
HLXH2huAILKc57qCe4RO54pWxNFYMks75ykA9lpLlFuv+ACWvZ/vVlpU31jL72uM
PTx/vVMci3+30b4GR39WsWB/8KX4MVJo/zKWXX4ilUr0xYaXdnMAx69BUOAXRVxR
w1XE7yJXgdyyqm6ZnkcpnZF1plLT4ZklQqkK948cSxNk6gVD9PdKwHMDCWXSBV5h
72MW8QkiaSYEH6KmWhUiaabe8pbWJ77MePBP4ThgugetL3pIjx+CdWSUfq+8oaxc
YizQf56vwB45lk69Zdf+GIs/Tn4XWbWC20OtEjIHl0Z6csRNdso4nvCGXM6Sz7BY
Vw9NYOtrjl9QzxHRjW2be17L0LCnShdehS6u8S7Ja8hV53ZC441BB8TlJzhFNo6z
W2DDLGiI+qbtYeNhS2/3P+cCDu/0HKsFLHchNQhP9FgIwSckHgrEaUIiK9kWyOsm
6dhPBd38NYaI2NZi4Nkm
=ghMI
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to