]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/Attachment_file_doesn__39__t_get_attached_to_page/comment_2_c6cd4450fea32e08474e90edf4dd99b9._comment
(no commit message)
[git.ikiwiki.info.git] / doc / forum / Attachment_file_doesn__39__t_get_attached_to_page / comment_2_c6cd4450fea32e08474e90edf4dd99b9._comment
1 [[!comment format=mdwn
2  username="https://me.yahoo.com/zoredache#d4929"
3  nickname="Zoredache"
4  subject="comment 2"
5  date="2016-06-20T19:38:40Z"
6  content="""
7 > If there are any error or warning messages, they'd be in your web server's error log
9 No obvious errors in the log.  When I attempt to attach something, all I see is some stuff from git, that I seem to see with every modification.
11     [Mon Jun 20 12:32:29.322642 2016] [cgi:error] [pid 35431] [client 10.2.4.243:51566] AH01215: To /srv/www/notes.example.org/wiki/wiki.git, referer: https://notes.example.org/wikicgi/ikiwiki.cgi
12     [Mon Jun 20 12:32:29.322688 2016] [cgi:error] [pid 35431] [client 10.2.4.243:51566] AH01215:    3afefec..a6ad76c  master -> master, referer: https://notes.example.org/wikicgi/ikiwiki.cgi
14 > What version of ikiwiki are you using?, Which OS distribution?
16 I am seeing the same results on a couple systems of various configs.  The newest version is running on a Debian Jessie system with the backports ikiwiki.
18     # apt-cache policy ikiwiki
19     ikiwiki:
20       Installed: 3.20160509~bpo8+1
21       Candidate: 3.20160509~bpo8+1
22       Package pin: 3.20160509~bpo8+1
23       Version table:
24      *** 3.20160509~bpo8+1 600
25             100 http://httpredir.debian.org/debian/ jessie-backports/main amd64 Packages
26             100 /var/lib/dpkg/status
28 > What version of CGI.pm?
30     # head -2 /usr/share/perl/5.20.2/CGI.pm 
31     package CGI;
32     require 5.008001;
33     # dpkg -S /usr/share/perl/5.20.2/CGI.pm
34     perl-modules: /usr/share/perl/5.20.2/CGI.pm
35     # apt-cache policy perl-modules
36     perl-modules:
37       Installed: 5.20.2-3+deb8u5
38       Candidate: 5.20.2-3+deb8u5
39       Version table:
40      *** 5.20.2-3+deb8u5 0
41             500 http://httpredir.debian.org/debian/ jessie/main amd64 Packages
42             100 /var/lib/dpkg/status
44 """]]