Hi, I get this message after a new local installation of the alpha5 build respectively latest dev build.

Warning: getimagesize(http://drupal.org/files/imagecache/grid-3/project-images/spark_logo.png): failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in _edit_filter_get_width() (line 98 of ...\spark\profiles\spark\modules\contrib\edit\includes\caption.inc).

Development system:
OS: MS Windows Server 2008 R2 + SP1 (64-bit)
DB: MS SQL Server 2008 R2 + SP1 (64-bit) with http://drupal.org/project/sqlsrv
Web: IIS 7.5
PHP: 5.3.13

Comments

wim leers’s picture

Project: Spark » Edit
Version: 7.x-1.0-alpha5 » 7.x-1.x-dev
Assigned: Unassigned » wim leers

This problem will disappear if your PHP installation has internet access; it's trying to get the width and height of that image.

However, I should make it smarter so that it doesn't do that anymore.

wim leers’s picture

Project: Edit » Aloha Editor (obsolete)

Caption module now lives in the Aloha module: #1760386: Migrate Aloha Editor integration from the Edit module and make it work on the back-end, so moving it over there.

wim leers’s picture

Title: getimagesize(...): failed to open stream » Caption: getimagesize(...): failed to open stream
webchick’s picture

I actually think this has nothing to do with Edit module / Aloha, and more to do with the fact that the install profile is referencing an external URL because I didn't want to auto-GPL the Spark logo (by checking it into Git) without talking to Kevin.

wim leers’s picture

Version: 7.x-1.x-dev » 8.x-2.x-dev

#4: that's cause indeed, but it still shouldn't fail.

This isn't 1.x material, but 2.x.

wim leers’s picture

Status: Active » Postponed
wim leers’s picture

Issue tags: +post-feature freeze

.