Open GoogleCodeExporter opened 8 years ago
Hah. Found it. When you set up a server directory in a user's details, it MUST
end with a slash. This needs to be specified in the docs. A workaround is to
add the following line after line 114 in index.php
if ($userdir[strlen($userdir)-1] != '/') $userdir = $userdir.'/';
///Peter
Original comment by anglebra...@gmail.com
on 23 Nov 2011 at 3:17
Original issue reported on code.google.com by
anglebra...@gmail.com
on 22 Nov 2011 at 4:44