From: Sébastien Le C. <seb...@we...> - 2010-06-11 07:56:21
|
Hi, FYI, I’ve done another installation from scratch with the latest from svn, and this is still a blocker: the initial population of the Wiki fails because of bug below. I’ve updated the patch attached to that bug report. Regards, Sébastien. On 17/05/2010 22:51, SourceForge.net wrote: > Bugs item #3002942, was opened at 2010-05-17 22:51 > Message generated for change (Tracker Item Submitted) made by slecallonnec > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=106121&aid=3002942&group_id=6121 > > Please note that this message will contain a full copy of the comment thread, > including the initial issue submission, for this request, > not just the latest update. > Category: version 1.3.x (current) > Group: Installation > Status: Open > Resolution: None > Priority: 5 > Private: No > Submitted By: Sébastien Le Callonnec (slecallonnec) > Assigned to: Reini Urban (rurban) > Summary: Initial Wiki Population aborts due to error > > Initial Comment: > When loading the initial “virgin” wiki, the process stops at the page “Help/Categories”. > > The reason for this is that this page contains a reference to an image, and therefore LinkImage in stdlib.php is called, esp. the following portion: > stdlib.php, l.547 > $size = @getimagesize($request->get('DOCUMENT_ROOT').urldecode($url)); > > $request is undefined in this function. > > I'm attaching a simple patch for this issue that allows the process to complete successfully. > > ---------------------------------------------------------------------- > > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=106121&aid=3002942&group_id=6121 > |