Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.0.3 RC1] Several issues #11616

Closed
kedanli opened this issue Oct 16, 2014 · 6 comments
Closed

[7.0.3 RC1] Several issues #11616

kedanli opened this issue Oct 16, 2014 · 6 comments

Comments

@kedanli
Copy link

kedanli commented Oct 16, 2014

Steps to reproduce

  1. Install OC 7.0.3 RC1
  2. after login change between files, admin area and personal area
    3.

Expected behaviour

Should show files and folders

Actual behaviour

The files and foldes are gone.
If I open admin or personal area sometimes the left sidebar of the files Window pop over it.
The log give an error

Server configuration

Operating system:
Windows Server 2008 R2
Web server:
IIS 7.5
Database:
mysql
PHP version:
5.5.3
ownCloud version: (see ownCloud admin page)
7.0.3 RC1 (testing)
Updated from an older ownCloud or fresh install:
fresh
List of activated apps:
default apps without calendar

Are you using external storage, if yes which one: local/smb/sftp/...
no
Are you using encryption: yes/no
no

Client configuration

Browser:
Firefox 32
Operating system:
Windows 8.1

Logs

ownCloud log (data/owncloud.log)

{"app":"PHP","message":"Illegal offset type in isset or empty at C:\\inetpub\\kielnord\\cloud\\lib\\private\\app.php#138","level":3,"time":"2014-10-16T15:33:06+02:00"}
{"app":"PHP","message":"Illegal offset type in isset or empty at C:\\inetpub\\kielnord\\cloud\\lib\\private\\app.php#138","level":3,"time":"2014-10-16T15:33:10+02:00"}
{"app":"PHP","message":"Illegal offset type in isset or empty at C:\\inetpub\\kielnord\\cloud\\lib\\private\\app.php#138","level":3,"time":"2014-10-16T15:33:11+02:00"}
{"app":"PHP","message":"Illegal offset type in isset or empty at C:\\inetpub\\kielnord\\cloud\\lib\\private\\app.php#138","level":3,"time":"2014-10-16T15:33:12+02:00"}
{"app":"PHP","message":"Illegal offset type in isset or empty at C:\\inetpub\\kielnord\\cloud\\lib\\private\\app.php#138","level":3,"time":"2014-10-16T15:33:12+02:00"}
{"app":"PHP","message":"Illegal offset type in isset or empty at C:\\inetpub\\kielnord\\cloud\\lib\\private\\app.php#138","level":3,"time":"2014-10-16T15:33:13+02:00"}
{"app":"PHP","message":"Illegal offset type in isset or empty at C:\\inetpub\\kielnord\\cloud\\lib\\private\\app.php#138","level":3,"time":"2014-10-16T15:33:13+02:00"}
{"app":"PHP","message":"Illegal offset type in isset or empty at C:\\inetpub\\kielnord\\cloud\\lib\\private\\app.php#138","level":3,"time":"2014-10-16T15:33:13+02:00"}
{"app":"PHP","message":"Illegal offset type in isset or empty at C:\\inetpub\\kielnord\\cloud\\lib\\private\\app.php#138","level":3,"time":"2014-10-16T15:33:14+02:00"}

@karlitschek
Copy link
Contributor

@schiesbn any idea?

@PVince81
Copy link
Contributor

This error again...

@kedanli please check the oc_appconfig table and check whether the "types" column:
select * from oc_appconfig where key='types';

I suspect that the value of "types" is wrong.

Duplicate of #11553

@PVince81
Copy link
Contributor

@kedanli in case you still get errors after applying the patch from #11553, please reopen.

@kedanli
Copy link
Author

kedanli commented Oct 17, 2014

I`m sorry but how could I download and install the patch?

@PVince81
Copy link
Contributor

In your case the easiest would be to download the fixed app.php here https://github.com/owncloud/core/raw/9998861402d9b16e2e7d8ebd9382633fc91a5dae/lib/private/app.php and replace it in your setup (lib/private/app.php)

@kedanli
Copy link
Author

kedanli commented Oct 17, 2014

Thanks. This fix the log errors. But I have still truble. I tried a clean install (7.0.3). First I got this error after clicking finishing installation button:
An exception occurred while executing 'UPDATE oc_filecache SET mtime = ?, storage_mtime=? WHERE fileid = ?': SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '' for column 'mtime' at row 1

Second try (clean install) got this:
Error while trying to create admin user: SQLSTATE[HY000] [1045] Access denied for user 'oc_kedanli'@'localhost' (using password: YES)

If I try different names then it suddenly seems to run but with the problems mentioned above.

I just tried a clean install of 7.0.2 and installation works very well...

Any idea?

@PVince81 PVince81 reopened this Oct 17, 2014
@DeepDiver1975 DeepDiver1975 modified the milestone: backlog Mar 2, 2015
@lock lock bot locked as resolved and limited conversation to collaborators Aug 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants