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
-
Already i have changed the IP still getting the same error
virtual host configuration also configured
when open index_dev page showing this lineYou are not allowed to access this file. Check index_dev.php for more information
virtual host configuration also configured
when open index_dev page sghowing this lineYou are not allowed to access this file. Check index_dev.php for more information
-
This reply was modified 3 years, 1 month ago by
Roshan.
In orocrm 3.1 version how to open dev mode
when i open URL/app_dev.php or bin_dev.php getting the error page not found
so how to open dev modeis there any way to check bundle registered or not??
in prod mode php bin/console cache:clear -e prod
working with no errors but in dev mode
php bin/console cache:clear -e dev
getting errorsPHP Fatal error: Uncaught Symfony\Component\Debug\Exception\ClassNotFoundException: Attempted to load class “ProductsBundle” from namespace “ProductsBundle”.
Did you forget a “use” statement for another namespace? in /usr/share/nginx/orocrm/src/AppKernel.php:18
Stack trace:
#0 /usr/share/nginx/orocrm/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(488): AppKernel->registerBundles()
#1 /usr/share/nginx/orocrm/vendor/oro/platform/src/Oro/Bundle/DistributionBundle/OroKernel.php(37): Symfony\Component\HttpKernel\Kernel->initializeBundles()
#2 /usr/share/nginx/orocrm/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(132): Oro\Bundle\DistributionBundle\OroKernel->initializeBundles()
#3 /usr/share/nginx/orocrm/vendor/oro/platform/src/Oro/Bundle/DistributionBundle/OroKernel.php(228): Symfony\Component\HttpKernel\Kernel->boot()
#4 /usr/share/nginx/orocrm/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php(64): Oro\Bundle\DistributionBundle\OroKernel->boot()
#5 /usr/shar in /usr/share/nginx/orocrm/src/AppKernel.php on line 18when opens URL/app_dev.php getting 404 error
not foundInstalled 3.* version after creating a products module getting this error
created ./public/bundles/ProductsBundle/Resources/config/services.yml
created ./public/bundles/ProductsBundle/Resources/config/routing.yml
> Checking that the bundle is autoloaded
FAILED
> Enabling the bundle inside src/AppKernel.php
updated ./src/AppKernel.php
OK
> Importing the bundle’s routes from the src/config/routing.yml filecreated ./src/config/
created ./src/config/routing.yml
OK
> Importing the bundle’s services.yml from the src/config/config.yml file
FAILEDI have changed some changes in orocrm but its getting old result only cleared the cache and cookies from browser then also getting the same pages. What are the things i have to do when change code in orocrm
i have created a product module
after clearing the cahe
php bin/console cache:clear –env=dev
unable to getting admin page getting error asAn Exception was thrown while handling: Internal Server Error
if i remove that product bundle from bundles getting error
page is not workingand in dev.log
errors crated as
request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: “An exception has been thrown during the rendering of a template
(“Unable to generate a URL for the named route “Products_link” as such route does not exist.”)-
This reply was modified 3 years, 2 months ago by
Roshan.
Getting this error when i tried to clear the cache
Could not open input file: bin/consoleHi Andrey
orocrm installed in wampp local server
and this is the server configurationOS win10
PHP 7.2.14
Apache 2.4.37
Mysql 5.7.24Thanks Andrey..
after completing config,
do we need to load builders or automatically load??
and if i want to integrate other modules how to do that ?
any links about orocrm builders and how to integrate them in briefly post here.
Thanks In Advance… -
This reply was modified 3 years, 1 month ago by
-
AuthorReplies