I tried to change the design of my owncloud.
I've copied all the code into XAMPP htdocs and tried to open it.
I get always this error:
[1045] SQLSTATE[HY000] [1045] Access denied for user 'ownclouduser'@'localhost' (using password: YES)
I want to work first with xampp, because I don't want to work on the original code.
ownclouduser
) is denied by the mysql server you are using. This has nothing to do with owncloud. It is your database permission setup. – arkascha