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
-
Hi guys
I created the product and filled out the URL field,
but Slugs was left blank,
SEO
Slugs — n/d —
Meta title — n/d —
Meta description — n/d —
Meta keywords — n/d —What have I done wrong?
Yurii, Thank you
rename/removed the folder Acme/Bundle/SuperBundle/Resources/config/doctrine
PHP12# app/console doctrine:mapping:info[OK] Acme\Bundle\SuperBundle\Entity\Invoicemsulima,
thank you!!!
You can correct this symbol in the documentation?
https://oroinc.com/orocrm/doc/current/dev-guide/entities/using-entities
Hello, Viacheslav
I added the Bundle in automatic mode
https://oroinc.com/orocrm/doc/current/dev-guide/cookbook/how-to-create-new-bundlePHP123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475root@p453520:/var/www/orocommerce-application# php app/console generate:bundleWelcome to the Symfony bundle generator!Are you planning on sharing this bundle across multiple applications? [no]: yesYour application code must be written in bundles. This command helpsyou generate them easily.Each bundle is hosted under a namespace (like Acme/BlogBundle).The namespace should begin with a "vendor" name like your company name, yourproject name, or your client name, followed by one or more optional categorysub-namespaces, and it should end with the bundle name itself(which must have Bundle as a suffix).See http://symfony.com/doc/current/cookbook/bundles/best_practices.html#bundle-name for moredetails on bundle naming conventions.Use / instead of \ for the namespace delimiter to avoid any problem.Bundle namespace: Acme/NewBundleIn your code, a bundle is often referenced by its name. It can be theconcatenation of all namespace parts but it's really up to you to comeup with a unique name (a good practice is to start with the vendor name).Based on the namespace, we suggest AcmeNewBundle.Bundle name [AcmeNewBundle]:Bundles are usually generated into the src/ directory. Unless you'redoing something custom, hit enter to keep this default!Target Directory [src/]:What format do you want to use for your generated configuration?Configuration format (annotation, yml, xml, php) [xml]: ymlBundle generation> Generating a sample bundle skeleton into app/../src/Acme/NewBundlecreated ./app/../src/Acme/NewBundle/created ./app/../src/Acme/NewBundle/AcmeNewBundle.phpcreated ./app/../src/Acme/NewBundle/DependencyInjection/created ./app/../src/Acme/NewBundle/DependencyInjection/AcmeNewExtension.phpcreated ./app/../src/Acme/NewBundle/DependencyInjection/Configuration.phpcreated ./app/../src/Acme/NewBundle/Controller/created ./app/../src/Acme/NewBundle/Controller/DefaultController.phpcreated ./app/../src/Acme/NewBundle/Tests/Controller/created ./app/../src/Acme/NewBundle/Tests/Controller/DefaultControllerTest.phpcreated ./app/../src/Acme/NewBundle/Resources/views/Default/created ./app/../src/Acme/NewBundle/Resources/views/Default/index.html.twigcreated ./app/../src/Acme/NewBundle/Resources/config/created ./app/../src/Acme/NewBundle/Resources/config/services.ymlcreated ./app/../src/Acme/NewBundle/Resources/config/routing.yml> Checking that the bundle is autoloaded> Enabling the bundle inside app/AppKernel.phpupdated ./app/AppKernel.php> Importing the bundle's routes from the app/config/routing.yml fileEverything is OK! Now get to work :).root@p453520:/var/www/orocommerce-application# php app/console cache:clear// Clearing the cache for the dev environment with debug true[OK] Cache for the "dev" environment (debug=true) was successfully cleared.Bundle is registered in app / AppKernel.php
Vladyslav, thanks for the answer!
Explain, please,
Is it possible to create an Entity connection in the GUI interface, at which the table with the Products would be displayed similarly from the Order “/admin/order/update/1”or I need to change the source code?
I have installed
oro/redis-config 2.0.0-beta.1 MIT
oro/doctrine-extensions 1.1.2 MIT
oro/crm-task-bundle 2.3.1 OSL-3.0
oro/crm-call-bundle 2.3.1 OSL-3.0
oro/calendar-bundle 2.3.1 OSL-3.0
oro/crm 2.3.4 OSL-3.0
oro/crm-mail-chimp 2.3.1 OSL-3.0
oro/crm-abandoned-cart 2.3.0 OSL-3.0
oro/crm-dotmailer 2.3.2 OSL-3.0
oro/crm-hangouts-call-bundle 2.3.0 OSL-3.0
oro/crm-magento-embedded-contact-us 2.3.0 OSL-3.0
oro/crm-zendesk 2.3.2 OSL-3.0
oro/platform-serialised-fields 2.3.0 OSL-3.0
oro/platform 2.3.6 MIT
oro/marketing 2.3.3 OSL-3.0the problem is present
Hi, msulima!
Application related information:
Application Type: OroCRM
Application Version: 2.0.0-beta.1
Application Edition: Community
2. Environment related information:
OS, name and version: Ubuntu 16.04.1
Web server, name and version: nginx/1.12.1
Database, name and version: MySQL 5.7.19-0
PHP, version: 7.0.22-0Items created by demo.
I created my own records, the result is the same.it turns out, to begin with, I better upgrade ORO!? :)
-
AuthorReplies