Closed GoogleCodeExporter closed 8 years ago
Yes, this is relevant issue. Uploader does not trigger the event because upload
chunks are individual requests, and it is clear when the upload is actually
finished. But I'll see how to detect this case.
Original comment by samuli.j...@gmail.com
on 7 Mar 2014 at 10:05
.jpg files can not be previewed or right click on it, trows error:
16:04:48 2014] [error] [client 192.168.0.101] PHP Fatal error: Call to
undefined function exif_read_data() in
C:\\wamp\\www\\mollify\\backend\\plugin\\ItemDetails\\ItemDetails.plugin.class.p
hp on line 75, referer: http://192.168.0.97/mollify/
[Fri Mar 07 16:04:48 2014] [error] [client 192.168.0.101] PHP Stack trace:,
referer: http://192.168.0.97/mollify/
[Fri Mar 07 16:04:48 2014] [error] [client 192.168.0.101] PHP 1. {main}()
C:\\wamp\\www\\mollify\\backend\\r.php:0, referer: http://192.168.0.97/mollify/
[Fri Mar 07 16:04:48 2014] [error] [client 192.168.0.101] PHP 2.
MollifyBackend->processRequest() C:\\wamp\\www\\mollify\\backend\\r.php:63,
referer: http://192.168.0.97/mollify/
[Fri Mar 07 16:04:48 2014] [error] [client 192.168.0.101] PHP 3.
ServicesBase->processRequest()
C:\\wamp\\www\\mollify\\backend\\include\\MollifyBackend.class.php:85, referer:
http://192.168.0.97/mollify/
[Fri Mar 07 16:04:48 2014] [error] [client 192.168.0.101] PHP 4.
FilesystemServices->processPost()
C:\\wamp\\www\\mollify\\backend\\include\\services\\ServicesBase.class.php:59,
referer: http://192.168.0.97/mollify/
[Fri Mar 07 16:04:48 2014] [error] [client 192.168.0.101] PHP 5.
FilesystemServices->processPostFile()
C:\\wamp\\www\\mollify\\backend\\include\\services\\FilesystemServices.class.php
:59, referer: http://192.168.0.97/mollify/
[Fri Mar 07 16:04:48 2014] [error] [client 192.168.0.101] PHP 6.
FilesystemController->details()
C:\\wamp\\www\\mollify\\backend\\include\\services\\FilesystemServices.class.php
:175, referer: http://192.168.0.97/mollify/
[Fri Mar 07 16:04:48 2014] [error] [client 192.168.0.101] PHP 7.
ItemDetails->getItemContextData()
C:\\wamp\\www\\mollify\\backend\\include\\filesystem\\FilesystemController.class
.php:369, referer: http://192.168.0.97/mollify/
[Fri Mar 07 16:04:48 2014] [error] [client 192.168.0.101] PHP 8.
ItemDetails->getData()
C:\\wamp\\www\\mollify\\backend\\plugin\\ItemDetails\\ItemDetails.plugin.class.p
hp:45, referer: http://192.168.0.97/mollify/
[Fri Mar 07 16:04:48 2014] [error] [client 192.168.0.101] PHP 9.
ItemDetails->getExif()
C:\\wamp\\www\\mollify\\backend\\plugin\\ItemDetails\\ItemDetails.plugin.class.p
hp:65, referer: http://192.168.0.97/mollify/
Original comment by r2gale...@gmail.com
on 7 Mar 2014 at 7:27
#2: does not belong to this issue, has nothing to do with uploads. Your error
is due to your server missing exif support. Either install it, or remove exif
from ItemDetails spec (in index.html).
Original comment by samuli.j...@gmail.com
on 8 Mar 2014 at 4:53
Fixed in 2.5.2
Original comment by samuli.j...@gmail.com
on 8 Mar 2014 at 12:24
thanks for the clarification of the exif php extension, now it works.
Original comment by r2gale...@gmail.com
on 8 Mar 2014 at 2:52
Original issue reported on code.google.com by
lvign...@gmail.com
on 6 Mar 2014 at 3:02