I just installed OpenPublish and it asked me for a usename/password via the htpassword pop-up menu.

Specifically it said - A username and password are being requested by http://jcaldwell.openpublish.dev6.fayze2.com. The site says: "Crowd"

I grepped the code and found two Img tag links to this site
profiles/openpublish/modules/features/openpublish_article/openpublish_article.box.inc: 'value' => '

Only local images are allowed.

',

and

profiles/openpublish/modules/features/openpublish_general/openpublish_general.box.inc: 'value' => '

Only local images are allowed.

',

This seems like it should be resolved by removing those links from the devel version of the distribution code.

Comments

Stika’s picture

the same issue in here.
Is this afecting the site in any way?
What should I do to avoid this please?

conorc’s picture

Removing the image tag in each of the .inc files listed above, seems to fix it for now.

<img alt="&quot;We help you be awesome!&quot; - Phase2 Technology" src="http://jcaldwell.openpublish.dev6.fayze2.com/profiles/openpublish/images/banner_phase2.jpg" />

<img alt="OpenPublish: A smart solution for today\'s publishers." src="http://jcaldwell.openpublish.dev6.fayze2.com/profiles/openpublish/images/banner_openpublish.jpg" style="width: 728px; height: 90px; " />
PARTech-1’s picture

Yes, Took out both references and fixed the problem! Thanks!

josephcheek’s picture

Issue summary: View changes
Status: Active » Closed (duplicate)
Related issues: +#1991264: Bottom of front-page ad hardlinked to a dev environment.