-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Error when defaultSearchTermOptions are configured #30
Comments
It seems any array used in 'environmentVariables' => [
'baseUrl' => 'http://test-website.local/',
'basePath' => 'C:\web\test-website\public\\',
], |
Hey @juresrpcic. Thanks for sending that issue. I will look into that and keep you posted. |
@juresrpcic the concept of environment variables don't exists anymore in craft 3. I uploaded a fix to the latest craft-3 branch. Can you install and test it please? To install the latest dev version you have to set the |
@svenjungnickel Thanks for the update! I tested this again (with an array for search options in Re |
@juresrpcic thanks you tested that. I just tagged a new release. You should be able to install the plugin without adding the dev branch now. |
Description
I installed the latest version (2.0.1) successfully - no more issues with composer requiring
dev-craft-3
like yesterday. When I tried installing the plugin, I got an error:I can go back and the plugin appears installed, but it's not functional - the settings page only shows the layouts dropdown and no switches.
After some research, I discovered that a Craft config setting is causing this - in
general.php
, I have this setting under'*'
:If I disable that part of the config, the plugin works again and doesn't cause the issue on install.
Steps to reproduce
composer require verbb/cp-nav
Additional info
The text was updated successfully, but these errors were encountered: