Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Won't Fix
-
Affects Version/s: 1.4.2
-
Fix Version/s: None
-
Component/s: Wiki (1.x)
-
Labels:None
-
Environment:Linux
-
Database:Any
-
Affected Branches:MOODLE_14_STABLE
Description
As discussed here:
https://learn.gold.ac.uk/mod/wiki/view.php?id=4821
It seems that when ewiki resizes uploaded pictures, the upload process fails because move_uploaded_file() returns false. This seems to be because the renaming process alters the file beforehand. Turning off image resizing in the wiki is a workaround (with obvious disavantages).
From Martin Wellard (veg at fatsquirrel.org) Wednesday, 24 November 2004, 05:17 PM:
Ack - sorry, got the IRL rong in the initial submission. The thread that discussed this topic is:
http://moodle.org/mod/forum/discuss.php?d=14221
From Martin Langhoff (martin at catalyst.net.nz) Thursday, 25 November 2004, 08:11 AM:
Reassigning to Mike - he's put together the wiki integration stuff.
From Mike Churchward (mike at churchward.ca) Thursday, 25 November 2004, 11:11 PM:
I'm not seeing this behaviour. Images using the wiki upload attachment function are stored as binary objects in the database rather than files. What type of files are you uploading?
see: http://moodle.org/mod/forum/discuss.php?d=14221&parent=74190
From Gustav Delius (gwd2 at york.ac.uk) Sunday, 16 January 2005, 05:33 AM:
Everything is explained quite well in the referenced forum discussion. However there seems to be a problem when the user tries to upload a large file (but smaller than the upload size limit for the course). No error message is produced but the upload does not succeed. Does the wiki module use a different upload size limit from the limit set for the course?