Hello,
I have following problem after upgrade to magento 2.1.3 CE (everything went smooth without warnings or errors) but now magento is looking for stating content in path:
/home/site2/www/pub/static/version1484037864/
where version is the last version of the static content files generated but command
php bin/magento setup:static-content:deploy is placing static deployed files in old location
/home/site2/www/pub/static/
this is generating errors like:
2017/01/10 11:02:56 [error] 31393#0: *907 open() "/home/site2/www/pub/static/version1484037864/frontend/Nconsulting/louispurple3/ro_RO/mage/calendar.css" failed (2: No such file or directory), client: 86.106.78.46, server: XXXXXX.com, request: "GET /pub/static/version1484037864/frontend/Nconsulting/louispurple3/ro_RO/mage/calendar.css HTTP/1.1", host: "XXXXXXXXX.com", referrer: "http://XXXXXXXXX.com/"
Folder /pub/static/version1484037864/ isn't created by command
php bin/magento setup:static-content:deploy
Please send me any hints on this issue. Thank you.