You could try asking Jonathan Riddel at #owncloud on Freenode IRC , If i remember correctly he packages ownCloud for Ubuntu.
On Tue, May 10, 2011 at 7:41 AM, Bradley Ford <[email protected]> wrote: > Thanks again. The error log is basically empty: > [Mon May 09 21:01:34 2011] [notice] Apache/2.2.17 (Ubuntu) DAV/2 configured > -- resuming normal operations > > The access log reports this every time I hit the page: > 127.0.0.1 - - [09/May/2011:21:02:12 -0500] "GET / HTTP/1.1" 200 485 "-" > "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) > Chrome/11.0.696.65 Safari/534.24" > > It seems to think it's working, but I disagree. > > > > ------------------------------ > *From:* kunal ghosh <[email protected]> > *To:* Bradley Ford <[email protected]> > *Sent:* Monday, May 9, 2011 7:45 PM > > *Subject:* Re: [Owncloud] configuration problem > > Hi Bradley, > > The php contents you attached are that of index.php. > Also , can you please > tail /var/log/apache2/error.log > > This file is the apache error log, you should have a look at this. It might > shed some light on the problem. > > On Tue, May 10, 2011 at 5:47 AM, Bradley Ford <[email protected]>wrote: > > Hi Kunal, > > Thanks for the help. I tried your suggestion and the same happens. I have > included the entire contents of the file that gets downloaded below if that > helps. I tried restarting Apache and rebooting the machine to no effect. > Riccardo asked if I did not have php installed and configured correctly. > All of the dependencies got installed with owncloud. Whether php is > configured correctly I have no idea. > > <?php > > /** > * ownCloud > * > * @author Frank Karlitschek > * @copyright 2010 Frank Karlitschek [email protected] > * > * This library is free software; you can redistribute it and/or > * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE > * License as published by the Free Software Foundation; either > * version 3 of the License, or any later version. > * > * This library is distributed in the hope that it will be useful, > * but WITHOUT ANY WARRANTY; without even the implied warranty of > * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > * GNU AFFERO GENERAL PUBLIC LICENSE for more details. > * > * You should have received a copy of the GNU Affero General Public > * License along with this library. If not, see < > http://www.gnu.org/licenses/>. > * > */ > > require_once('inc/lib_base.php'); > > if(isset($_GET['dir'])) $dir=$_GET['dir']; else $dir=''; > > if(isset($_GET['file'])) { > > OC_FILES::get($dir,$_GET['file']); > }else{ > > OC_UTIL::addscript('js/ajax.js'); > OC_UTIL::showheader(); > > OC_FILES::showbrowser($CONFIG_DATADIRECTORY,$dir); > > OC_UTIL::showfooter(); > > } > > ?> > > ------------------------------ > *From:* kunal ghosh <[email protected]> > *To:* Bradley Ford <[email protected]> > *Sent:* Sunday, May 8, 2011 10:40 PM > *Subject:* Re: [Owncloud] configuration problem > > Hi Bradley, > > there are a few things you might have to do. > > first change the ownership of the owncloud directory to www-data > sudo chown -R www-data:www-data path/to/ownCloud > > Also make index.php inside ownCloud's directory executable. > sudo chmod +x index.php > > then go to the browser and refresh. > > let me know how it goes. > > On Mon, May 9, 2011 at 7:57 AM, Bradley Ford <[email protected]> wrote: > > Hi everyone, > > I installed owncloud as the version 1.1 Ubuntu package under Ubuntu 11.04. > When I go to http://localhost/owncloud/ Google Chrome downloads a file > called "download" and nothing else happens. The file starts like this: > > <?php > > /** > * ownCloud > * > etc... > > Firefox does the same thing. I installed version 1.2 and the same thing > happens. The solution is probably simple but I can't figure out what the > problem is. Thanks for the help, > > Alan > _______________________________________________ > Owncloud mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/owncloud > > > > > -- > regards > ------- > Kunal Ghosh > Dept of Computer Sc. & Engineering. > Sir MVIT > Bangalore,India > > permalink: member.acm.org/~kunal.t2 <http://member.acm.org/%7Ekunal.t2> > Blog:kunalghosh.wordpress.com > Website:www.kunalghosh.net46.net > > > > > > > > -- > regards > ------- > Kunal Ghosh > Dept of Computer Sc. & Engineering. > Sir MVIT > Bangalore,India > > permalink: member.acm.org/~kunal.t2 <http://member.acm.org/%7Ekunal.t2> > Blog:kunalghosh.wordpress.com > Website:www.kunalghosh.net46.net > > > > > -- regards ------- Kunal Ghosh Dept of Computer Sc. & Engineering. Sir MVIT Bangalore,India permalink: member.acm.org/~kunal.t2 <http://member.acm.org/%7Ekunal.t2> Blog:kunalghosh.wordpress.com Website:www.kunalghosh.net46.net
_______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
