| *** kirillka <kirillka!~Miranda@195.242.142.17> has joined #mantisbt | 00:47 | |
| *** dejalexander <dejalexander!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has joined #mantisbt | 02:04 | |
| *** dejalexander <dejalexander!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has quit IRC | 02:08 | |
| *** dejalexander <dejalexander!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has joined #mantisbt | 02:53 | |
| *** giallu <giallu!~giallu@fedora/giallu> has joined #mantisbt | 03:09 | |
| *** kirillka <kirillka!~Miranda@195.242.142.17> has quit IRC | 04:15 | |
| *** Simpson_2 <Simpson_2!~bart@office.netage.nl> has joined #mantisbt | 05:42 | |
| Simpson_2 | hi | 05:42 |
|---|---|---|
| Simpson_2 | is this also the place for questions regarding mantisconnect ? | 05:42 |
| *** Protogenes <Protogenes!~Protogene@mcachim-1-pt.tunnel.tserv6.fra1.ipv6.he.net> has quit IRC | 06:12 | |
| *** Dirk23 <Dirk23!~Dirk23@2a01:1e8:e100:80a0:580:43e2:7545:dba6> has joined #mantisbt | 06:20 | |
| Dirk23 | Hi there | 06:20 |
| Dirk23 | i have a problem with screenshots that are added to a Bugreport in Mantis | 06:21 |
| Dirk23 | the screenshot is added as PNG | 06:23 |
| Dirk23 | an when i trie to download that png i allways get a html file but not the screenshot | 06:23 |
| Dirk23 | im using v 1.2.17 | 06:24 |
| Simpson_2 | Dirk23, you have access to the database of mantis ? | 06:31 |
| Dirk23 | yes | 06:35 |
| Simpson_2 | chek the mantis_bug_file_table for the mimetype of the file | 06:37 |
| Dirk23 | you mean file_type Field? | 06:39 |
| Dirk23 | or do you mean the content fields Mimetype | 06:40 |
| Simpson_2 | ffile_type | 06:41 |
| Dirk23 | https://www.dropbox.com/s/djzpl889ul8bqqz/Screenshot%202014-04-07%2012.41.10.png | 06:42 |
| Simpson_2 | that contains the mime type | 06:42 |
| Simpson_2 | so it is uploaded correctly | 06:42 |
| Dirk23 | is it to big? | 06:42 |
| Dirk23 | jpg’s are working, but png wont | 06:42 |
| Simpson_2 | check web server logs | 06:43 |
| Dirk23 | well…. that maybe not easy, cause its hosted elsewhere | 06:43 |
| Dirk23 | there are a lot of logs… something special i have to search for? | 06:45 |
| Simpson_2 | what does the 'HTML' you refer to look like ? | 06:45 |
| *** kirillka <kirillka!~Miranda@195.242.142.17> has joined #mantisbt | 06:47 | |
| Dirk23 | Simpson_2: https://dl.dropboxusercontent.com/u/11579870/screenshot%20build%2010020%20g%C3%A4rverlauf.PNG-2.html | 06:48 |
| Simpson_2 | Yup file is too big | 06:48 |
| Dirk23 | can i do seomthing? | 06:49 |
| Simpson_2 | it fails to allocate the memory, and then kicks out some error, which confuses the png library | 06:49 |
| Simpson_2 | well limit the upload of files to the maximum you can download again | 06:49 |
| Dirk23 | i guess that is set elsewhere in .htaccess or something like that? | 06:50 |
| Simpson_2 | I'm not sure, but I think its even a mantis config setting | 06:50 |
| Dirk23 | i cant find something like attachment size in webconfig | 06:51 |
| Simpson_2 | * Maximum file size that can be uploaded | 06:52 |
| Simpson_2 | * Also check your PHP settings (default is usually 2MBs) | 06:52 |
| Simpson_2 | * @global int $g_max_file_size | 06:52 |
| Simpson_2 | */ | 06:52 |
| Simpson_2 | $g_max_file_size= 5000000; | 06:52 |
| Dirk23 | it would be great to habe bigger Filesizes to upload, because screenshot come from tablets and phone without the ability to resize those pictures | 06:54 |
| Simpson_2 | talk to your hoster | 06:58 |
| Dirk23 | i need to set the max_filesize in php.ini? | 06:59 |
| Simpson_2 | nope this is more a memory issue | 06:59 |
| Dirk23 | okay | 07:01 |
| Dirk23 | there is a momiry_limit in php.ini i can set | 07:02 |
| Simpson_2 | what is it now ? | 07:02 |
| Dirk23 | i cant see it, but i can overwrite the config | 07:02 |
| Dirk23 | with a php.ini in the directory where mantis is installed in | 07:03 |
| Simpson_2 | ah look at the php website to see what the default is | 07:03 |
| Dirk23 | 128MB | 07:04 |
| Dirk23 | it seems i have a limit of 2GB and the standard is 128MB | 07:05 |
| Simpson_2 | hmm, create a temp phpinfo.php with phpinfo(); as statement | 07:05 |
| Dirk23 | i can try to raise it to 512M | 07:05 |
| Simpson_2 | <?php phpinfo(); ?> | 07:06 |
| Simpson_2 | open that file in a browser and see what your defaults aer | 07:06 |
| Dirk23 | http://hildebrand-it.net/bugtracker/tempphpinfo.php | 07:07 |
| Dirk23 | its 512 NOW | 07:07 |
| Dirk23 | standard is 128 | 07:08 |
| Dirk23 | NOW | 07:08 |
| Simpson_2 | k | 07:08 |
| Simpson_2 | double it | 07:08 |
| Simpson_2 | ( it only lacked about 20mb ) | 07:08 |
| Dirk23 | maybe i can download those png’s now? | 07:08 |
| Simpson_2 | try | 07:09 |
| Dirk23 | still the file i download is a xyz.png.html | 07:09 |
| Simpson_2 | same error ? | 07:09 |
| Dirk23 | SYSTEM WARNING: 'finfo::buffer(): Failed identify data 12:cannot allocate 18232688 bytes (Cannot allocate memory)image/png; charset=binary' in '/homepages/4/d299844024/htdocs/hildebrand-it/bugtracker/file_download.php' line 197 | 07:10 |
| Simpson_2 | now thats strange | 07:10 |
| Dirk23 | maybe it is currupted on Upload? | 07:10 |
| Dirk23 | ca i extrakt the screenshot from the Database? | 07:11 |
| *** giallu <giallu!~giallu@fedora/giallu> has quit IRC | 07:11 | |
| Simpson_2 | I think you should be able to do that | 07:12 |
| Dirk23 | the file is 4,3MB and when i download it is 4,6MB | 07:12 |
| Dirk23 | can you tell me how i get the Picture out of the DB | 07:13 |
| Dirk23 | i have phpmyadmin ready for that DB | 07:13 |
| Simpson_2 | can you download the blob ? | 07:17 |
| Simpson_2 | then just name the file test.png and it should be picked up by your OS | 07:17 |
| Dirk23 | im working on it, but the phpmyadmin is VERY Slow, aftzer selecting the file | 07:17 |
| Dirk23 | well, there is now Download available | 07:19 |
| Simpson_2 | if you search on stack overflow your problem generally is attributed to a host limiting much more then just memory | 07:19 |
| Dirk23 | it says: content Binary not editable | 07:19 |
| Simpson_2 | its hard to tackke | 07:19 |
| Simpson_2 | just name it test.png | 07:20 |
| Dirk23 | ? | 07:24 |
| Dirk23 | where? IN the Database? | 07:24 |
| Simpson_2 | I've lost you | 07:26 |
| Dirk23 | Simpson_2: just name it test.png | 07:27 |
| Simpson_2 | the downloaded file | 07:27 |
| Dirk23 | well, i tried that as the first thing | 07:27 |
| Dirk23 | and you can guess what…. its corrupted | 07:27 |
| Dirk23 | is this PNG ONLY in the Database, or can i find it somewhere in my Webspace? | 07:30 |
| Simpson_2 | I guess just in your DB | 07:31 |
| Dirk23 | okay. so it is not a mantis bug. i need to tell my testers to not upload files greater than 2MB? | 07:35 |
| mjt | hm. I forgot that I too have an issue with mantisbt... ;) One bugreport, assigned to a person, is not shown on that person's "My view" page, no matter what. The person in question explicitly added that bug to "monitor" list, but still no go. When referring to this bug directly (issue# - jump) it is shown. What can be the cause and how to fix it? | 07:38 |
| Dirk23 | thank you Simpson_2 | 07:39 |
| Simpson_2 | Dirk23, np, I'm just another user like you ;) | 07:39 |
| Dirk23 | doesnt matter. You helped me | 07:39 |
| Dirk23 | thnx | 07:39 |
| *** kirillka <kirillka!~Miranda@195.242.142.17> has quit IRC | 09:59 | |
| *** giallu <giallu!~giallu@fedora/giallu> has joined #mantisbt | 10:22 | |
| *** Simpson_2 <Simpson_2!~bart@office.netage.nl> has left #mantisbt | 10:47 | |
| *** micahg <micahg!~micahg@ubuntu/member/micahg> has joined #mantisbt | 11:00 | |
| *** Protogenes <Protogenes!~Protogene@mcachim-1-pt.tunnel.tserv6.fra1.ipv6.he.net> has joined #mantisbt | 11:18 | |
| *** Protogenes <Protogenes!~Protogene@mcachim-1-pt.tunnel.tserv6.fra1.ipv6.he.net> has quit IRC | 11:50 | |
| *** kirillka <kirillka!~Miranda@73-67-52-95.baltnet.ru> has joined #mantisbt | 12:01 | |
| *** Protogenes <Protogenes!~Protogene@mcachim-1-pt.tunnel.tserv6.fra1.ipv6.he.net> has joined #mantisbt | 13:11 | |
| *** dejalexander <dejalexander!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has quit IRC | 14:02 | |
| *** dejalexander <dejalexander!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has joined #mantisbt | 14:03 | |
| *** retentiveboy <retentiveboy!~retentive@74-95-28-33-Atlanta.hfc.comcastbusiness.net> has quit IRC | 14:42 | |
| *** retentiveboy <retentiveboy!~retentive@74-95-28-33-Atlanta.hfc.comcastbusiness.net> has joined #mantisbt | 14:43 | |
| *** dejalexander <dejalexander!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has quit IRC | 15:14 | |
| *** tonsofpcs <tonsofpcs!~mythbuntu@rivendell/member/tonsofpcs> has joined #mantisbt | 15:27 | |
| tonsofpcs | Is there a way that I can configure mantis such that a user can only view tickets that she is assigned/set to monitor/somehow attached to? | 15:29 |
| *** kirillka <kirillka!~Miranda@73-67-52-95.baltnet.ru> has quit IRC | 15:32 | |
| tonsofpcs | I found limit_reporters which prevents them from viewing full details on such a ticket/issue but still allows them to show up in list view... | 15:45 |
| tonsofpcs | oh, hmm, it appears that maybe that's tied to a filter I saved... | 15:46 |
| tonsofpcs | yup, that did it. | 15:47 |
| tonsofpcs | :) | 15:47 |
| tonsofpcs | hmm, but that only allows the user to view issues that he/she reported, not ones that he/she was added to monitor... | 15:48 |
| tonsofpcs | looks like it's already a bug. #0015466 | 15:57 |
| tonsofpcs | I would expect that an explicit add of a monitor would override all permissions to that issue other than disabled account. I would think that this would resolve #0015466 and #0005702 and #0007642. | 16:00 |
| *** wolog_ <wolog_!~wolog@wolog.info> has joined #mantisbt | 16:05 | |
| *** SrRaven- <SrRaven-!srraven@2001:4b10:100:a436:dcad:beff:feef:2> has joined #mantisbt | 16:09 | |
| *** Dirk23 <Dirk23!~Dirk23@2a01:1e8:e100:80a0:580:43e2:7545:dba6> has quit IRC | 16:10 | |
| *** wolog <wolog!~wolog@195.154.180.41> has quit IRC | 16:10 | |
| *** SrRaven <SrRaven!srraven@2001:4b10:100:a436:dcad:beff:feef:2> has quit IRC | 16:10 | |
| *** SrRaven- is now known as SrRaven | 16:10 | |
| *** wolog_ is now known as wolog | 16:17 | |
| *** dejalexander <dejalexander!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has joined #mantisbt | 16:52 | |
| *** giallu <giallu!~giallu@fedora/giallu> has quit IRC | 16:58 | |
| *** Dirk23 <Dirk23!~Dirk23@2a01:1e8:e100:80a0:613f:ee16:afe8:1922> has joined #mantisbt | 17:09 | |
| travis-ci | [travis-ci] Build #6: grangeway/mantisbt dbapi (f062fc4) Paul Richards - The build has errored. | 17:55 |
| travis-ci | [travis-ci] Build details: http://travis-ci.org/grangeway/mantisbt/builds/22481797 | 17:55 |
| travis-ci | [travis-ci] Code Changes: https://github.com/grangeway/mantisbt/compare/6a37b25bb9e3...f062fc4504f4 | 17:55 |
| *** dejalexander <dejalexander!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has quit IRC | 18:44 | |
| *** dejalexander <dejalexander!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has joined #mantisbt | 18:48 | |
| *** dejalexander <dejalexander!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has quit IRC | 18:52 | |
| travis-ci | [travis-ci] Build #7: grangeway/mantisbt dbapi (f3f55b2) Paul Richards - The build has errored. | 18:57 |
| travis-ci | [travis-ci] Build details: http://travis-ci.org/grangeway/mantisbt/builds/22485978 | 18:57 |
| travis-ci | [travis-ci] Code Changes: https://github.com/grangeway/mantisbt/compare/f062fc4504f4...f3f55b2150c5 | 18:57 |
| travis-ci | [travis-ci] Build #8: grangeway/mantisbt dbapi (72e97aa) Paul Richards - The build has errored. | 19:03 |
| travis-ci | [travis-ci] Build details: http://travis-ci.org/grangeway/mantisbt/builds/22486325 | 19:03 |
| travis-ci | [travis-ci] Code Changes: https://github.com/grangeway/mantisbt/compare/f3f55b2150c5...72e97aacd7f1 | 19:03 |
| *** dejalexander <dejalexander!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has joined #mantisbt | 20:37 | |
| *** dejalexander <dejalexander!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has quit IRC | 20:41 | |
| *** dejalexander <dejalexander!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has joined #mantisbt | 22:25 | |
| *** dejalexa_ <dejalexa_!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has joined #mantisbt | 22:27 | |
| *** dejalexander <dejalexander!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has quit IRC | 22:30 | |
| *** dejalexa_ <dejalexa_!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has quit IRC | 22:32 | |
Generated by irclog2html.py 2.13.0 by Marius Gedminas - find it at mg.pov.lt!