Postponed
Project:
Aloha Editor (obsolete)
Version:
8.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
3 Sep 2012 at 12:42 UTC
Updated:
29 Oct 2012 at 21:06 UTC
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
Comment #1
wim leersThis 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.
Comment #2
wim leersCaption 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.
Comment #3
wim leersComment #4
webchickI 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.
Comment #5
wim leers#4: that's cause indeed, but it still shouldn't fail.
This isn't 1.x material, but 2.x.
Comment #6
wim leersComment #7
wim leers.