I’ve read up a bit on Twig and it looks like it dynamically creates javascript files if they don’t exist, based on the router for the form. It doesn’t look like an easy job to get those generated during installation. The install.sh script should probably be ammended to include: mkdir -p -m 777 web/bundles/jsformvalidation
I don’t think it’s the correct solution. The install.sh seems to suggest that only app/cache and app/logs should be webserver writable.
The problem seems to be two-fold. First, the dirname isn’t correct as OP noted and secondly, these files should’ve been created by Twig during installation. Investigating…
Added the following to parameters.yml for the java path:
1
2
assetic:
java:/usr/local/bin/java
After successful install.sh: PHP Fatal error: Call to undefined function Oro\\Bundle\\UserBundle\\Entity\\filter_var() in /usr/local/www/orocrm/vendor/oro/platform/src/Oro/Bundle/UserBundle/Entity/UserManager.php on line 176
And now we have a dashboard :)
Author
Replies
Viewing 5 replies - 1 through 5 (of 5 total)
You will be redirected to [title]. Would you like to continue?
We collect cookie information with a goal to provide you with the best user experience. By using this website, you agree to our use of cookies. Read Oro Inc.’s Cookie policy.