by grayman4hire » Thu Mar 14, 2013 7:55 pm
Alright, I was able to reproduce your issue running owncloud on the PogoPlug with nginx, php-fpm and sqlite (using your nginx config file, thanks!).
I added the "DEFINE("DEBUG", true); line to the config.php file and it resolved the display issue (all of it, unlike on my CentOS system). However, I believe this is only a workaround and impacts functionality (WEBDAV, I believe).
$this->bbcode_second_pass_quote('', '
')?php
DEFINE("DEBUG", true);
$CONFIG = array (
'instanceid' => '514161ab872dd',
'passwordsalt' => '0g3po0hmncevss7pyisflx5gawcojk',
'datadirectory' => '/srv/http/owncloud/data',
'dbtype' => 'sqlite3',
'version' => '4.90.8',
'installed' => true,
);
I had some issues creating/moving the data folder, so for now its under the owncloud folder. At this point I'm happy owncloud is loading.
Things to do:
1) figure out correct solution for display issue [ Edit - no need for DEBUG line anymore, a good nginx config resolved it]
2) move data folder to more appropriate location
3) enable ssl [Edit - enabled and working using new ngnix configuration]
4) document the process