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

Issues with this module and panopoly(panels) profile #4

Open
figtreedev opened this issue Feb 6, 2014 · 5 comments
Open

Issues with this module and panopoly(panels) profile #4

figtreedev opened this issue Feb 6, 2014 · 5 comments

Comments

@figtreedev
Copy link

First of all, Huge Thank you for this module set. I have working on a client intranet beautifully. However, when trying to build out their internet site. I received an error. This is a vanilla install of Panopoly, to which i added your module. I receive this error:

Notice: Undefined index: ags_url in mapgallery_group_field_formatter_settings_summary() (line 158 of /var/www/sites/all/modules/drupal-map-gallery-webmaps/mapgallery_group_field/mapgallery_group.module).

Notice: Undefined index: ags_url in webmap_field_formatter_settings_summary() (line 83 of /var/www/sites/all/modules/drupal-map-gallery-webmaps/webmap_field/webmap.module).

I assume it has something to do with the URL for ArcGIS.com. However its the same for the intranet where its working fine. So what could be interfering with this? the theme?

@mhogeweg
Copy link
Member

mhogeweg commented Feb 6, 2014

hi, thanks for using the module. great to hear some use cases and learn about Panopoly (which seems a really cool distribution). A quick search led me to this post on notices about undefined indexes. which indicates a variable has not been set.

I'm not sure if you have configured the site exactly the same in both places. perhaps check if the value is set (in mapgallery_group.module) and if not set it and then retest.

@figtreedev
Copy link
Author

"I'm not sure if you have configured the site exactly the same in both places. perhaps check if the value is set (in mapgallery_group.module) and if not set it and then retest."

Im not sure I follow....I created a field on my content type for each type of GIS display(one for gallery, One for Web Map). In the display of the content type, I made sure the render was the proper gallery view and webmap (only choice). The URL is set on the default field settings. So where else should i set the variable?

@tmatinde
Copy link
Contributor

tmatinde commented Feb 6, 2014

Hello Jason,

What drupal version are you using? The variable it is seeking should automatically already be set by what you have done, unless the variable structure has changed with the panels. Are you embedding it in a panel or is this just a plain drupal content type page?

Teddy

From: Jason Drane [mailto:[email protected]]
Sent: Thursday, February 06, 2014 11:43 AM
To: Esri/drupal-map-gallery-webmaps
Subject: Re: [drupal-map-gallery-webmaps] Issues with this module and panopoly(panels) profile (#4)

"I'm not sure if you have configured the site exactly the same in both places. perhaps check if the value is set (in mapgallery_group.module) and if not set it and then retest."

Im not sure I follow....I created a field on my content type for each type of GIS display(one for gallery, One for Web Map). In the display of the content type, I made sure the render was the proper gallery view and webmap (only choice). The URL is set on the default field settings. So where else should i set the variable?


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-34362194.

@figtreedev
Copy link
Author

Standard Content type page. 7.26. Currently I do not have that content type panelized as of yet.

@figtreedev
Copy link
Author

I created a content type, with nothing but the map fields. Same result.

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

3 participants