<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
I installed owncloud 1.01 (I think it's .01) and I seem to have an
apache or php issue.  <br>
<br>
Pointing my browser to the address produced a first run wizard but it
was only the form elements -- no graphics, no css. I ran the wizard for
mysql and I think I screwed it up.  At this point, I've got a main menu
that shows up with no graphics or css and looks roughly just like this:<br>
<br>
<br>
<div id="mainlayout">
<div class="head">
<h1><a id="owncloud-logo" href="http://shuttle/owncloud/ncloud/ncloud"><span>ownCloud</span></a></h1>
<div id="nav" class="center">
<table class="center" cellpadding="5" cellspacing="0" border="0">
  <tbody>
    <tr>
      <td class="navigationitem1"><a
 href="http://shuttle/owncloud/ncloud/ncloud/">root</a></td>
      <td class="navigationitem"><a
 href="http://shuttle/owncloud/ncloud/ncloud/">Files</a></td>
      <td class="navigationitem"><a
 href="http://shuttle/owncloud/ncloud/ncloud/plugins/music">Music</a></td>
      <td class="navigationitem"><a
 href="http://shuttle/owncloud/ncloud/ncloud/log">Log</a></td>
      <td class="navigationitem"><a
 href="http://shuttle/owncloud/ncloud/ncloud/settings">Settings</a></td>
      <td class="navigationitem"><a
 href="http://shuttle/owncloud/ncloud/?logoutbutton=1">Logout</a></td>
    </tr>
  </tbody>
</table>
</div>
</div>
<div class="foot">
<div class="bar">
<p class="hint">Hint: Mount it via webdav like this: <a
 href="webdav://%27.shuttlencloud/webdav/owncloud.php">webdav://shuttlencloud/webdav/owncloud.php</a>
</p>
</div>
<p class="footer">
<a href="http://ownCloud.org">ownCloud</a> - 1.0 beta 2</p>
</div>
</div>
<br>
All of the links (I'm talking 100%) lead to a 404 page:<br>
<br>
<h1>Object not found!</h1>
<p> The requested URL was not found on this server. The link on the <a
 href="http://shuttle/owncloud/">referring page</a> seems to be wrong
or outdated. Please inform the author of <a
 href="http://shuttle/owncloud/">that page</a> about the error. </p>
<p>
If you think this is a server error, please contact
the <a href="mailto:mark9117@hotmail.com">webmaster</a>.
</p>
<h2>Error 404</h2>
<address> <a href="http://shuttle/">shuttle</a><br>
<span>Apache/2.2.15 (Mandriva Linux/PREFORK-3.4mdv2010.2)</span>
</address>
<br>
<br>
access_log shows:<br>
192.168.xxx.xxx - - [27/Oct/2011:23:43:50 -0600] "GET
/owncloud/ncloud/ncloud HTTP/1.1" 404 1150 <a class="moz-txt-link-rfc2396E" href="http://shuttle/owncloud/">"http://shuttle/owncloud/"</a>
"Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20100101 Firefox/7.0.1<br>
<br>
error_log shows:<br>
[Thu Oct 27 23:43:50 2011] [error] [client 192.168.xxx.xxx] File does
not exist: /usr/share/owncloud/ncloud, referer: <a class="moz-txt-link-freetext" href="http://shuttle/owncloud/">http://shuttle/owncloud/</a><br>
<br>
<br>
The mysql database is being created, but there is no table.<br>
<br>
I'm hardly an apache pro, but I've had this web server up and running
well for several years now. I could have an issue in the httpd config
or the php config, but I suspect I've got something hosed in owncloud.<br>
<br>
Can you think of anything I might want to look at?  Is there any way I
can rerun the wizard and how is it supposed to create that table? <br>
<br>
Thanks<br>
<br>
Mark<br>
</body>
</html>