[Pkg-owncloud-maintainers] Bug#687324: owncloud: Install wizard doesn't run

Diederik de Haas didi.debian at cknow.org
Sun Sep 23 00:10:29 UTC 2012


On Sunday 23 September 2012 01:27:18 Karl Sackett wrote:
> > Can you try 4.0.4debian-2 which is available in testing-proposed-updates?
> > I just installed 4.0.4debian-2 on a clean debian system, but could not
> > reproduce your issue.
> > The command I used was "aptitude install owncloud-sqlite owncloud" and
> > accepted aptitude's first proposal.
> 
> Both owncloud and owncloud-sqlite are at 4.0.4debian2-2.
> I'm still having this problem.
> 
> All of the php files in /usr/share/owncloud behave this way.
> The file contents is dumped to the browser window without
> being processed

Please keep the bug CC-ed so everyone can follow along.

I'm pretty sure this is not an owncloud bug, but most likely a error in your 
apache installation/configuration.

Do other php files work or are only owncloud's php files not working?
To test that, create /var/www/test.php and put in the following contents:
<html>
<head><title>PHP Test page</title></head>
<body>
<h1>PHP Info</h1>
<?php phpinfo(); ?> 
</body>
</html>

When you then request http://<server>/test.php and you only see a heading with 
"PHP Info" then that means the appropriate php module isn't installed or loaded.
"aptitude search ~ilibapache" should at least return "libapache2-mod-php5" and 
"ls -l /etc/apache2/mods-enabled/ | grep php" should return "../mods-
available/php5.conf" and "../mods-available/php5.load".

If that's not the case, then it surely is an apache/php install/config problem.

HTH,
  Diederik



More information about the Pkg-owncloud-maintainers mailing list