On my site I have a panel that displays at http://mydomain.com/home, and in admin/config/system/site-information I have assigned that url to be the front page of the site. If you navigate to http://mydomain.com/home you are redirected to http://mydomain.com.

I have placed an easy_social block on the home page, and the widgets are being built using the http://mydomain.com/home url, when they should be built using just http://mydomain.com.

CommentFileSizeAuthor
#1 easy_social-front-2410537.patch477 bytessja1
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sja1’s picture

The problem is with the function easy_social_block_view() found in easy_social.module. The attached patch has solved the problem for me.

sja1’s picture

Title: Incorrect url used to build widgets on front page (homepage) » Block view uses wrong url to build widgets when on front page (homepage)
Status: Active » Needs review