Skip to content
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

Closed
aelvan opened this issue May 15, 2015 · 1 comment
Closed

Array to string conversion #8

aelvan opened this issue May 15, 2015 · 1 comment

Comments

@aelvan
Copy link

aelvan commented May 15, 2015

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?

@engram-design
Copy link
Contributor

@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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants