Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.
Forum Replies Created
-
AuthorReplies
-
So, have you got system installed already?
Hello, what Magento version you’re importing from?
I’ll try to reproduce and let you know.What version do you use? If not latest – try to update, cause I can’t reproduce your issue with latest dev (created test role without account view perms, new user and assign user to this role).
Chrome Version 31.0.1650.63 Ubuntu 13.10 (31.0.1650.63-0ubuntu0.13.10.1~20131204.1)Thank you for your efforts and feedback, feel free to create issues/requests on Github. Reports are always welcome :)
Step by step tutorial described in readme files of Platform and OroCRM, you’ll need Java for assets (js, css) optimizations.
You shouldn’t have such value in db for date, instead use NULL if possible.
Fixed in master, check after release.That already fixed, waiting beta :)
It’s better to drop db and re-create it, at least while alpha.
Usually it’s common practice to run all commands that asmaga mentioned after upgrade.123456rm -rf app/cache/*chmod 777 -R app/cache app/emails app/logs web/js web/bundles web/csscomposer updatedoctrine:schema:update –forceIf
doctrine:schema:update –force
was able to update your existing db – you should be able to run upgraded system with your already populated db.What do you mean doesn’t work? You’re clicking it and nothing happens or do you see some error message?
Did you updated db and re-generate assets?Mathieu, for some tasks there will be UI.
Most probably it will be in constant OroPlatformBundle::VERSION after beta release, as well as at the bottom of dashboard.
Hi,
known issue, I think it will be addressed in one of future releases.
FYI: it’s better to report bugs/requests/whatever at github:
crm: https://github.com/orocrm/crm/issues
platform: https://github.com/orocrm/platform/issuesThanks
Did you experienced some errors while running install.sh?
Try to do these commands:12app/console assets:installapp/console assetic:dumpSymfony docs was updated recently and now there’s a chapter about Intl and ICU components installation issues.
http://symfony.com/doc/current/components/intl.html#installation -
AuthorReplies