I have just installed OC 9.1 on my NUC Running Ubuntu 16 Server, I've installed previous versions before but can't remember seeing any issues such as this.
Am I correct in thinking in order to specify the GUI admin credentials and finish the setup you must go to http://192.168.0.33/owncloud/, enter some detail and click 'finish setup'?
I can access the login page, via my local IP;
https://192.168.0.33/index.php
If so when I try to get to the http://192.168.0.33/owncloud/ page I receive a message;
Internal Server Error
The server encountered an internal error and was unable to complete your request.
Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.
More details can be found in the server log.
Technical details
Remote Address:
Request ID: BUUDKgQodgJnzMlE+cyX
config.php
<?php
$ CONFIG = array (
'passwordsalt' => '0sTxE8FB0TxGOIAESa4fqJ7REGA1sR',
'secret' => 'RRvo9mazRQ3gjNSYyfu1AavxgwzTNBNA6ZdsEuDZney0Qu/F',
'trusted_domains' =>
array (
0 => 'localhost',
1 => 'owncloud.domain.com',
2 => '192.168.0.4',
),
'datadirectory' => '/home/ocdata',
'overwrite.cli.url' => 'http://192.168.0.33/owncloud',
'dbtype' => 'mysql',
'version' => '9.0.1.3',
'dbname' => 'owncloud',
'dbhost' => 'localhost',
'dbtableprefix' => 'oc_',
'dbuser' => 'owncloud',
'dbpassword' => 'owncloud1',
'logtimezone' => 'UTC',
'installed' => true,
'instanceid' => 'ocr3xqo5af2u',
);
Sorry if I've missed something obvious!!!