Can't create files folder user home directory

Please help us by providing the following info. Before posting please also check the pinned "Known issues" threads and make sure that you're running the latest available version for your oC release: https://owncloud.org/changelog/

Steps to reproduce
1. update version 7 to version 9.1.4.2
2. I follow the update procedure
3.

Expected behaviour
Tell us what should happen

home folder permisson 777 owner: apache:apache

When a new user log in:
create home folder/username, create /home_folder/username/cache
but didn't create /home_folder/username/files folder

Can't upload any files to the owncloud.
After I create files folder the upload is working.

Server configuration
Operating system: CenOS 6.8
Web server: Apache 2.2.15
Database: mysql ver 14.14
PHP version: php5
ownCloud version (see ownCloud admin page): 9.1.4.2
Updated from an older ownCloud or fresh install: Updated
Special configuration (external storage, external authentication, reverse proxy, server-side-encryption):
ownCloud log (data/owncloud.log)

{"reqId":"sBwwgvRm0AOxSLxsd7Wx","remoteAddr":"172.27.61.222","app":"PHP","message":"fopen(\/var\/eoscloud\/blazar1\/files\/plsqldev.exe): failed to open stream: No such file or directory at \/var\/www\/html\/lib\/private\/Files\/Storage\/Local.php#278","level":3,"time":"2017-03-07 10:53:11","method":"POST","url":"\/index.php\/apps\/files\/ajax\/upload.php","user":"blazar1"}

Login as admin user into your ownCloud and access
http://example.com/index.php/settings/integrity/failed
No errors have been found.

Please report this directly to the developers at the bugtracker -> https://github.com/owncloud/core/issues

I found the problem: mysql database store some user info in oc_storages table.
when I delete user folder and user info there are in a table the owncloud doesn't create again users files folder. If I delete a user from the table after log in owncloud everything ok.