chown -R nobody:nobody apps
drwxrwxrwx 31 nobody nobody 4.0K Oct 24 11:29 apps/
This is the entire output of the log, not understanding it much. Every 3rd party app gave me the same error actually
root@server [/home/user/public_html/owncloud/data]# cat owncloud.log
{"app":"contacts","message":"OC_Contacts_Addressbook::OC_Contacts_Addressbook::setActive, id: 1, active: 1","level":3,"time":1351119558}
{"app":"core","message":"Archives of type application\/octet-stream are not supported","level":3,"time":1351119912}
{"app":"core","message":"Archives of type application\/octet-stream are not supported","level":3,"time":1351119928}
{"app":"core","message":"Archives of type application\/octet-stream are not supported","level":3,"time":1351119948}
{"app":"core","message":"Archives of type application\/octet-stream are not supported","level":3,"time":1351120027}
{"app":"core","message":"Archives of type application\/octet-stream are not supported","level":3,"time":1351120090}
{"app":"core","message":"Archives of type application\/octet-stream are not supported","level":3,"time":1351120103}
{"app":"core","message":"Archives of type application\/octet-stream are not supported","level":3,"time":1351120120}
{"app":"contacts","message":"OC_Contacts_Addressbook::OC_Contacts_Addressbook::setActive, id: 2, active: 1","level":3,"time":1351120809}
Ran tool.php, all good. Not running Windows either, nor changed default theme.
I am not running php safe mode nor suPHP at this time.
I tailed apache logs and domain logs together while attempting to install the 3rd party apps, nothing shows up in logs odd enough during the error message. The only thing that shows up in logs while tailing it is a 200 message, so not even an error
"POST /owncloud/settings/ajax/enableapp.php HTTP/1.1" 200 62 "http://www.domain.com/owncloud/settings/apps.php?installed" "Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0"
PHP 5.3.19 (cli) (built: Dec 3 2012 11:16:00)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
with the ionCube PHP Loader v4.2.2, Copyright (c) 2002-2012, by ionCube Ltd., and
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies
- Code: Select all
drwxr-xr-x 14 nobody 65534 4.0K Nov 21 18:47 ./
drwxr-x--- 18 user nobody 4.0K Dec 10 23:51 ../
drwxr-xr-x 25 nobody 65534 4.0K Nov 14 02:32 3rdparty/
drwxrwxrwx 31 nobody 65534 4.0K Nov 14 02:32 apps/
-rw-r--r-- 1 nobody 65534 585 Nov 14 02:31 AUTHORS
drwxrwxrwx 2 nobody 65534 4.0K Nov 14 02:32 config/
drwxr-xr-x 9 nobody 65534 4.0K Nov 14 02:32 core/
-rw-r--r-- 1 nobody 65534 2.5K Nov 14 02:32 cron.php
drwxrwx--- 4 nobody nobody 4.0K Dec 14 14:11 data/
-rw-r--r-- 1 nobody 65534 12K Nov 14 02:32 db_structure.xml
-rw-r--r-- 1 nobody nobody 44K Dec 14 14:10 error_log
drwxr-xr-x 2 nobody 65534 4.0K Nov 14 02:32 files/
-rw-r--r-- 1 nobody 65534 939 Nov 14 02:32 .htaccess
-rw-r--r-- 1 nobody 65534 853 Nov 14 02:32 index.php
drwxr-xr-x 64 nobody 65534 4.0K Nov 14 02:32 l10n/
drwxr-xr-x 18 nobody 65534 4.0K Nov 14 02:32 lib/
drwxr-xr-x 2 nobody 65534 4.0K Nov 14 02:32 ocs/
-rw-r--r-- 1 nobody 65534 443 Nov 14 02:32 public.php
-rw-r--r-- 1 nobody 65534 960 Nov 14 02:32 remote.php
drwxr-xr-x 6 nobody 65534 4.0K Nov 14 02:32 search/
drwxr-xr-x 8 nobody 65534 4.0K Nov 21 18:43 settings/
-rw-r--r-- 1 nobody 65534 1.2K Nov 14 02:32 status.php
drwxr-xr-x 2 nobody 65534 4.0K Nov 14 02:31 themes/
[PHP Modules]
bcmath
calendar
Core
ctype
curl
date
dom
ereg
exif
filter
ftp
gd
hash
iconv
imap
ionCube Loader
json
libxml
mbstring
mcrypt
mysql
mysqli
openssl
pcre
PDO
pdo_mysql
pdo_sqlite
posix
Reflection
session
SimpleXML
sockets
SPL
SQLite
sqlite3
standard
timezonedb
tokenizer
XCache
xml
xmlreader
xmlwriter
Zend Guard Loader
zip
zlib
[Zend Modules]
Zend Guard Loader
the ionCube PHP Loader
This is a cPanel / CloudLinux box.
