-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation Instructions #1
Comments
Sorry Chris, I don't added the bundle on packagist. To install and use the bundle, please check the readme : https://github.com/FriendsOfOro/OroSliderBundle#installation |
Thank you Xavier for the update, I think you accidently put 'Recaptcha' in place of 'Slider' throughout, once I changed mine to Slider I was able to download/install into the CI using composer require. |
Thank you Xavier for the update, I think you accidently put 'Recaptcha' in
place of 'Slider' throughout the update install docs, once I changed my
side to Slider I was able to download/install into the CI using composer
require.
…On Tue, Jul 16, 2019 at 7:19 AM Xavier Besson ***@***.***> wrote:
Sorry Chris, I don't added the bundle on packagist.
To install and use the bundle, please check the readme :
https://github.com/FriendsOfOro/OroSliderBundle#installation
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1?email_source=notifications&email_token=AMT32GXFN63CRM6MR4EEPPDP7W4GVA5CNFSM4ID2O3XKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2AVIFA#issuecomment-511792148>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMT32GW76WGRYZY6LDRXAHLP7W4GVANCNFSM4ID2O3XA>
.
|
After sucessful installation, I get 500 errors trying to get to /admin and
these in my oroapp/var/logs/prod.log
[2019-07-16 15:02:57] request.CRITICAL: Uncaught PHP Exception
Twig\Error\RuntimeError: "An exception has been thrown during the rendering
of a template ("Unable to generate a URL for the named route
"kiboko_slider_index" as such route does not exist.") in
"OroUserBundle::layout.html.twig" at line 5." at
/usr/local/nginx/html/oroapp/vendor/twig/twig/src/Template.php line 230
{"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception
has been thrown during the rendering of a template (\"Unable to generate a
URL for the named route \"kiboko_slider_index\" as such route does not
exist.\") in \"OroUserBundle::layout.html.twig\" at line 5. at
/usr/local/nginx/html/oroapp/vendor/twig/twig/src/Template.php:230,
Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0):
Unable to generate a URL for the named route \"kiboko_slider_index\" as
such route does not exist. at
/usr/local/nginx/html/oroapp/var/cache/prod/srcProdProjectContainerUrlGenerator.php:1466)"}
[]
[2019-07-16 15:03:23] request.CRITICAL: Uncaught PHP Exception
Oro\Component\Layout\Exception\InvalidArgumentException: "Could not load
the data provider "slider"." at
/usr/local/nginx/html/oroapp/vendor/oro/platform/src/Oro/Component/Layout/DataAccessor.php
line 53 {"exception":"[object]
(Oro\\Component\\Layout\\Exception\\InvalidArgumentException(code: 0):
Could not load the data provider \"slider\". at
/usr/local/nginx/html/oroapp/vendor/oro/platform/src/Oro/Component/Layout/DataAccessor.php:53)"}
[]
[2019-07-16 15:03:24] request.CRITICAL: Exception thrown when handling an
exception (Oro\Component\Layout\Exception\InvalidArgumentException: Could
not load the data provider "slider". at
/usr/local/nginx/html/oroapp/vendor/oro/platform/src/Oro/Component/Layout/DataAccessor.php
line 53) {"exception":"[object]
(Oro\\Component\\Layout\\Exception\\InvalidArgumentException(code: 0):
Could not load the data provider \"slider\". at
/usr/local/nginx/html/oroapp/vendor/oro/platform/src/Oro/Component/Layout/DataAccessor.php:53)"}
[]
[2019-07-16 15:03:24] request.CRITICAL: Uncaught PHP Exception
Oro\Component\Layout\Exception\InvalidArgumentException: "Could not load
the data provider "slider"." at
/usr/local/nginx/html/oroapp/vendor/oro/platform/src/Oro/Component/Layout/DataAccessor.php
line 53 {"exception":"[object]
(Oro\\Component\\Layout\\Exception\\InvalidArgumentException(code: 0):
Could not load the data provider \"slider\". at
/usr/local/nginx/html/oroapp/vendor/oro/platform/src/Oro/Component/Layout/DataAccessor.php:53,
Oro\\Component\\Layout\\Exception\\InvalidArgumentException(code: 0): Could
not load the data provider \"slider\". at
/usr/local/nginx/html/oroapp/vendor/oro/platform/src/Oro/Component/Layout/DataAccessor.php:53)"}
[]
[2019-07-16 15:03:24] request.CRITICAL: Exception thrown when handling an
exception (Oro\Component\Layout\Exception\InvalidArgumentException: Could
not load the data provider "slider". at
/usr/local/nginx/html/oroapp/vendor/oro/platform/src/Oro/Component/Layout/DataAccessor.php
line 53) {"exception":"[object]
(Oro\\Component\\Layout\\Exception\\InvalidArgumentException(code: 0):
Could not load the data provider \"slider\". at
/usr/local/nginx/html/oroapp/vendor/oro/platform/src/Oro/Component/Layout/DataAccessor.php:53)"}
[]
…On Tue, Jul 16, 2019 at 7:19 AM Xavier Besson ***@***.***> wrote:
Sorry Chris, I don't added the bundle on packagist.
To install and use the bundle, please check the readme :
https://github.com/FriendsOfOro/OroSliderBundle#installation
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1?email_source=notifications&email_token=AMT32GXFN63CRM6MR4EEPPDP7W4GVA5CNFSM4ID2O3XKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2AVIFA#issuecomment-511792148>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMT32GW76WGRYZY6LDRXAHLP7W4GVANCNFSM4ID2O3XA>
.
|
Hi Chris, |
That sounds good Xavier, and if I am able to track it down I will
definitely offer you the fix via PR ... Do these errors seem logical at
all? Any idea of where I should attempt to start?
Just so I understand the process properly, I've setup a fresh Oro install
and after the installation has completed I've run the 'composer require'
lines, cleared the cache, restarted workers etc... Should i be performing
the 'composer require' before the installation occurs?
…On Wed, Jul 17, 2019 at 2:18 AM Xavier Besson ***@***.***> wrote:
Hi Chris,
I did not have the same error. But I have not tested it on an OroCommerce
3.1.9 yet (only on 3.1.3)
If you find a correction to make, do not hesitate to do a PR
Thks
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1?email_source=notifications&email_token=AMT32GQMRIECHJ52FEQZZDLP73BTZA5CNFSM4ID2O3XKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2DI4LA#issuecomment-512134700>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMT32GQBRKDYZIWMFYAPOCDP73BTZANCNFSM4ID2O3XA>
.
|
I will advise to do the "composer require" after the installation |
Okay, that is how I did it.. I will attempt a fresh re-installation with
totally clean logs to try and track it down.. I'll keep in touch Xavier!
PS - I did post a change to the README.md on github to change the
'recaptcha' ..
…On Wed, Jul 17, 2019 at 9:52 AM Xavier Besson ***@***.***> wrote:
I will advise to do the "composer require" after the installation
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1?email_source=notifications&email_token=AMT32GVDKS4QNGRHJZQORBLP74W33A5CNFSM4ID2O3XKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2EO7DI#issuecomment-512290701>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMT32GVYHFNGB7SDOXQQ5QDP74W33ANCNFSM4ID2O3XA>
.
|
Ok thanks, I change the readme. |
I attempted to install the OroSliderBundle using composer by placing the bundle's contents within vendor/friendsoforo/oro-slider-bundle inside an installed OroCommerce 3.1.9 instance. Installation instructions do not specify where OroSliderBundle should be placed and it does not seem to be available within composers packagist ? searched here .. I'm excited but just not sure how to get going.
The text was updated successfully, but these errors were encountered: