[Owncloud] IIS/Win7/OC5b2 'Cannot write into the apps directory' Part 2
g4 at novadsp.com
g4 at novadsp.com
Thu Feb 28 18:37:59 UTC 2013
OK, so I bit the bullet and started debugging OC using VS2012 and the
excellent PHP tools for Visual Studio.
In util.php we have:
if(OC_Config::getValue('appstoreenabled', true)) {
if (OC_App::getInstallPath() == null ||
! is_writable(OC_App::getInstallPath() .
getInstallPath() is returning "/var/www/owncloud/apps". Is this intentional?
(It would, incidentally, be really helpful to write this into $errors!)
OC::$SERVERROOT, in contrast, returns "r:/data/webs/owncloud" which is
correct.
Any tips welcomed
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/owncloud/attachments/20130228/87231950/attachment.html>
More information about the Owncloud
mailing list