-
Notifications
You must be signed in to change notification settings - Fork 140
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
Array to string conversion #8
Comments
@aelvan Sorry for the delay! Fixed in the latest release. Totally hadn't thought of that scenario, so appreciate the input :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
After creating an import and running it, I get the following error on the FeedMe control panel frontpage:
https://www.dropbox.com/s/7g7lq3wmeoputdw/Screenshot%202015-05-15%2009.52.53.png?dl=0
This is probably due to the fact that I have a multilanguage site set up, with this in my config:
'siteUrl' => array(
'no' => 'http://' . $_SERVER['SERVER_NAME'] . '/no/',
'en' => 'http://' . $_SERVER['SERVER_NAME'] . '/en/',
),
In front-end templates, doing {{ craft.config.siteUrl }} works just fine. Not sure if this is a Craft or FeedMe bug?
The text was updated successfully, but these errors were encountered: